Searched refs:FooInt (Results 1 – 5 of 5) sorted by relevance
14 define void @FooInt(i64* nocapture %a, i64 %b) nounwind uwtable sanitize_thread {16 ; CHECK-LABEL: @FooInt
18 typedef int Foo::*FooInt; typedef
5240 case FooOneofCase.FooInt: in TestOneof()5241 FooInt = other.FooInt; in TestOneof()5262 public int FooInt { property in Google.Protobuf.TestProtos.TestOneof5263 get { return fooCase_ == FooOneofCase.FooInt ? (int) foo_ : 0; }5266 fooCase_ = FooOneofCase.FooInt;5296 FooInt = 1, enumerator5325 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()[all …]