Searched refs:getAttrName (Results 1 – 5 of 5) sorted by relevance
207 StringRef getAttrName() const { return attrName; } in getAttrName() function in __anonec8f106a0211::Argument462 OS << "bool " << getAttrName() << "Attr::is" << getUpperName() in writeAccessorDefinitions()476 OS << "unsigned " << getAttrName() << "Attr::get" << getUpperName() in writeAccessorDefinitions()785 OS << " " << getAttrName() << "Attr::" << type << " " << getLowerName() in writePCHReadDecls()786 << "(static_cast<" << getAttrName() << "Attr::" << type in writePCHReadDecls()802 OS << "\\\"\" << " << getAttrName() << "Attr::Convert" << type << "ToStr(get" in writeValue()809 OS << " case " << getAttrName() << "Attr::" << I << ":\n"; in writeDump()823 OS << getAttrName() << "Attr::" << enums[I] << ")\n"; in writeConversion()841 OS << " case " << getAttrName() << "Attr::" << enums[I] in writeConversion()859 OS << " OS << \"\\\"\" << " << getAttrName() << "Attr::Convert" << type in writeValueImpl()[all …]
55 const char* getAttrName(const Node*, const Attr*) const;
143 const char* SkDOM::getAttrName(const Node* node, const Attr* attr) const { in getAttrName() function in SkDOM