| /external/golang-protobuf/internal/testprotos/test/ |
| D | test.pb.go | 1752 type TestPackedTypes struct { struct 1753 state protoimpl.MessageState 1754 sizeCache protoimpl.SizeCache 1755 unknownFields protoimpl.UnknownFields 1757 … `protobuf:"varint,90,rep,packed,name=packed_int32,json=packedInt32" json:"packed_int32,omitempty"` 1758 … `protobuf:"varint,91,rep,packed,name=packed_int64,json=packedInt64" json:"packed_int64,omitempty"` 1759 …rotobuf:"varint,92,rep,packed,name=packed_uint32,json=packedUint32" json:"packed_uint32,omitempty"` 1760 …rotobuf:"varint,93,rep,packed,name=packed_uint64,json=packedUint64" json:"packed_uint64,omitempty"` 1761 …tobuf:"zigzag32,94,rep,packed,name=packed_sint32,json=packedSint32" json:"packed_sint32,omitempty"` 1762 …tobuf:"zigzag64,95,rep,packed,name=packed_sint64,json=packedSint64" json:"packed_sint64,omitempty"` [all …]
|
| D | test.proto | 290 message TestPackedTypes { message
|
| /external/protobuf/objectivec/Tests/ |
| D | GPBTestUtilities.m | 1127 - (void)setAllTestPackedFields:(TestPackedTypes *)message { 1714 repeatedCount:(uint32_t)count { 1814 repeatedCount:(uint32_t)count {
|
| /external/protobuf/python/google/protobuf/internal/ |
| D | packed_field_test.proto | 35 message TestPackedTypes { message
|
| /external/golang-protobuf/internal/testprotos/fuzz/ |
| D | fuzz.pb.go | 30 …TestPackedTypes *test.TestPackedTypes `protobuf:"bytes,6,opt,name=test_packed_type… member
|
| /external/protobuf/src/google/protobuf/ |
| D | unittest_proto3_arena_lite.proto | 150 message TestPackedTypes { message
|
| D | unittest_proto3_lite.proto | 149 message TestPackedTypes { message
|
| D | unittest_proto3_arena.proto | 151 message TestPackedTypes { message
|
| D | unittest_proto3.proto | 151 message TestPackedTypes { message
|
| D | unittest.proto | 770 message TestPackedTypes { message
|
| /external/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/ |
| D | unittest_proto3.proto | 314 message TestPackedTypes { message
|
| /external/protobuf/csharp/protos/ |
| D | unittest_proto3.proto | 305 message TestPackedTypes { message
|
| /external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
| D | unittest.proto | 564 message TestPackedTypes { message
|
| /external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
| D | unittest.proto | 564 message TestPackedTypes { message
|
| /external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
| D | unittest.proto | 564 message TestPackedTypes { message
|
| /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
| D | UnittestProto3.cs | 5441 public sealed partial class TestPackedTypes : pb::IMessage<TestPackedTypes> { class 5458 public TestPackedTypes() { in TestPackedTypes() method in Google.Protobuf.TestProtos.TestPackedTypes 5465 public TestPackedTypes(TestPackedTypes other) : this() { in TestPackedTypes() method in Google.Protobuf.TestProtos.TestPackedTypes
|