Searched refs:enclosing (Results 1 – 7 of 7) sorted by relevance
86 List<Element> enclosing = new ArrayList<>(); in getEnclosingElements() local89 enclosing.add(e); in getEnclosingElements()92 Collections.reverse(enclosing); in getEnclosingElements()93 return enclosing; in getEnclosingElements()101 for (Element enclosing : getEnclosingElements(clazz)) { in getClassSignature()102 if (enclosing.getKind() == PACKAGE) { in getClassSignature()103 sb.append(((PackageElement) enclosing) in getClassSignature()109 sb.append(enclosing.getSimpleName()).append('$'); in getClassSignature()
197 Item(ProtoStreamObjectWriter* enclosing, ItemType item_type,
156 ProtoWriter* enclosing);
293 ProtoWriter* enclosing) in ProtoElement() argument295 ow_(enclosing), in ProtoElement()
377 ProtoStreamObjectWriter::Item::Item(ProtoStreamObjectWriter* enclosing, in Item() argument381 ow_(enclosing), in Item()
217 // Check pointers back to the enclosing oneofs.
179 // The policy defined by the enclosing <policy> tag of this <item>.