Searched refs:stringAppend (Results 1 – 4 of 4) sorted by relevance
/external/skqp/tools/bookmaker/ |
D | parserCommon.h | 175 void stringAppend(string& result, char ch) const; 176 void stringAppend(string& result, string str) const; 177 void stringAppend(string& result, const Definition* ) const;
|
D | parserCommon.cpp | 161 void ParserCommon::stringAppend(string& result, char ch) const { in stringAppend() function in ParserCommon 168 void ParserCommon::stringAppend(string& result, string str) const { in stringAppend() function in ParserCommon 186 void ParserCommon::stringAppend(string& result, const Definition* def) const { in stringAppend() function in ParserCommon 187 this->stringAppend(result, string(def->fContentStart, def->length())); in stringAppend()
|
D | mdOut.cpp | 1167 this->stringAppend(result, block); in addCodeBlock() 1188 this->stringAppend(result, '\n'); in addCodeBlock() 1191 this->stringAppend(result, in addCodeBlock() 1193 this->stringAppend(result, '\n'); in addCodeBlock() 1201 this->stringAppend(result, in addCodeBlock() 1203 this->stringAppend(result, ";\n"); in addCodeBlock() 1208 this->stringAppend(result, member); in addCodeBlock() 1209 this->stringAppend(result, ";\n"); in addCodeBlock() 1215 this->stringAppend(result, body); in addCodeBlock() 1216 this->stringAppend(result, '\n'); in addCodeBlock() [all …]
|
D | includeParser.cpp | 394 this->stringAppend(result, ch); in codeBlockAppend()
|