Home
last modified time | relevance | path

Searched refs:TestDeprecatedFields (Results 1 - 9 of 9) sorted by relevance

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DDeprecatedFieldTest.java33 import protobuf_unittest.UnittestProto.TestDeprecatedFields;
53 Class<?> deprecatedFields = TestDeprecatedFields.class; in testDeprecatedField()
54 Class<?> deprecatedFieldsBuilder = TestDeprecatedFields.Builder.class; in testDeprecatedField()
70 Class<?> oneofCase = TestDeprecatedFields.OneofFieldsCase.class; in testDeprecatedFieldInOneof()
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DDeprecatedFieldTest.java34 import protobuf_unittest.UnittestProto.TestDeprecatedFields;
59 Class<?> deprecatedFields = TestDeprecatedFields.class; in testDeprecatedField()
60 Class<?> deprecatedFieldsBuilder = TestDeprecatedFields.Builder.class; in testDeprecatedField()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DDeprecatedMemberTest.cs51 AssertIsDeprecated(typeof(TestDeprecatedFields).GetProperty("DeprecatedInt32")); in TestDepreatedPrimitiveValue()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DDeprecatedMemberTest.cs51 AssertIsDeprecated(typeof(TestDeprecatedFields).GetProperty("DeprecatedInt32")); in TestDepreatedPrimitiveValue()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestProto3.cs164 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestDeprecatedFields), global::Google.Protobuf.TestProtos.TestDeprecatedFields.Parser, new[]{ "DeprecatedInt32" }, null, null, null, null), in UnittestProto3Reflection()
2458 public sealed partial class TestDeprecatedFields : pb::IMessage<TestDeprecatedFields> class
2463 private static readonly pb::MessageParser<TestDeprecatedFields> _parser = new pb::MessageParser<TestDeprecatedFields>(() => new TestDeprecatedFields());
2466 public static pb::MessageParser<TestDeprecatedFields> Parser { get { return _parser; } }
2479 public TestDeprecatedFields() { in TestDeprecatedFields() method in Google.Protobuf.TestProtos.TestDeprecatedFields
2486 public TestDeprecatedFields(TestDeprecatedField method in Google.Protobuf.TestProtos.TestDeprecatedFields
[all...]
H A DUnittest.cs676 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Proto2.TestDeprecatedFields), global::Google.Protobuf.TestProtos.Proto2.TestDeprecatedFields.Parser, new[]{ "DeprecatedInt32", "DeprecatedInt32InOneof" }, new[]{ "OneofFields" }, null, null, null), in UnittestReflection()
5241 public sealed partial class TestDeprecatedFields : pb::IMessage<TestDeprecatedFields> class
5246 private static readonly pb::MessageParser<TestDeprecatedFields> _parser = new pb::MessageParser<TestDeprecatedFields>(() => new TestDeprecatedFields());
5250 public static pb::MessageParser<TestDeprecatedFields> Parser { get { return _parser; } }
5263 public TestDeprecatedFields() { in TestDeprecatedFields() method in Google.Protobuf.TestProtos.Proto2.TestDeprecatedFields
5270 public TestDeprecatedFields(TestDeprecatedField method in Google.Protobuf.TestProtos.Proto2.TestDeprecatedFields
[all...]
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
H A Ddescriptor_test.py480 name: 'TestDeprecatedFields'
493 unittest_pb2.TestDeprecatedFields.DESCRIPTOR,
/third_party/protobuf/python/google/protobuf/internal/
H A Ddescriptor_test.py766 name: 'TestDeprecatedFields'
792 unittest_pb2.TestDeprecatedFields.DESCRIPTOR,
/third_party/protobuf/src/google/protobuf/
H A Dtext_format_unittest.cc1897 unittest::TestDeprecatedFields message; in TEST_F()

Completed in 37 milliseconds