Searched refs:getElementName (Results 1 – 13 of 13) sorted by relevance
43 @Nonnull StringKey getElementName(@Nonnull AnnotationElement element); in getElementName() method
88 … writer.writeUleb128(stringSection.getItemIndex(annotationSection.getElementName(element))); in writeAnnotation()
707 … writer.writeUleb128(stringSection.getItemIndex(annotationSection.getElementName(element)));
182 return isValueAttribute(key.getElementName(), key.getAttributeName());191 Attribute attribute = getAttribute(key.getElementName(), key.getAttributeName());
58 AttributeKey::getElementName, AttributeKey::getAttributeName, identity()));117 public String getElementName() { in getElementName() method in AttributeKey
280 if (p.getName().equals(key.getElementName())) { in get()474 .filter(k -> k.getElementName().equals(getName())) in appendToString()
299 valueAttributes.keySet().removeIf(k -> k.getElementName().equals(qName)); in endElement()
72 …@Nonnull @Override public CharSequence getElementName(@Nonnull AnnotationElement annotationElement… in getElementName() method in AnnotationPool
95 const char* elemName = m_xmlParser.getElementName(); in parse()
153 const char* getElementName (void) const { return m_elementName.c_str(); } in getElementName() function in xe::xml::Parser
387 …ltParseError(string("Missing attribute '") + name + "' in <" + m_xmlParser.getElementName() + ">"); in getAttribute()443 const char* elemName = m_xmlParser.getElementName(); in handleElementStart()725 const char* elemName = m_xmlParser.getElementName(); in handleElementEnd()
81 public BuilderStringReference getElementName(@Nonnull BuilderAnnotationElement element) { in getElementName() method in BuilderAnnotationPool
191 final String getElementName(Ref<Integer> outLen) in getElementName() method in ResXMLParser