Searched refs:FooInt (Results 1 – 3 of 3) sorted by relevance
14 define void @FooInt(i64* nocapture %a, i64 %b) nounwind uwtable sanitize_thread {16 ; CHECK-LABEL: @FooInt
4396 case FooOneofCase.FooInt: in TestOneof()4397 FooInt = other.FooInt; in TestOneof()4415 public int FooInt { property in Google.Protobuf.TestProtos.TestOneof4416 get { return fooCase_ == FooOneofCase.FooInt ? (int) foo_ : 0; }4419 fooCase_ = FooOneofCase.FooInt;4447 FooInt = 1, enumerator4472 if (FooInt != other.FooInt) return false; in Equals()4481 if (fooCase_ == FooOneofCase.FooInt) hash ^= FooInt.GetHashCode(); in GetHashCode()4493 if (fooCase_ == FooOneofCase.FooInt) { in WriteTo()4495 output.WriteInt32(FooInt); in WriteTo()[all …]
18 typedef int Foo::*FooInt; typedef