Searched defs:DOG (Results 1 – 5 of 5) sorted by relevance
20 @interface MyClass1(DOG) <P> category24 @implementation MyClass1(DOG) // expected-warning {{method 'Pmeth1' in protocol 'P' not implemented… category
88 DOG, enumConstant
88 DOG, enumConstant307 DOG enumConstant
609 enum class Animal { DOG, CAT }; in TEST_F() enumerator
327 enum class Animal { DOG, CAT }; in TEST() enumerator