Searched defs:isA (Results 1 – 10 of 10) sorted by relevance
21 public boolean isA; in delegatingEmptyClassHasNoEffect() field in ParametersDelegateTest.MainParams46 public boolean isA; in delegatingSetsFieldsOnBothMainParamsAndTheDelegatedParams() field in ParametersDelegateTest.MainParams100 public boolean isA; in combinedAndNestedDelegates() field in ParametersDelegateTest.MainParams
72 public static <T> Matcher<T> isA(Class<T> type) { in isA() method in Is
35 auto isA = [](auto ch) { return ch == 'a';}; in test() local
56 virtual bool isA(const void *const ClassID) const { in isA() function61 template <typename ErrorInfoT> bool isA() const { in isA() function216 template <typename ErrT> bool isA() const { in isA() function298 bool isA(const void *const ClassID) const override { in isA() function
69 virtual bool isA(const void *const ClassID) const { in isA() function74 template <typename ErrorInfoT> bool isA() const { in isA() function232 template <typename ErrT> bool isA() const { in isA() function319 bool isA(const void *const ClassID) const override { in isA() function
77 virtual bool isA(const void *const ClassID) const { in isA() function82 template <typename ErrorInfoT> bool isA() const { in isA() function237 template <typename ErrT> bool isA() const { in isA() function346 bool isA(const void *const ClassID) const override { in isA() function
140 public static <T> org.hamcrest.Matcher<T> isA(java.lang.Class<T> type) { in isA() method in CoreMatchers
221 public static <T> T isA(Class<T> type) { in isA() method in ArgumentMatchers
677 public static <T> T isA(Class<T> clazz) { in isA() method in EasyMock
226 public static <T> org.hamcrest.Matcher<T> isA(java.lang.Class<T> type) { in isA() method in Matchers