Searched refs:opt_fixed64 (Results 1 – 13 of 13) sorted by relevance
/external/nanopb-c/tests/alltypes_pointer/ |
D | encode_alltypes_pointer.c | 77 uint64_t opt_fixed64 = 3051; in main() local 159 alltypes.opt_fixed64 = &opt_fixed64; in main()
|
D | decode_alltypes_pointer.c | 93 TEST(alltypes.opt_fixed64 == NULL); in check_alltypes() 116 TEST(alltypes.opt_fixed64 && *alltypes.opt_fixed64 == 3051); in check_alltypes()
|
/external/nanopb-c/tests/alltypes_callback/ |
D | encode_alltypes_callback.c | 200 uint64_t opt_fixed64 = 3051; in main() local 353 alltypes.opt_fixed64.funcs.encode = &write_fixed64; in main() 354 alltypes.opt_fixed64.arg = &opt_fixed64; in main()
|
D | decode_alltypes_callback.c | 213 uint64_t opt_fixed64 = 3051; in check_alltypes() local 372 alltypes.opt_fixed64.funcs.decode = &read_fixed64; in check_alltypes() 373 alltypes.opt_fixed64.arg = &opt_fixed64; in check_alltypes()
|
/external/nanopb-c/tests/backwards_compatibility/ |
D | alltypes_legacy.c | 83 …PB_FIELD( 51, FIXED64 , OPTIONAL, STATIC, AllTypes, opt_fixed64, opt_float, &AllTypes_opt_fixed64_… 84 …PB_FIELD( 52, SFIXED64, OPTIONAL, STATIC, AllTypes, opt_sfixed64, opt_fixed64, &AllTypes_opt_sfixe…
|
D | decode_legacy.c | 110 TEST(alltypes.opt_fixed64 == 4051); in check_alltypes() 154 TEST(alltypes.opt_fixed64 == 3051); in check_alltypes()
|
D | alltypes_legacy.h | 119 uint64_t opt_fixed64; member
|
D | encode_legacy.c | 98 alltypes.opt_fixed64 = 3051; in main()
|
/external/nanopb-c/tests/alltypes/ |
D | decode_alltypes.c | 108 TEST(alltypes.opt_fixed64 == 4051); in check_alltypes() 153 TEST(alltypes.opt_fixed64 == 3051); in check_alltypes()
|
D | encode_alltypes.c | 107 alltypes.opt_fixed64 = 3051; in main()
|
D | alltypes.proto | 94 optional fixed64 opt_fixed64 = 51 [default = 4051]; field
|
/external/nanopb-c/tests/field_size_32/ |
D | alltypes.proto | 94 optional fixed64 opt_fixed64 = 10051 [default = 4051]; field
|
/external/nanopb-c/tests/field_size_16/ |
D | alltypes.proto | 94 optional fixed64 opt_fixed64 = 10051 [default = 4051]; field
|