Home
last modified time | relevance | path

Searched refs:TestDeprecatedFields (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DDeprecatedFieldTest.java33 import protobuf_unittest.UnittestProto.TestDeprecatedFields;
59 Class<?> deprecatedFields = TestDeprecatedFields.class; in testDeprecatedField()
60 Class<?> deprecatedFieldsBuilder = TestDeprecatedFields.Builder.class; in testDeprecatedField()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DDeprecatedMemberTest.cs51 AssertIsDeprecated(typeof(TestDeprecatedFields).GetProperty("DeprecatedInt32")); in TestDepreatedPrimitiveValue()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs158 …f(global::Google.Protobuf.TestProtos.TestDeprecatedFields), global::Google.Protobuf.TestProtos.Tes… in UnittestProto3Reflection()
1817 public sealed partial class TestDeprecatedFields : pb::IMessage<TestDeprecatedFields> { class
1818 …only pb::MessageParser<TestDeprecatedFields> _parser = new pb::MessageParser<TestDeprecatedFields>…
1819 public static pb::MessageParser<TestDeprecatedFields> Parser { get { return _parser; } }
1829 public TestDeprecatedFields() { in TestDeprecatedFields() method in Google.Protobuf.TestProtos.TestDeprecatedFields
1835 public TestDeprecatedFields(TestDeprecatedFields other) : this() { in TestDeprecatedFields() method in Google.Protobuf.TestProtos.TestDeprecatedFields
1839 public TestDeprecatedFields Clone() { in Clone()
1840 return new TestDeprecatedFields(this); in Clone()
1855 return Equals(other as TestDeprecatedFields); in Equals()
1858 public bool Equals(TestDeprecatedFields other) { in Equals()
[all …]
/external/protobuf/src/google/protobuf/
Dunittest_proto3.proto152 message TestDeprecatedFields { message
Dtext_format_unittest.cc1432 unittest::TestDeprecatedFields message; in TEST_F()
Dunittest.proto190 message TestDeprecatedFields { message
/external/protobuf/python/google/protobuf/internal/
Ddescriptor_test.py619 unittest_pb2.TestDeprecatedFields.DESCRIPTOR,