/aosp_15_r20/external/protobuf/objectivec/Tests/ |
H A D | GPBTestUtilities.m | 1854 - (void)setPackedExtensions:(TestPackedExtensions *)message 1930 - (void)assertPackedExtensionsSet:(TestPackedExtensions *)message
|
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/Tests/ |
H A D | GPBTestUtilities.m | 1854 - (void)setPackedExtensions:(TestPackedExtensions *)message 1930 - (void)assertPackedExtensionsSet:(TestPackedExtensions *)message
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/test/ |
H A D | test.pb.go | 2058 type TestPackedExtensions struct { struct 2059 state protoimpl.MessageState 2060 sizeCache protoimpl.SizeCache 2061 unknownFields protoimpl.UnknownFields 2062 extensionFields protoimpl.ExtensionFields 2065 func (x *TestPackedExtensions) Reset() { 2074 func (x *TestPackedExtensions) String() string { 2078 func (*TestPackedExtensions) ProtoMessage() {} 2080 func (x *TestPackedExtensions) ProtoReflect() protoreflect.Message { 2093 func (*TestPackedExtensions) Descriptor() ([]byte, []int) {
|
H A D | test.proto | 324 message TestPackedExtensions { message
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/fuzz/ |
H A D | fuzz.pb.go | 31 …TestPackedExtensions *test.TestPackedExtensions `protobuf:"bytes,7,opt,name=test_packed_exte… member
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | Unittest.cs | 25467 public sealed partial class TestPackedExtensions : pb::IExtendableMessage<TestPackedExtensions> class 25494 public TestPackedExtensions() { in TestPackedExtensions() method in Google.Protobuf.TestProtos.Proto2.TestPackedExtensions 25502 public TestPackedExtensions(TestPackedExtensions other) : this() { in TestPackedExtensions() method in Google.Protobuf.TestProtos.Proto2.TestPackedExtensions 25640 public TValue GetExtension<TValue>(pb::Extension<TestPackedExtensions, TValue> extension) { in GetExtension() 25643 …public pbc::RepeatedField<TValue> GetExtension<TValue>(pb::RepeatedExtension<TestPackedExtensions,… in GetExtension() 25646 …RepeatedField<TValue> GetOrInitializeExtension<TValue>(pb::RepeatedExtension<TestPackedExtensions,… in GetOrInitializeExtension() 25649 …public void SetExtension<TValue>(pb::Extension<TestPackedExtensions, TValue> extension, TValue val… in SetExtension() 25652 public bool HasExtension<TValue>(pb::Extension<TestPackedExtensions, TValue> extension) { in HasExtension() 25655 public void ClearExtension<TValue>(pb::Extension<TestPackedExtensions, TValue> extension) { in ClearExtension() 25658 …public void ClearExtension<TValue>(pb::RepeatedExtension<TestPackedExtensions, TValue> extension) { in ClearExtension()
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | Unittest.cs | 25467 public sealed partial class TestPackedExtensions : pb::IExtendableMessage<TestPackedExtensions> class 25494 public TestPackedExtensions() { in TestPackedExtensions() method in Google.Protobuf.TestProtos.Proto2.TestPackedExtensions 25502 public TestPackedExtensions(TestPackedExtensions other) : this() { in TestPackedExtensions() method in Google.Protobuf.TestProtos.Proto2.TestPackedExtensions 25640 public TValue GetExtension<TValue>(pb::Extension<TestPackedExtensions, TValue> extension) { in GetExtension() 25643 …public pbc::RepeatedField<TValue> GetExtension<TValue>(pb::RepeatedExtension<TestPackedExtensions,… in GetExtension() 25646 …RepeatedField<TValue> GetOrInitializeExtension<TValue>(pb::RepeatedExtension<TestPackedExtensions,… in GetOrInitializeExtension() 25649 …public void SetExtension<TValue>(pb::Extension<TestPackedExtensions, TValue> extension, TValue val… in SetExtension() 25652 public bool HasExtension<TValue>(pb::Extension<TestPackedExtensions, TValue> extension) { in HasExtension() 25655 public void ClearExtension<TValue>(pb::Extension<TestPackedExtensions, TValue> extension) { in ClearExtension() 25658 …public void ClearExtension<TValue>(pb::RepeatedExtension<TestPackedExtensions, TValue> extension) { in ClearExtension()
|
/aosp_15_r20/external/protobuf/csharp/protos/ |
H A D | unittest.proto | 812 message TestPackedExtensions { message
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/protos/ |
H A D | unittest.proto | 812 message TestPackedExtensions { message
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | unittest.proto | 909 message TestPackedExtensions { message
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | unittest.proto | 909 message TestPackedExtensions { message
|