Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
DincludeParser.h395 void writeTagNoLF(const char* tagType, const char* tagID) { in writeTagNoLF() function
402 void writeTagNoLF(const char* tagType, string tagID) { in writeTagNoLF() function
403 this->writeTagNoLF(tagType, tagID.c_str()); in writeTagNoLF()
408 this->writeTagNoLF(tagType, tagID); in writeTag()
DincludeParser.cpp1337 this->writeTagNoLF("Line", "#"); in dumpEnum()
1383 this->writeTagNoLF("Topic", topicName); in dumpGlobals()
1611 this->writeTagNoLF("Topic", topicName); in dumpTokens()