Home
last modified time | relevance | path

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

/external/nanopb-c/tests/alltypes_pointer/
Dencode_alltypes_pointer.c75 int32_t opt_sfixed32 = 3049; in main() local
/external/nanopb-c/tests/field_size_32/
Dalltypes.proto91 optional sfixed32 opt_sfixed32= 10049 [default = 4049]; field
/external/nanopb-c/tests/alltypes/
Dalltypes.proto91 optional sfixed32 opt_sfixed32= 49 [default = 4049]; field
/external/nanopb-c/tests/field_size_16/
Dalltypes.proto91 optional sfixed32 opt_sfixed32= 10049 [default = 4049]; field
/external/nanopb-c/tests/alltypes_callback/
Dencode_alltypes_callback.c198 int32_t opt_sfixed32 = 3049; in main() local
Ddecode_alltypes_callback.c211 int32_t opt_sfixed32 = 3049; in check_alltypes() local
/external/nanopb-c/tests/backwards_compatibility/
Dalltypes_legacy.h115 int32_t opt_sfixed32; member