Searched defs:OtherClass (Results 1 – 9 of 9) sorted by relevance
38 @interface OtherClass : NSObject <HasASelection> { interface42 @implementation OtherClass implementation
16 class OtherClass : public MyCls { class18 OtherClass(const OtherClass &other) : MyCls(other), value(value) { } in OtherClass() function in __anon35279c970111::OtherClass
47 @interface OtherClass : NSObject interface53 @implementation OtherClass implementation
54 @interface OtherClass { interface
7 @interface OtherClass interface
28 @interface OtherClass { interface
172 private static class OtherClass { class in ReflectionAccessFilterTest
126 static class OtherClass {} class in AbstractByteBuddyMockMakerTest
395 class OtherClass: class in TestSupport