Searched refs:BarEnum (Results 1 - 2 of 2) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
H A D | discriminantPropertyCheck.js | 156 const enum BarEnum { 162 type TypeBar1 = { type: BarEnum.bar1 }; 163 type TypeBar2 = { type: BarEnum.bar2 }; 168 case BarEnum.bar1: 170 case BarEnum.bar2: 324 case 1 /* BarEnum.bar1 */:
326 case 2 /* BarEnum.bar2 */:
|
/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() 20315 case BarOneofCase.BarEnum: in TestOneof2() 20316 BarEnum = other.BarEnum; in TestOneof2() 20629 public global::Google.Protobuf.TestProtos.Proto2.TestOneof2.Types.NestedEnum BarEnum { property in Google.Protobuf.TestProtos.Proto2.TestOneof2 20633 barCase_ = BarOneofCase.BarEnum; 20639 get { return barCase_ == BarOneofCase.BarEnum; } 20731 BarEnum = 17, enumerator 20772 if (BarEnum != other.BarEnum) retur in Equals() [all...] |
Completed in 35 milliseconds