Home
last modified time | relevance | path

Searched refs:OneofMerging (Results 1 – 9 of 9) sorted by relevance

/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DIssuesTest.cs37 using static UnitTest.Issues.TestProtos.OneofMerging.Types;
84 public void OneofMerging() in OneofMerging() method in Google.Protobuf.IssuesTest
86 var message1 = new OneofMerging { Nested = new Nested { X = 10 } }; in OneofMerging()
87 var message2 = new OneofMerging { Nested = new Nested { Y = 20 } }; in OneofMerging()
88 var expected = new OneofMerging { Nested = new Nested { X = 10, Y = 20 } }; in OneofMerging()
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DIssuesTest.cs37 using static UnitTest.Issues.TestProtos.OneofMerging.Types;
84 public void OneofMerging() in OneofMerging() method in Google.Protobuf.IssuesTest
86 var message1 = new OneofMerging { Nested = new Nested { X = 10 } }; in OneofMerging()
87 var message2 = new OneofMerging { Nested = new Nested { Y = 20 } }; in OneofMerging()
88 var expected = new OneofMerging { Nested = new Nested { X = 10, Y = 20 } }; in OneofMerging()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DIssuesTest.cs37 using static UnitTest.Issues.TestProtos.OneofMerging.Types;
84 public void OneofMerging() in OneofMerging() method in Google.Protobuf.IssuesTest
86 var message1 = new OneofMerging { Nested = new Nested { X = 10 } }; in OneofMerging()
87 var message2 = new OneofMerging { Nested = new Nested { Y = 20 } }; in OneofMerging()
88 var expected = new OneofMerging { Nested = new Nested { X = 10, Y = 20 } }; in OneofMerging()
/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestIssues.cs75OneofMerging), global::UnitTest.Issues.TestProtos.OneofMerging.Parser, new[]{ "Text", "Nested" }, … in UnittestIssuesReflection()
2638 public sealed partial class OneofMerging : pb::IMessage<OneofMerging> class
2643 … static readonly pb::MessageParser<OneofMerging> _parser = new pb::MessageParser<OneofMerging>(() …
2647 public static pb::MessageParser<OneofMerging> Parser { get { return _parser; } }
2663 public OneofMerging() { in OneofMerging() method in UnitTest.Issues.TestProtos.OneofMerging
2671 public OneofMerging(OneofMerging other) : this() { in OneofMerging() method in UnitTest.Issues.TestProtos.OneofMerging
2686 public OneofMerging Clone() { in Clone()
2687 return new OneofMerging(this); in Clone()
2706 public global::UnitTest.Issues.TestProtos.OneofMerging.Types.Nested Nested {
2707 …eCase_ == ValueOneofCase.Nested ? (global::UnitTest.Issues.TestProtos.OneofMerging.Types.Nested) v…
[all …]
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestIssues.cs75OneofMerging), global::UnitTest.Issues.TestProtos.OneofMerging.Parser, new[]{ "Text", "Nested" }, … in UnittestIssuesReflection()
2638 public sealed partial class OneofMerging : pb::IMessage<OneofMerging> class
2643 … static readonly pb::MessageParser<OneofMerging> _parser = new pb::MessageParser<OneofMerging>(() …
2647 public static pb::MessageParser<OneofMerging> Parser { get { return _parser; } }
2663 public OneofMerging() { in OneofMerging() method in UnitTest.Issues.TestProtos.OneofMerging
2671 public OneofMerging(OneofMerging other) : this() { in OneofMerging() method in UnitTest.Issues.TestProtos.OneofMerging
2686 public OneofMerging Clone() { in Clone()
2687 return new OneofMerging(this); in Clone()
2706 public global::UnitTest.Issues.TestProtos.OneofMerging.Types.Nested Nested {
2707 …eCase_ == ValueOneofCase.Nested ? (global::UnitTest.Issues.TestProtos.OneofMerging.Types.Nested) v…
[all …]
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestIssues.cs75OneofMerging), global::UnitTest.Issues.TestProtos.OneofMerging.Parser, new[]{ "Text", "Nested" }, … in UnittestIssuesReflection()
2638 public sealed partial class OneofMerging : pb::IMessage<OneofMerging> class
2643 … static readonly pb::MessageParser<OneofMerging> _parser = new pb::MessageParser<OneofMerging>(() …
2647 public static pb::MessageParser<OneofMerging> Parser { get { return _parser; } }
2663 public OneofMerging() { in OneofMerging() method in UnitTest.Issues.TestProtos.OneofMerging
2671 public OneofMerging(OneofMerging other) : this() { in OneofMerging() method in UnitTest.Issues.TestProtos.OneofMerging
2686 public OneofMerging Clone() { in Clone()
2687 return new OneofMerging(this); in Clone()
2706 public global::UnitTest.Issues.TestProtos.OneofMerging.Types.Nested Nested {
2707 …eCase_ == ValueOneofCase.Nested ? (global::UnitTest.Issues.TestProtos.OneofMerging.Types.Nested) v…
[all …]
/external/cronet/tot/third_party/protobuf/csharp/protos/
Dunittest_issues.proto132 message OneofMerging { message
/external/cronet/stable/third_party/protobuf/csharp/protos/
Dunittest_issues.proto132 message OneofMerging { message
/external/protobuf/csharp/protos/
Dunittest_issues.proto132 message OneofMerging { message