Searched refs:fAnnotations (Results 1 – 2 of 2) sorted by relevance
158 private final Annotation[] fAnnotations; field in Description177 this.fAnnotations = annotations; in Description()263 return new Description(fTestClass, fDisplayName, fAnnotations); in childlessCopy()271 for (Annotation each : fAnnotations) { in getAnnotation()283 return Arrays.asList(fAnnotations); in getAnnotations()
116 std::vector<AnnotationInfo> fAnnotations; member329 for (const SkPDFTagNode::AnnotationInfo& annotationInfo : node->fAnnotations) { in PrepareTagTreeToEmit()377 tag->fAnnotations.push_back(annotationInfo); in addNodeAnnotation()