/external/nanopb-c/tests/without_64bit/ |
D | alltypes.proto | 57 repeated fixed32 rep_fixed32 = 28 [packed = true]; field
|
/external/nanopb-c/tests/field_size_16_proto3/ |
D | alltypes.proto | 72 repeated fixed32 rep_fixed32 = 28 [packed = true]; field
|
/external/nanopb-c/tests/alltypes_proto3/ |
D | alltypes.proto | 72 repeated fixed32 rep_fixed32 = 28 [packed = true]; field
|
/external/grpc-grpc/third_party/nanopb/tests/backwards_compatibility/ |
D | alltypes_legacy.proto | 69 repeated fixed32 rep_fixed32 = 28 [packed = true]; field
|
D | alltypes_legacy.h | 93 uint32_t rep_fixed32[5]; member
|
/external/grpc-grpc/third_party/nanopb/tests/alltypes_pointer/ |
D | encode_alltypes_pointer.c | 46 uint32_t rep_fixed32[5] = {0, 0, 0, 0, 2008}; in main() local
|
/external/nanopb-c/tests/backwards_compatibility/ |
D | alltypes_legacy.proto | 69 repeated fixed32 rep_fixed32 = 28 [packed = true]; field
|
D | alltypes_legacy.h | 93 uint32_t rep_fixed32[5]; member
|
/external/nanopb-c/tests/alltypes_pointer/ |
D | encode_alltypes_pointer.c | 47 uint32_t rep_fixed32[5] = {0, 0, 0, 0, 2008}; in main() local
|
/external/nanopb-c/tests/field_size_16/ |
D | alltypes.proto | 70 repeated fixed32 rep_fixed32 = 28; field
|
/external/nanopb-c/tests/field_size_32/ |
D | alltypes.proto | 70 repeated fixed32 rep_fixed32 = 28; field
|
/external/nanopb-c/tests/alltypes/ |
D | alltypes.proto | 71 repeated fixed32 rep_fixed32 = 28 [packed = true]; field
|
/external/grpc-grpc/third_party/nanopb/tests/field_size_16/ |
D | alltypes.proto | 70 repeated fixed32 rep_fixed32 = 28; field
|
/external/grpc-grpc/third_party/nanopb/tests/alltypes/ |
D | alltypes.proto | 71 repeated fixed32 rep_fixed32 = 28 [packed = true]; field
|
/external/grpc-grpc/third_party/nanopb/tests/field_size_32/ |
D | alltypes.proto | 70 repeated fixed32 rep_fixed32 = 28; field
|
/external/nanopb-c/tests/alltypes_proto3_callback/ |
D | encode_alltypes_callback.c | 181 uint32_t rep_fixed32 = 2008; in main() local
|
D | decode_alltypes_callback.c | 196 uint32_t rep_fixed32[5] = {0, 0, 0, 0, 2008}; in check_alltypes() local
|
/external/nanopb-c/tests/alltypes_callback/ |
D | encode_alltypes_callback.c | 189 uint32_t rep_fixed32 = 2008; in main() local
|
D | decode_alltypes_callback.c | 205 uint32_t rep_fixed32[5] = {0, 0, 0, 0, 2008}; in check_alltypes() local
|
/external/grpc-grpc/third_party/nanopb/tests/alltypes_callback/ |
D | encode_alltypes_callback.c | 189 uint32_t rep_fixed32 = 2008; in main() local
|
D | decode_alltypes_callback.c | 195 uint32_t rep_fixed32[5] = {0, 0, 0, 0, 2008}; in check_alltypes() local
|