Searched defs:TypeA (Results 1 – 13 of 13) sorted by relevance
65 static class TypeA implements Proxy { class in NullHandlingTest67 public TypeA() {} in TypeA() method in NullHandlingTest.TypeA68 public TypeA(String a) { in TypeA() method in NullHandlingTest.TypeA
156 u8 TypeA, u8 TypeB) { in reportDeallocTypeMismatch()
362 private static class TypeA {} class in FluentIterableTest
358 private static class TypeA {} class in FluentIterableTest
1162 struct TypeA {}; struct
587 struct TypeA {}; struct
1133 struct TypeA {}; struct
1161 struct TypeA {}; struct
1163 struct TypeA {}; struct
148 TypeMatcher TypeA = hasDeclaration(recordDecl(hasName("A"))); in TEST() local