Searched refs:OneofMerging (Results 1 - 2 of 2) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | IssuesTest.cs | 37 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()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | UnittestIssues.cs | 73 new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.OneofMerging), global::UnitTest.Issues.TestProtos.OneofMerging.Parser, new[]{ "Text", "Nested" }, new[]{ "Value" }, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.OneofMerging.Types.Nested), global::UnitTest.Issues.TestProtos.OneofMerging.Types.Nested.Parser, new[]{ "X", "Y" }, null, null, null, null)}), in UnittestIssuesReflection() 2430 public sealed partial class OneofMerging : pb::IMessage<OneofMerging> class 2435 private static readonly pb::MessageParser<OneofMerging> _parser = new pb::MessageParser<OneofMerging>(() => new OneofMerging()); 2438 public static pb::MessageParser<OneofMerging> Parse 2451 public OneofMerging() { OneofMerging() method in UnitTest.Issues.TestProtos.OneofMerging 2458 public OneofMerging(OneofMerging other) : this() { OneofMerging() method in UnitTest.Issues.TestProtos.OneofMerging [all...] |
Completed in 5 milliseconds