Searched refs:MyInt (Results 1 – 4 of 4) sorted by relevance
4 typedef int MyInt; typedef11 NS::MyInt NS::gx = EnumVal;14 NS::MyInt x; in foo()51 typedef int MyInt; typedef
5 TYPEDEF(MyInt);7 MyInt gx;28 // CHECK-NEXT: [indexDeclaration]: kind: typedef | name: MyInt
199 typedef int MyInt; typedef200 MyInt test26() { in test26()201 MyInt x; // expected-note{{initialize the variable 'x' to silence this warning}} in test26()
3055 public long MyInt { property in Google.Protobuf.TestProtos.TestFieldOrderings3094 if (MyInt != other.MyInt) return false; in Equals()3103 if (MyInt != 0L) hash ^= MyInt.GetHashCode(); in GetHashCode()3114 if (MyInt != 0L) { in WriteTo()3116 output.WriteInt64(MyInt); in WriteTo()3137 if (MyInt != 0L) { in CalculateSize()3138 size += 1 + pb::CodedOutputStream.ComputeInt64Size(MyInt); in CalculateSize()3156 if (other.MyInt != 0L) { in MergeFrom()3157 MyInt = other.MyInt; in MergeFrom()3178 MyInt = input.ReadInt64(); in MergeFrom()