Home
last modified time | relevance | path

Searched refs:FooOneofCase (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittest.cs19056 case FooOneofCase.FooInt: in TestOneof()
19059 case FooOneofCase.FooString: in TestOneof()
19062 case FooOneofCase.FooMessage: in TestOneof()
19065 case FooOneofCase.FooGroup: in TestOneof()
19085 fooCase_ = FooOneofCase.FooInt;
19091 get { return fooCase_ == FooOneofCase.FooInt; }
19108 fooCase_ = FooOneofCase.FooString;
19114 get { return fooCase_ == FooOneofCase.FooString; }
19128 get { return fooCase_ == FooOneofCase.FooMessage ? (global::Google.Protobuf.TestProtos.Proto2.TestAllTypes) foo_ : null; }
19131 fooCase_ = value == null ? FooOneofCase
19160 public enum FooOneofCase { global() enum in Google.Protobuf.TestProtos.Proto2.TestOneof
20698 public enum FooOneofCase { global() enum in Google.Protobuf.TestProtos.Proto2.TestOneof2
21881 public enum FooOneofCase { global() enum in Google.Protobuf.TestProtos.Proto2.TestRequiredOneof
[all...]
H A DUnittestProto3.cs6790 case FooOneofCase.FooInt: in TestOneof()
6793 case FooOneofCase.FooString: in TestOneof()
6796 case FooOneofCase.FooMessage: in TestOneof()
6813 get { return fooCase_ == FooOneofCase.FooInt ? (int) foo_ : 0; }
6816 fooCase_ = FooOneofCase.FooInt;
6824 get { return fooCase_ == FooOneofCase.FooString ? (string) foo_ : ""; }
6827 fooCase_ = FooOneofCase.FooString;
6835 get { return fooCase_ == FooOneofCase.FooMessage ? (global::Google.Protobuf.TestProtos.TestAllTypes) foo_ : null; }
6838 fooCase_ = value == null ? FooOneofCase.None : FooOneofCase
6844 public enum FooOneofCase { global() enum in Google.Protobuf.TestProtos.TestOneof
[all...]

Completed in 45 milliseconds