Home
last modified time | relevance | path

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

/external/nanopb-c/tests/alltypes_pointer/
Dencode_alltypes_pointer.c78 int64_t opt_sfixed64 = 3052; in main() local
/external/nanopb-c/tests/field_size_32/
Dalltypes.proto95 optional sfixed64 opt_sfixed64= 10052 [default = 4052]; field
/external/nanopb-c/tests/alltypes/
Dalltypes.proto95 optional sfixed64 opt_sfixed64= 52 [default = 4052]; field
/external/nanopb-c/tests/field_size_16/
Dalltypes.proto95 optional sfixed64 opt_sfixed64= 10052 [default = 4052]; field
/external/nanopb-c/tests/alltypes_callback/
Dencode_alltypes_callback.c201 int64_t opt_sfixed64 = 3052; in main() local
Ddecode_alltypes_callback.c214 int64_t opt_sfixed64 = 3052; in check_alltypes() local
/external/nanopb-c/tests/backwards_compatibility/
Dalltypes_legacy.h121 int64_t opt_sfixed64; member