Home
last modified time | relevance | path

Searched defs:TestPackedTypes (Results 1 – 16 of 16) sorted by relevance

/external/golang-protobuf/internal/testprotos/test/
Dtest.pb.go1752 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 …]
Dtest.proto290 message TestPackedTypes { message
/external/protobuf/objectivec/Tests/
DGPBTestUtilities.m1127 - (void)setAllTestPackedFields:(TestPackedTypes *)message {
1714 repeatedCount:(uint32_t)count {
1814 repeatedCount:(uint32_t)count {
/external/protobuf/python/google/protobuf/internal/
Dpacked_field_test.proto35 message TestPackedTypes { message
/external/golang-protobuf/internal/testprotos/fuzz/
Dfuzz.pb.go30TestPackedTypes *test.TestPackedTypes `protobuf:"bytes,6,opt,name=test_packed_type… member
/external/protobuf/src/google/protobuf/
Dunittest_proto3_arena_lite.proto150 message TestPackedTypes { message
Dunittest_proto3_lite.proto149 message TestPackedTypes { message
Dunittest_proto3_arena.proto151 message TestPackedTypes { message
Dunittest_proto3.proto151 message TestPackedTypes { message
Dunittest.proto770 message TestPackedTypes { message
/external/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/
Dunittest_proto3.proto314 message TestPackedTypes { message
/external/protobuf/csharp/protos/
Dunittest_proto3.proto305 message TestPackedTypes { message
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest.proto564 message TestPackedTypes { message
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest.proto564 message TestPackedTypes { message
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest.proto564 message TestPackedTypes { message
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs5441 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