Searched refs:getMethodAnnotations (Results 1 – 13 of 13) sorted by relevance
96 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithBooleanElement()112 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithByteElement()128 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithCharElement()144 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithDoubleElement()160 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithFloatElement()176 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithIntElement()192 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithLongElement()208 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithShortElement()224 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithStingElement()242 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithEnumElement()[all …]
158 checkTestAnnotation(getMethodAnnotations(ctClass), value); in checkTestAnnotation()179 checkScopedAnnotation(annotationClass, getMethodAnnotations(ctClass), value); in checkScopedAnnotation()201 protected Object[] getMethodAnnotations(CtClass clazz) throws Exception in getMethodAnnotations() method in ScopedRepositoryTestCase
96 methodAnnotationSize += entry.getValue().getMethodAnnotations().size(); in write()102 for (String annot : entry.getValue().getMethodAnnotations()) { in write()
19 ImmutableSet<String> getMethodAnnotations() { in getMethodAnnotations() method in MethodAnnotationsRecord
72 @Nullable AnnotationSetKey getMethodAnnotations(@Nonnull MethodKey key); in getMethodAnnotations() method
806 AnnotationSetKey methodAnnotationsKey = classSection.getMethodAnnotations(method);
76 @Nullable AnnotationSetKey getMethodAnnotations(@Nonnull MethodKey key); in getMethodAnnotations() method
1008 AnnotationSetKey methodAnnotationsKey = classSection.getMethodAnnotations(method);
215 …@Nullable @Override public BuilderAnnotationSet getMethodAnnotations(@Nonnull BuilderMethod builde…
235 …@Nullable @Override public BuilderAnnotationSet getMethodAnnotations(@Nonnull BuilderMethod builde…
305 …@Nullable @Override public Set<? extends Annotation> getMethodAnnotations(@Nonnull PoolMethod meth…
349 …@Nullable @Override public Set<? extends Annotation> getMethodAnnotations(@Nonnull PoolMethod meth…
329 public List<String> getMethodAnnotations() { in getMethodAnnotations() method in AutoValueishProcessor.GetterProperty