Searched refs:codeBlockAppend (Results 1 – 2 of 2) sorted by relevance
/external/skqp/tools/bookmaker/ |
D | includeParser.cpp | 384 void IncludeParser::codeBlockAppend(string& result, string s) const { in codeBlockAppend() function in IncludeParser 386 this->codeBlockAppend(result, c); in codeBlockAppend() 390 void IncludeParser::codeBlockAppend(string& result, char ch) const { in codeBlockAppend() function in IncludeParser 490 this->codeBlockAppend(result, "};\n\n"); in writeCodeBlock() 519 this->codeBlockAppend(result, ';'); in writeCodeBlock() 523 this->codeBlockAppend(result, '\n'); in writeCodeBlock() 530 this->codeBlockAppend(result, '\n'); in writeCodeBlock() 554 this->codeBlockAppend(result, last); in writeCodeBlock() 572 this->codeBlockAppend(result, ';'); in writeCodeBlock() 581 this->codeBlockAppend(result, '\n'); in writeCodeBlock() [all …]
|
D | includeParser.h | 154 void codeBlockAppend(string& result, string ) const; 155 void codeBlockAppend(string& result, char ch) const;
|