Home
last modified time | relevance | path

Searched defs:opt_fixed64 (Results 1 – 7 of 7) sorted by relevance

/external/nanopb-c/tests/alltypes_pointer/
Dencode_alltypes_pointer.c77 uint64_t opt_fixed64 = 3051; in main() local
/external/nanopb-c/tests/field_size_32/
Dalltypes.proto94 optional fixed64 opt_fixed64 = 10051 [default = 4051]; field
/external/nanopb-c/tests/alltypes/
Dalltypes.proto94 optional fixed64 opt_fixed64 = 51 [default = 4051]; field
/external/nanopb-c/tests/field_size_16/
Dalltypes.proto94 optional fixed64 opt_fixed64 = 10051 [default = 4051]; field
/external/nanopb-c/tests/alltypes_callback/
Dencode_alltypes_callback.c200 uint64_t opt_fixed64 = 3051; in main() local
Ddecode_alltypes_callback.c213 uint64_t opt_fixed64 = 3051; in check_alltypes() local
/external/nanopb-c/tests/backwards_compatibility/
Dalltypes_legacy.h119 uint64_t opt_fixed64; member