Searched refs:FooInt (Results 1 – 1 of 1) sorted by relevance
4799 case FooOneofCase.FooInt: in TestOneof()4800 FooInt = other.FooInt; in TestOneof()4820 public int FooInt { property in Google.Protobuf.TestProtos.TestOneof4821 get { return fooCase_ == FooOneofCase.FooInt ? (int) foo_ : 0; }4824 fooCase_ = FooOneofCase.FooInt;4854 FooInt = 1, enumerator4883 if (FooInt != other.FooInt) return false; in Equals()4893 if (fooCase_ == FooOneofCase.FooInt) hash ^= FooInt.GetHashCode(); in GetHashCode()4907 if (fooCase_ == FooOneofCase.FooInt) { in WriteTo()4909 output.WriteInt32(FooInt); in WriteTo()[all …]