Searched defs:opt_fixed64 (Results 1 - 4 of 4) sorted by relevance

/external/nanopb-c/tests/alltypes_callback/
H A Ddecode_alltypes_callback.c213 uint64_t opt_fixed64 = 3051; local
372 alltypes.opt_fixed64.funcs.decode = &read_fixed64;
373 alltypes.opt_fixed64.arg = &opt_fixed64;
H A Dencode_alltypes_callback.c200 uint64_t opt_fixed64 = 3051; local
353 alltypes.opt_fixed64.funcs.encode = &write_fixed64;
354 alltypes.opt_fixed64.arg = &opt_fixed64;
/external/nanopb-c/tests/alltypes_pointer/
H A Dencode_alltypes_pointer.c77 uint64_t opt_fixed64 = 3051; local
159 alltypes.opt_fixed64 = &opt_fixed64;
/external/nanopb-c/tests/backwards_compatibility/
H A Dalltypes_legacy.h119 uint64_t opt_fixed64; member in struct:_AllTypes

Completed in 259 milliseconds