Searched refs:TestDeprecatedFields (Results 1 – 7 of 7) sorted by relevance
33 import protobuf_unittest.UnittestProto.TestDeprecatedFields;59 Class<?> deprecatedFields = TestDeprecatedFields.class; in testDeprecatedField()60 Class<?> deprecatedFieldsBuilder = TestDeprecatedFields.Builder.class; in testDeprecatedField()
51 AssertIsDeprecated(typeof(TestDeprecatedFields).GetProperty("DeprecatedInt32")); in TestDepreatedPrimitiveValue()
158 …f(global::Google.Protobuf.TestProtos.TestDeprecatedFields), global::Google.Protobuf.TestProtos.Tes… in UnittestProto3Reflection()1817 public sealed partial class TestDeprecatedFields : pb::IMessage<TestDeprecatedFields> { class1818 …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.TestDeprecatedFields1835 public TestDeprecatedFields(TestDeprecatedFields other) : this() { in TestDeprecatedFields() method in Google.Protobuf.TestProtos.TestDeprecatedFields1839 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 …]
152 message TestDeprecatedFields { message
1432 unittest::TestDeprecatedFields message; in TEST_F()
190 message TestDeprecatedFields { message
619 unittest_pb2.TestDeprecatedFields.DESCRIPTOR,