Lines Matching refs:FooInt
185 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestOneof), global::Google.Protobuf.TestProtos.TestOneof.Parser, new[]{ "FooInt", "FooString", "FooMessage" }, new[]{ "Foo" }, null, null, null),
6790 case FooOneofCase.FooInt:
6791 FooInt = other.FooInt;
6812 public int FooInt {
6813 get { return fooCase_ == FooOneofCase.FooInt ? (int) foo_ : 0; }
6816 fooCase_ = FooOneofCase.FooInt;
6846 FooInt = 1,
6875 if (FooInt != other.FooInt) return false;
6885 if (fooCase_ == FooOneofCase.FooInt) hash ^= FooInt.GetHashCode();
6905 if (fooCase_ == FooOneofCase.FooInt) {
6907 output.WriteInt32(FooInt);
6926 if (fooCase_ == FooOneofCase.FooInt) {
6928 output.WriteInt32(FooInt);
6947 if (fooCase_ == FooOneofCase.FooInt) {
6948 size += 1 + pb::CodedOutputStream.ComputeInt32Size(FooInt);
6968 case FooOneofCase.FooInt:
6969 FooInt = other.FooInt;
6997 FooInt = input.ReadInt32();
7028 FooInt = input.ReadInt32();