Home
last modified time | relevance | path

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

/external/nanopb-c/tests/alltypes_pointer/
Dencode_alltypes_pointer.c49 uint64_t rep_fixed64[5] = {0, 0, 0, 0, 2011}; in main() local
/external/nanopb-c/tests/field_size_32/
Dalltypes.proto72 repeated fixed64 rep_fixed64 = 10031; field
/external/nanopb-c/tests/alltypes/
Dalltypes.proto72 repeated fixed64 rep_fixed64 = 31 [packed = true]; field
/external/nanopb-c/tests/field_size_16/
Dalltypes.proto72 repeated fixed64 rep_fixed64 = 10031; field
/external/nanopb-c/tests/alltypes_callback/
Dencode_alltypes_callback.c192 uint64_t rep_fixed64 = 2011; in main() local
Ddecode_alltypes_callback.c198 uint64_t rep_fixed64[5] = {0, 0, 0, 0, 2011}; in check_alltypes() local
/external/nanopb-c/tests/backwards_compatibility/
Dalltypes_legacy.h85 uint64_t rep_fixed64[5]; member