Searched refs:rep_bool (Results 1 – 13 of 13) sorted by relevance
/external/nanopb-c/tests/alltypes_pointer/ |
D | encode_alltypes_pointer.c | 45 bool rep_bool[5] = {false, false, false, false, true}; in main() local 133 alltypes.rep_bool_count = 5; alltypes.rep_bool = rep_bool; in main()
|
D | decode_alltypes_pointer.c | 57 …TEST(alltypes.rep_bool_count == 5 && alltypes.rep_bool[4] == true && alltypes.rep_bool[0] == false… in check_alltypes()
|
/external/nanopb-c/tests/alltypes_callback/ |
D | decode_alltypes_callback.c | 194 int32_t rep_bool[5] = {false, false, false, false, true}; in check_alltypes() local 299 alltypes.rep_bool.funcs.decode = &read_repeated_varint; in check_alltypes() 300 alltypes.rep_bool.arg = rep_bool; in check_alltypes()
|
D | encode_alltypes_callback.c | 283 alltypes.rep_bool.funcs.encode = &write_repeated_varint; in main() 284 alltypes.rep_bool.arg = (void*)true; in main()
|
/external/nanopb-c/tests/backwards_compatibility/ |
D | alltypes_legacy.c | 62 PB_FIELD( 27, BOOL , REPEATED, STATIC, AllTypes, rep_bool, rep_sint64, 0), 63 PB_FIELD( 28, FIXED32 , REPEATED, STATIC, AllTypes, rep_fixed32, rep_bool, 0),
|
D | decode_legacy.c | 63 …TEST(alltypes.rep_bool_count == 5 && alltypes.rep_bool[4] == true && alltypes.rep_bool[0] == false… in check_alltypes()
|
D | encode_legacy.c | 50 alltypes.rep_bool_count = 5; alltypes.rep_bool[4] = true; in main()
|
D | alltypes_legacy.h | 77 bool rep_bool[5]; member
|
/external/nanopb-c/tests/alltypes/ |
D | decode_alltypes.c | 60 …TEST(alltypes.rep_bool_count == 5 && alltypes.rep_bool[4] == true && alltypes.rep_bool[0] == false… in check_alltypes()
|
D | encode_alltypes.c | 47 alltypes.rep_bool_count = 5; alltypes.rep_bool[4] = true; in main()
|
D | alltypes.proto | 66 repeated bool rep_bool = 27 [packed = true]; field
|
/external/nanopb-c/tests/field_size_16/ |
D | alltypes.proto | 66 repeated bool rep_bool = 27; field
|
/external/nanopb-c/tests/field_size_32/ |
D | alltypes.proto | 66 repeated bool rep_bool = 27; field
|