Searched defs:annotationSetPool (Results 1 – 3 of 3) sorted by relevance
70 @Nonnull private final AnnotationSetPool annotationSetPool; field in ClassPool77 @Nonnull AnnotationSetPool annotationSetPool, in ClassPool()
80 AnnotationSetPool annotationSetPool = new AnnotationSetPool(annotationPool); in makeDexPool() local90 AnnotationPool annotationPool, AnnotationSetPool annotationSetPool) { in DexPool()
59 @Nonnull final BuilderAnnotationSetPool annotationSetPool; field in BuilderContext