Home
last modified time | relevance | path

Searched refs:opt_fixed64 (Results 1 – 13 of 13) sorted by relevance

/external/nanopb-c/tests/alltypes_pointer/
Dencode_alltypes_pointer.c77 uint64_t opt_fixed64 = 3051; in main() local
159 alltypes.opt_fixed64 = &opt_fixed64; in main()
Ddecode_alltypes_pointer.c93 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/
Dencode_alltypes_callback.c200 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()
Ddecode_alltypes_callback.c213 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/
Dalltypes_legacy.c83 …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…
Ddecode_legacy.c110 TEST(alltypes.opt_fixed64 == 4051); in check_alltypes()
154 TEST(alltypes.opt_fixed64 == 3051); in check_alltypes()
Dalltypes_legacy.h119 uint64_t opt_fixed64; member
Dencode_legacy.c98 alltypes.opt_fixed64 = 3051; in main()
/external/nanopb-c/tests/alltypes/
Ddecode_alltypes.c108 TEST(alltypes.opt_fixed64 == 4051); in check_alltypes()
153 TEST(alltypes.opt_fixed64 == 3051); in check_alltypes()
Dencode_alltypes.c107 alltypes.opt_fixed64 = 3051; in main()
Dalltypes.proto94 optional fixed64 opt_fixed64 = 51 [default = 4051]; field
/external/nanopb-c/tests/field_size_32/
Dalltypes.proto94 optional fixed64 opt_fixed64 = 10051 [default = 4051]; field
/external/nanopb-c/tests/field_size_16/
Dalltypes.proto94 optional fixed64 opt_fixed64 = 10051 [default = 4051]; field