Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestCustomOptionsProto3.cs155 …eof(global::UnitTest.Issues.TestProtos.ComplexOptionType1), global::UnitTest.Issues.TestProtos.Com… in UnittestCustomOptionsProto3Reflection()
219 …obuf.Reflection.MessageOptions, global::UnitTest.Issues.TestProtos.ComplexOptionType1> ComplexOpt1…
220 …ssues.TestProtos.ComplexOptionType1>(7646756, pb::FieldCodec.ForMessage(61174050, global::UnitTest…
1586 public sealed partial class ComplexOptionType1 : pb::IMessage<ComplexOptionType1> { class
1587 …eadonly pb::MessageParser<ComplexOptionType1> _parser = new pb::MessageParser<ComplexOptionType1>(…
1590 public static pb::MessageParser<ComplexOptionType1> Parser { get { return _parser; } }
1603 public ComplexOptionType1() { in ComplexOptionType1() method in UnitTest.Issues.TestProtos.ComplexOptionType1
1610 public ComplexOptionType1(ComplexOptionType1 other) : this() { in ComplexOptionType1() method in UnitTest.Issues.TestProtos.ComplexOptionType1
1619 public ComplexOptionType1 Clone() { in Clone()
1620 return new ComplexOptionType1(this); in Clone()
[all …]
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_custom_options.proto217 message ComplexOptionType1 { message
226 optional ComplexOptionType1 bar = 1;
250 extend ComplexOptionType1 {
257 optional ComplexOptionType1 garply = 7649992;
261 optional protobuf_unittest.ComplexOptionType1 complex_opt1 = 7646756;
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_custom_options.proto217 message ComplexOptionType1 { message
226 optional ComplexOptionType1 bar = 1;
250 extend ComplexOptionType1 {
257 optional ComplexOptionType1 garply = 7649992;
261 optional protobuf_unittest.ComplexOptionType1 complex_opt1 = 7646756;
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest_custom_options.proto217 message ComplexOptionType1 { message
226 optional ComplexOptionType1 bar = 1;
250 extend ComplexOptionType1 {
257 optional ComplexOptionType1 garply = 7649992;
261 optional protobuf_unittest.ComplexOptionType1 complex_opt1 = 7646756;
/external/protobuf/src/google/protobuf/
Dunittest_custom_options.proto227 message ComplexOptionType1 { message
237 optional ComplexOptionType1 bar = 1;
262 extend ComplexOptionType1 {
269 optional ComplexOptionType1 garply = 7649992;
273 optional protobuf_unittest.ComplexOptionType1 complex_opt1 = 7646756;
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DCustomOptionsTest.cs118 …AssertOption(new ComplexOptionType1 { Foo = 42, Foo4 = { 99, 88 } }, options.TryGetMessage, Comple… in MessageOptions()
122 Bar = new ComplexOptionType1 { Foo = 743 }, in MessageOptions()
/external/protobuf/csharp/protos/
Dunittest_custom_options_proto3.proto228 message ComplexOptionType1 { message
236 ComplexOptionType1 bar = 1;
256 protobuf_unittest.ComplexOptionType1 complex_opt1 = 7646756;