Home
last modified time | relevance | path

Searched refs:writeEndTag (Results 1 – 2 of 2) sorted by relevance

/external/skqp/tools/bookmaker/
DincludeParser.h310 void writeEndTag() { in writeEndTag() function
316 void writeEndTag(const char* tagType) { in writeEndTag() function
322 void writeEndTag(const char* tagType, const char* tagID, int spaces = 1) {
330 void writeEndTag(const char* tagType, string tagID, int spaces = 1) {
331 this->writeEndTag(tagType, tagID.c_str(), spaces);
DincludeParser.cpp1266 this->writeEndTag(); in dumpCommonTail()
1272 this->writeEndTag(BmhParser::kMarkProps[(int) token.fMarkType].fName); in dumpCommonTail()
1298 this->writeEndTag(); in dumpDefine()
1320 this->writeEndTag(); in dumpEnum()
1348 this->writeEndTag(); in dumpEnum()
1384 this->writeEndTag("Alias", topicName + "_Reference"); in dumpGlobals()
1390 this->writeEndTag(); in dumpGlobals()
1446 this->writeEndTag(BmhParser::kMarkProps[(int) entry.second->fMarkType].fName); in dumpGlobals()
1458 this->writeEndTag("Topic", topicName); in dumpGlobals()
1567 this->writeEndTag(); in dumpMember()
[all …]