Lines Matching refs:FooInt
5240 case FooOneofCase.FooInt: in TestOneof()
5241 FooInt = other.FooInt; in TestOneof()
5262 public int FooInt { property in Google.Protobuf.TestProtos.TestOneof
5263 get { return fooCase_ == FooOneofCase.FooInt ? (int) foo_ : 0; }
5266 fooCase_ = FooOneofCase.FooInt;
5296 FooInt = 1, enumerator
5325 if (FooInt != other.FooInt) return false; in Equals()
5335 if (fooCase_ == FooOneofCase.FooInt) hash ^= FooInt.GetHashCode(); in GetHashCode()
5352 if (fooCase_ == FooOneofCase.FooInt) { in WriteTo()
5354 output.WriteInt32(FooInt); in WriteTo()
5372 if (fooCase_ == FooOneofCase.FooInt) { in CalculateSize()
5373 size += 1 + pb::CodedOutputStream.ComputeInt32Size(FooInt); in CalculateSize()
5393 case FooOneofCase.FooInt: in MergeFrom()
5394 FooInt = other.FooInt; in MergeFrom()
5419 FooInt = input.ReadInt32(); in MergeFrom()