| /external/golang-protobuf/internal/testprotos/test/ |
| D | test.pb.go | 1903 type TestUnpackedTypes struct { struct 1904 state protoimpl.MessageState 1905 sizeCache protoimpl.SizeCache 1906 unknownFields protoimpl.UnknownFields 1908 … `protobuf:"varint,90,rep,name=unpacked_int32,json=unpackedInt32" json:"unpacked_int32,omitempty"` 1909 … `protobuf:"varint,91,rep,name=unpacked_int64,json=unpackedInt64" json:"unpacked_int64,omitempty"` 1910 …protobuf:"varint,92,rep,name=unpacked_uint32,json=unpackedUint32" json:"unpacked_uint32,omitempty"` 1911 …protobuf:"varint,93,rep,name=unpacked_uint64,json=unpackedUint64" json:"unpacked_uint64,omitempty"` 1912 …otobuf:"zigzag32,94,rep,name=unpacked_sint32,json=unpackedSint32" json:"unpacked_sint32,omitempty"` 1913 …otobuf:"zigzag64,95,rep,name=unpacked_sint64,json=unpackedSint64" json:"unpacked_sint64,omitempty"` [all …]
|
| D | test.proto | 307 message TestUnpackedTypes { message
|
| /external/protobuf/objectivec/Tests/ |
| D | GPBTestUtilities.m | 1160 - (void)setAllTestUnpackedFields:(TestUnpackedTypes *)message { 1764 repeatedCount:(uint32_t)count {
|
| /external/protobuf/java/core/src/test/proto/com/google/protobuf/ |
| D | packed_field_test.proto | 61 message TestUnpackedTypes { message
|
| /external/protobuf/python/google/protobuf/internal/ |
| D | packed_field_test.proto | 58 message TestUnpackedTypes { message
|
| /external/protobuf/src/google/protobuf/ |
| D | unittest_proto3_arena_lite.proto | 168 message TestUnpackedTypes { message
|
| D | unittest_proto3_lite.proto | 167 message TestUnpackedTypes { message
|
| D | unittest_proto3_arena.proto | 169 message TestUnpackedTypes { message
|
| D | unittest_proto3.proto | 169 message TestUnpackedTypes { message
|
| D | unittest.proto | 789 message TestUnpackedTypes { message
|
| /external/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/ |
| D | unittest_proto3.proto | 333 message TestUnpackedTypes { message
|
| /external/protobuf/csharp/protos/ |
| D | unittest_proto3.proto | 324 message TestUnpackedTypes { message
|
| /external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
| D | unittest.proto | 583 message TestUnpackedTypes { message
|
| /external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
| D | unittest.proto | 583 message TestUnpackedTypes { message
|
| /external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
| D | unittest.proto | 583 message TestUnpackedTypes { message
|
| /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
| D | UnittestProto3.cs | 5840 public sealed partial class TestUnpackedTypes : pb::IMessage<TestUnpackedTypes> { class 5857 public TestUnpackedTypes() { in TestUnpackedTypes() method in Google.Protobuf.TestProtos.TestUnpackedTypes 5864 public TestUnpackedTypes(TestUnpackedTypes other) : this() { in TestUnpackedTypes() method in Google.Protobuf.TestProtos.TestUnpackedTypes
|