Home
last modified time | relevance | path

Searched refs:MyInt (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/Index/
Dindex-refs.cpp4 typedef int MyInt; typedef
11 NS::MyInt NS::gx = EnumVal;
14 NS::MyInt x; in foo()
51 typedef int MyInt; typedef
Dindex-suppress-refs.m5 TYPEDEF(MyInt);
7 MyInt gx;
28 // CHECK-NEXT: [indexDeclaration]: kind: typedef | name: MyInt
/external/clang/test/Sema/
Duninit-variables.c199 typedef int MyInt; typedef
200 MyInt test26() { in test26()
201 MyInt x; // expected-note{{initialize the variable 'x' to silence this warning}} in test26()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs3055 public long MyInt { property in Google.Protobuf.TestProtos.TestFieldOrderings
3094 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()