/external/nanopb-c/tests/regression/issue_253/ |
D | short_array.proto | 5 repeated uint32 rep_uint32 = 1 [(nanopb).max_count = 1]; field
|
/external/nanopb-c/tests/regression/issue_256/ |
D | submsg_array.proto | 5 repeated uint32 rep_uint32 = 1 [(nanopb).max_count = 3]; field
|
/external/nanopb-c/tests/without_64bit/ |
D | alltypes.proto | 53 repeated uint32 rep_uint32 = 23 [packed = true]; field
|
/external/nanopb-c/tests/field_size_16_proto3/ |
D | alltypes.proto | 66 repeated uint32 rep_uint32 = 23 [packed = true]; field
|
/external/nanopb-c/tests/alltypes_proto3/ |
D | alltypes.proto | 66 repeated uint32 rep_uint32 = 23 [packed = true]; field
|
/external/grpc-grpc/third_party/nanopb/tests/backwards_compatibility/ |
D | alltypes_legacy.proto | 63 repeated uint32 rep_uint32 = 23 [packed = true]; field
|
D | alltypes_legacy.h | 83 uint32_t rep_uint32[5]; member
|
/external/grpc-grpc/third_party/nanopb/tests/alltypes_pointer/ |
D | encode_alltypes_pointer.c | 41 uint32_t rep_uint32[5] = {0, 0, 0, 0, 2003}; in main() local
|
/external/nanopb-c/tests/backwards_compatibility/ |
D | alltypes_legacy.proto | 63 repeated uint32 rep_uint32 = 23 [packed = true]; field
|
D | alltypes_legacy.h | 83 uint32_t rep_uint32[5]; member
|
/external/nanopb-c/tests/alltypes_pointer/ |
D | encode_alltypes_pointer.c | 42 uint32_t rep_uint32[5] = {0, 0, 0, 0, 2003}; in main() local
|
/external/nanopb-c/tests/field_size_16/ |
D | alltypes.proto | 64 repeated uint32 rep_uint32 = 23; field
|
/external/nanopb-c/tests/field_size_32/ |
D | alltypes.proto | 64 repeated uint32 rep_uint32 = 23; field
|
/external/nanopb-c/tests/alltypes/ |
D | alltypes.proto | 65 repeated uint32 rep_uint32 = 23 [packed = true]; field
|
/external/grpc-grpc/third_party/nanopb/tests/field_size_16/ |
D | alltypes.proto | 64 repeated uint32 rep_uint32 = 23; field
|
/external/grpc-grpc/third_party/nanopb/tests/alltypes/ |
D | alltypes.proto | 65 repeated uint32 rep_uint32 = 23 [packed = true]; field
|
/external/grpc-grpc/third_party/nanopb/tests/field_size_32/ |
D | alltypes.proto | 64 repeated uint32 rep_uint32 = 23; field
|
/external/nanopb-c/tests/alltypes_proto3_callback/ |
D | decode_alltypes_callback.c | 191 int32_t rep_uint32[5] = {0, 0, 0, 0, 2003}; in check_alltypes() local
|
/external/grpc-grpc/third_party/nanopb/tests/alltypes_callback/ |
D | decode_alltypes_callback.c | 190 int32_t rep_uint32[5] = {0, 0, 0, 0, 2003}; in check_alltypes() local
|
/external/nanopb-c/tests/alltypes_callback/ |
D | decode_alltypes_callback.c | 200 int32_t rep_uint32[5] = {0, 0, 0, 0, 2003}; in check_alltypes() local
|