Searched refs:rep_fixed64 (Results 1 – 13 of 13) sorted by relevance
/external/nanopb-c/tests/alltypes_pointer/ |
D | encode_alltypes_pointer.c | 49 uint64_t rep_fixed64[5] = {0, 0, 0, 0, 2011}; in main() local 137 alltypes.rep_fixed64_count = 5; alltypes.rep_fixed64 = rep_fixed64; in main()
|
D | decode_alltypes_pointer.c | 63 …TEST(alltypes.rep_fixed64_count == 5 && alltypes.rep_fixed64[4] == 2011 && alltypes.rep_fixed64[0]… in check_alltypes()
|
/external/nanopb-c/tests/alltypes_callback/ |
D | encode_alltypes_callback.c | 192 uint64_t rep_fixed64 = 2011; in main() local 295 alltypes.rep_fixed64.funcs.encode = &write_repeated_fixed64; in main() 296 alltypes.rep_fixed64.arg = &rep_fixed64; in main()
|
D | decode_alltypes_callback.c | 198 uint64_t rep_fixed64[5] = {0, 0, 0, 0, 2011}; in check_alltypes() local 311 alltypes.rep_fixed64.funcs.decode = &read_repeated_fixed64; in check_alltypes() 312 alltypes.rep_fixed64.arg = rep_fixed64; in check_alltypes()
|
/external/nanopb-c/tests/backwards_compatibility/ |
D | alltypes_legacy.c | 66 PB_FIELD( 31, FIXED64 , REPEATED, STATIC, AllTypes, rep_fixed64, rep_float, 0), 67 PB_FIELD( 32, SFIXED64, REPEATED, STATIC, AllTypes, rep_sfixed64, rep_fixed64, 0),
|
D | decode_legacy.c | 69 …TEST(alltypes.rep_fixed64_count == 5 && alltypes.rep_fixed64[4] == 2011 && alltypes.rep_fixed64[0]… in check_alltypes()
|
D | encode_legacy.c | 56 alltypes.rep_fixed64_count = 5; alltypes.rep_fixed64[4] = 2011; in main()
|
D | alltypes_legacy.h | 85 uint64_t rep_fixed64[5]; member
|
/external/nanopb-c/tests/alltypes/ |
D | decode_alltypes.c | 66 …TEST(alltypes.rep_fixed64_count == 5 && alltypes.rep_fixed64[4] == 2011 && alltypes.rep_fixed64[0]… in check_alltypes()
|
D | encode_alltypes.c | 53 alltypes.rep_fixed64_count = 5; alltypes.rep_fixed64[4] = 2011; in main()
|
D | alltypes.proto | 72 repeated fixed64 rep_fixed64 = 31 [packed = true]; field
|
/external/nanopb-c/tests/field_size_16/ |
D | alltypes.proto | 72 repeated fixed64 rep_fixed64 = 10031; field
|
/external/nanopb-c/tests/field_size_32/ |
D | alltypes.proto | 72 repeated fixed64 rep_fixed64 = 10031; field
|