Searched refs:FooCord (Results 1 - 1 of 1) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | Unittest.cs | 721 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Proto2.TestOneof2), global::Google.Protobuf.TestProtos.Proto2.TestOneof2.Parser, new[]{ "FooInt", "FooString", "FooCord", "FooStringPiece", "FooBytes", "FooEnum", "FooMessage", "FooGroup", "FooLazyMessage", "BarInt", "BarString", "BarCord", "BarStringPiece", "BarBytes", "BarEnum", "BazInt", "BazString" }, new[]{ "Foo", "Bar" }, new[]{ typeof(global::Google.Protobuf.TestProtos.Proto2.TestOneof2.Types.NestedEnum) }, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Proto2.TestOneof2.Types.FooGroup), global::Google.Protobuf.TestProtos.Proto2.TestOneof2.Types.FooGroup.Parser, new[]{ "A", "B" }, null, null, null, null), in UnittestReflection() 20276 case FooOneofCase.FooCord: in TestOneof2() 20277 FooCord = other.FooCord; in TestOneof2() 20377 public string FooCord { property in Google.Protobuf.TestProtos.Proto2.TestOneof2 20381 fooCase_ = FooOneofCase.FooCord; 20387 get { return fooCase_ == FooOneofCase.FooCord; } 20702 FooCord = 3, enumerator 20760 if (FooCord != other.FooCord) retur in Equals() [all...] |
Completed in 35 milliseconds