Searched refs:OnClass (Results 1 – 3 of 3) sorted by relevance
26 …AnnotationWithDefaultValue onClassDefaultValue = mock(OnClass.class).getClass().getAnnotation(Anno… in mock_should_have_annotations_copied_from_mocked_type_at_class_level()27 …AnnotationWithCustomValue onClassCustomValue = mock(OnClass.class).getClass().getAnnotation(Annota… in mock_should_have_annotations_copied_from_mocked_type_at_class_level()29 …Annotation copying does not apply for inline mocks", mock(OnClass.class).getClass() != OnClass.cla… in mock_should_have_annotations_copied_from_mocked_type_at_class_level()105 public class OnClass { }
31 class OnClass { class33 OnClass() {} in OnClass() method in GwtIncompatibles.OnClass
20 internal::Matcher<Expr> callToGet(const internal::Matcher<Decl> &OnClass) { in callToGet() argument22 on(expr(anyOf(hasType(OnClass), in callToGet()24 pointsTo(decl(OnClass).bind("ptr_to_ptr")))))) in callToGet()