Home
last modified time | relevance | path

Searched refs:TestMessageWithCustomOptions (Results 1 – 17 of 17) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DCustomOptionsTest.cs134 var messageDescriptor = TestMessageWithCustomOptions.Descriptor; in OptionLocations()
137 var fieldDescriptor = TestMessageWithCustomOptions.Descriptor.Fields["field1"]; in OptionLocations()
140 var oneofDescriptor = TestMessageWithCustomOptions.Descriptor.Oneofs[0]; in OptionLocations()
143 var enumDescriptor = TestMessageWithCustomOptions.Descriptor.EnumTypes[0]; in OptionLocations()
146 …var enumValueDescriptor = TestMessageWithCustomOptions.Descriptor.EnumTypes[0].FindValueByNumber(2… in OptionLocations()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestCustomOptionsProto3.cs143TestMessageWithCustomOptions), global::UnitTest.Issues.TestProtos.TestMessageWithCustomOptions.Par… in UnittestCustomOptionsProto3Reflection()
260 …public sealed partial class TestMessageWithCustomOptions : pb::IMessage<TestMessageWithCustomOptio… class
265 …sageParser<TestMessageWithCustomOptions> _parser = new pb::MessageParser<TestMessageWithCustomOpti…
268 public static pb::MessageParser<TestMessageWithCustomOptions> Parser { get { return _parser; } }
281 public TestMessageWithCustomOptions() { in TestMessageWithCustomOptions() method in UnitTest.Issues.TestProtos.TestMessageWithCustomOptions
288 public TestMessageWithCustomOptions(TestMessageWithCustomOptions other) : this() { in TestMessageWithCustomOptions() method in UnitTest.Issues.TestProtos.TestMessageWithCustomOptions
300 public TestMessageWithCustomOptions Clone() { in Clone()
301 return new TestMessageWithCustomOptions(this); in Clone()
346 return Equals(other as TestMessageWithCustomOptions); in Equals()
350 public bool Equals(TestMessageWithCustomOptions other) { in Equals()
[all …]
/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/
Dtest_custom_options.proto43 optional TestMessageWithCustomOptions field = 1;
/third_party/protobuf/src/google/protobuf/util/
Dtype_resolver_util_test.cc359 GetTypeUrl<protobuf_unittest::TestMessageWithCustomOptions>(), in TEST_F()
371 GetTypeUrl<protobuf_unittest::TestMessageWithCustomOptions>(), in TEST_F()
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Dgenerator_test.py148 proto = unittest_custom_options_pb2.TestMessageWithCustomOptions()
Ddescriptor_test.py141 unittest_custom_options_pb2.TestMessageWithCustomOptions.DESCRIPTOR
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DDescriptorsTest.java356 UnittestCustomOptions.TestMessageWithCustomOptions.getDescriptor(); in testCustomOptions()
372 UnittestCustomOptions.TestMessageWithCustomOptions.AnEnum.getDescriptor(); in testCustomOptions()
/third_party/protobuf/python/google/protobuf/internal/
Dgenerator_test.py154 proto = unittest_custom_options_pb2.TestMessageWithCustomOptions()
Ddescriptor_test.py148 TestMessageWithCustomOptions.DESCRIPTOR)
201 TestMessageWithCustomOptions.DESCRIPTOR)
Dtext_format_test.py513 TestMessageWithCustomOptions.DESCRIPTOR)
/third_party/protobuf/csharp/protos/
Dunittest_custom_options_proto3.proto99 message TestMessageWithCustomOptions { message
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_custom_options.proto94 message TestMessageWithCustomOptions { message
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest_custom_options.proto94 message TestMessageWithCustomOptions { message
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_custom_options.proto94 message TestMessageWithCustomOptions { message
/third_party/protobuf/src/google/protobuf/
Dunittest_custom_options.proto98 message TestMessageWithCustomOptions { message
Ddescriptor_unittest.cc584 protobuf_unittest::TestMessageWithCustomOptions::descriptor()->file(), in TEST_F()
3000 protobuf_unittest::TestMessageWithCustomOptions::descriptor(); in TEST()
3151 protobuf_unittest::TestMessageWithCustomOptions::descriptor()->file()->CopyTo( in TEST()
3209 protobuf_unittest::TestMessageWithCustomOptions::descriptor()->file()->CopyTo( in TEST()
3286 protobuf_unittest::TestMessageWithCustomOptions::descriptor()->file()->CopyTo( in TEST()
3366 protobuf_unittest::TestMessageWithCustomOptions::descriptor()->file()->CopyTo( in TEST()
3488 protobuf_unittest::TestMessageWithCustomOptions::descriptor()->file()->CopyTo( in TEST()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DDescriptorsTest.java366 UnittestCustomOptions.TestMessageWithCustomOptions.AnEnum.getDescriptor(); in testCustomOptions()