Home
last modified time | relevance | path

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

/aosp_15_r20/external/nanopb-c/tests/alltypes_proto3/
H A Dalltypes.proto76 repeated fixed64 rep_fixed64 = 31 [packed = true]; field
/aosp_15_r20/external/nanopb-c/tests/field_size_16_proto3/
H A Dalltypes.proto76 repeated fixed64 rep_fixed64 = 31 [packed = true]; field
/aosp_15_r20/external/nanopb-c/tests/backwards_compatibility/
H A Dalltypes_legacy.proto73 repeated fixed64 rep_fixed64 = 31 [packed = true]; field
H A Dalltypes_legacy.h99 uint64_t rep_fixed64[5]; member
/aosp_15_r20/external/nanopb-c/tests/alltypes_pointer/
H A Dencode_alltypes_pointer.c50 uint64_t rep_fixed64[5] = {0, 0, 0, 0, 2011}; in main() local
/aosp_15_r20/external/nanopb-c/tests/field_size_32/
H A Dalltypes.proto74 repeated fixed64 rep_fixed64 = 10031; field
/aosp_15_r20/external/nanopb-c/tests/field_size_16/
H A Dalltypes.proto74 repeated fixed64 rep_fixed64 = 10031; field
/aosp_15_r20/external/nanopb-c/tests/alltypes/
H A Dalltypes.proto75 repeated fixed64 rep_fixed64 = 31 [packed = true]; field
/aosp_15_r20/external/nanopb-c/tests/alltypes_proto3_callback/
H A Dencode_alltypes_callback.c184 uint64_t rep_fixed64 = 2011; in main() local
H A Ddecode_alltypes_callback.c199 uint64_t rep_fixed64[5] = {0, 0, 0, 0, 2011}; in check_alltypes() local
/aosp_15_r20/external/nanopb-c/tests/alltypes_callback/
H A Dencode_alltypes_callback.c192 uint64_t rep_fixed64 = 2011; in main() local
H A Ddecode_alltypes_callback.c208 uint64_t rep_fixed64[5] = {0, 0, 0, 0, 2011}; in check_alltypes() local