Searched defs:rep_fixed32 (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/nanopb-c/tests/without_64bit/ |
H A D | alltypes.proto | 57 repeated fixed32 rep_fixed32 = 28 [packed = true]; field
|
/aosp_15_r20/external/nanopb-c/tests/alltypes_proto3/ |
H A D | alltypes.proto | 72 repeated fixed32 rep_fixed32 = 28 [packed = true]; field
|
/aosp_15_r20/external/nanopb-c/tests/field_size_16_proto3/ |
H A D | alltypes.proto | 72 repeated fixed32 rep_fixed32 = 28 [packed = true]; field
|
/aosp_15_r20/external/nanopb-c/tests/backwards_compatibility/ |
H A D | alltypes_legacy.proto | 69 repeated fixed32 rep_fixed32 = 28 [packed = true]; field
|
H A D | alltypes_legacy.h | 93 uint32_t rep_fixed32[5]; member
|
/aosp_15_r20/external/nanopb-c/tests/alltypes_pointer/ |
H A D | encode_alltypes_pointer.c | 47 uint32_t rep_fixed32[5] = {0, 0, 0, 0, 2008}; in main() local
|
/aosp_15_r20/external/nanopb-c/tests/field_size_32/ |
H A D | alltypes.proto | 70 repeated fixed32 rep_fixed32 = 28; field
|
/aosp_15_r20/external/nanopb-c/tests/field_size_16/ |
H A D | alltypes.proto | 70 repeated fixed32 rep_fixed32 = 28; field
|
/aosp_15_r20/external/nanopb-c/tests/alltypes/ |
H A D | alltypes.proto | 71 repeated fixed32 rep_fixed32 = 28 [packed = true]; field
|
/aosp_15_r20/external/nanopb-c/tests/alltypes_proto3_callback/ |
H A D | encode_alltypes_callback.c | 181 uint32_t rep_fixed32 = 2008; in main() local
|
H A D | decode_alltypes_callback.c | 196 uint32_t rep_fixed32[5] = {0, 0, 0, 0, 2008}; in check_alltypes() local
|
/aosp_15_r20/external/nanopb-c/tests/alltypes_callback/ |
H A D | encode_alltypes_callback.c | 189 uint32_t rep_fixed32 = 2008; in main() local
|
H A D | decode_alltypes_callback.c | 205 uint32_t rep_fixed32[5] = {0, 0, 0, 0, 2008}; in check_alltypes() local
|