Searched refs:getElementName (Results 1 – 16 of 16) 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)));
58 AttributeKey::getElementName, AttributeKey::getAttributeName, identity()));117 public String getElementName() { in getElementName() method in AttributeKey
182 return isValueAttribute(key.getElementName(), key.getAttributeName());191 Attribute attribute = getAttribute(key.getElementName(), key.getAttributeName());
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()
214 a.getElementName().equals("key") ? keyName : keyName + "/" + typeName; in addInfoAttributes()216 "@" + a.getElementName() + "Info/" + a.getAttributeName() + "/" + id, in addInfoAttributes()
142 key.getElementName().substring(4), key.getAttributeName().substring(4))); in maybeAddSpecial()
72 …@Nonnull @Override public CharSequence getElementName(@Nonnull AnnotationElement annotationElement… in getElementName() method in AnnotationPool
95 const char* elemName = m_xmlParser.getElementName(); in parse()
399 …ltParseError(string("Missing attribute '") + name + "' in <" + m_xmlParser.getElementName() + ">"); in getAttribute()455 const char* elemName = m_xmlParser.getElementName(); in handleElementStart()737 const char* elemName = m_xmlParser.getElementName(); in handleElementEnd()
81 public BuilderStringReference getElementName(@Nonnull BuilderAnnotationElement element) { in getElementName() method in BuilderAnnotationPool
153 const char* getElementName (void) const { return m_elementName.c_str(); } in getElementName() function in xe::xml::Parser
208 const char* elemName = xmlParser.getElementName(); in readWaivedTestsFromXML()
191 final String getElementName(Ref<Integer> outLen) in getElementName() method in ResXMLParser