Home
last modified time | relevance | path

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

/external/nanopb-c/tests/alltypes_pointer/
Dencode_alltypes_pointer.c46 uint32_t rep_fixed32[5] = {0, 0, 0, 0, 2008}; in main() local
/external/nanopb-c/tests/alltypes/
Dalltypes.proto68 repeated fixed32 rep_fixed32 = 28 [packed = true]; field
/external/nanopb-c/tests/field_size_16/
Dalltypes.proto68 repeated fixed32 rep_fixed32 = 28; field
/external/nanopb-c/tests/field_size_32/
Dalltypes.proto68 repeated fixed32 rep_fixed32 = 28; field
/external/nanopb-c/tests/alltypes_callback/
Dencode_alltypes_callback.c189 uint32_t rep_fixed32 = 2008; in main() local
Ddecode_alltypes_callback.c195 uint32_t rep_fixed32[5] = {0, 0, 0, 0, 2008}; in check_alltypes() local
/external/nanopb-c/tests/backwards_compatibility/
Dalltypes_legacy.h79 uint32_t rep_fixed32[5]; member