Searched refs:rep_bool (Results 1 - 17 of 17) sorted by relevance

/seL4-test-master/tools/nanopb/tests/alltypes_pointer/
H A Dencode_alltypes_pointer.c46 bool rep_bool[5] = {false, false, false, false, true}; local
140 alltypes.rep_bool_count = 5; alltypes.rep_bool = rep_bool;
H A Ddecode_alltypes_pointer.c59 TEST(alltypes.rep_bool_count == 5 && alltypes.rep_bool[4] == true && alltypes.rep_bool[0] == false);
/seL4-test-master/tools/nanopb/tests/alltypes_proto3_callback/
H A Ddecode_alltypes_callback.c195 int32_t rep_bool[5] = {false, false, false, false, true}; local
242 alltypes.rep_bool.funcs.decode = &read_repeated_varint;
243 alltypes.rep_bool.arg = rep_bool;
H A Dencode_alltypes_callback.c220 alltypes.rep_bool.funcs.encode = &write_repeated_varint;
221 alltypes.rep_bool.arg = (void*)true;
/seL4-test-master/tools/nanopb/tests/alltypes_proto3/
H A Ddecode_alltypes.c36 TEST(alltypes.rep_bool_count == 5 && alltypes.rep_bool[4] == true && alltypes.rep_bool[0] == false);
H A Dencode_alltypes.c24 alltypes.rep_bool_count = 5; alltypes.rep_bool[4] = true;
/seL4-test-master/tools/nanopb/tests/field_size_16_proto3/
H A Ddecode_alltypes.c36 TEST(alltypes.rep_bool_count == 5 && alltypes.rep_bool[4] == true && alltypes.rep_bool[0] == false);
H A Dencode_alltypes.c24 alltypes.rep_bool_count = 5; alltypes.rep_bool[4] = true;
/seL4-test-master/tools/nanopb/tests/without_64bit/
H A Ddecode_alltypes.c53 TEST(alltypes.rep_bool_count == 5 && alltypes.rep_bool[4] == true && alltypes.rep_bool[0] == false);
H A Dencode_alltypes.c38 alltypes.rep_bool_count = 5; alltypes.rep_bool[4] = true;
/seL4-test-master/tools/nanopb/tests/alltypes_callback/
H A Ddecode_alltypes_callback.c204 int32_t rep_bool[5] = {false, false, false, false, true}; local
308 alltypes.rep_bool.funcs.decode = &read_repeated_varint;
309 alltypes.rep_bool.arg = rep_bool;
H A Dencode_alltypes_callback.c288 alltypes.rep_bool.funcs.encode = &write_repeated_varint;
289 alltypes.rep_bool.arg = (void*)true;
/seL4-test-master/tools/nanopb/tests/backwards_compatibility/
H A Dencode_legacy.c50 alltypes.rep_bool_count = 5; alltypes.rep_bool[4] = true;
H A Ddecode_legacy.c60 TEST(alltypes.rep_bool_count == 5 && alltypes.rep_bool[4] == true && alltypes.rep_bool[0] == false);
H A Dalltypes_legacy.h101 bool rep_bool[5]; member in struct:_AllTypes
287 X(a, STATIC, REPEATED, BOOL, rep_bool, 27) \
/seL4-test-master/tools/nanopb/tests/alltypes/
H A Ddecode_alltypes.c63 TEST(alltypes.rep_bool_count == 5 && alltypes.rep_bool[4] == true && alltypes.rep_bool[0] == false);
H A Dencode_alltypes.c50 alltypes.rep_bool_count = 5; alltypes.rep_bool[4] = true;

Completed in 88 milliseconds