Searched refs:stdOutStart (Results 1 – 3 of 3) sorted by relevance
/external/skqp/tools/bookmaker/ |
D | cataloger.cpp | 130 bool Catalog::textOut(Definition* def, const char* stdOutStart, in textOut() argument 148 size_t len = stdOutEnd - stdOutStart; in textOut() 153 stdOutStart = outVolatile->fContentStart; in textOut() 154 while ('\n' == stdOutStart[0]) { in textOut() 155 ++stdOutStart; in textOut() 157 len = stdOut->fContentEnd - stdOutStart; in textOut() 160 example += '"' == stdOutStart[pos] ? "\\\"" : in textOut() 161 '\\' == stdOutStart[pos] ? "\\\\" : in textOut() 162 '\n' == stdOutStart[pos] ? "\\\\n" : in textOut() 163 string(&stdOutStart[pos], 1); in textOut() [all …]
|
D | fiddleParser.h | 33 virtual bool textOut(Definition* example, const char* stdOutStart, 58 bool textOut(Definition* example, const char* stdOutStart, 76 bool textOut(Definition* example, const char* stdOutStart,
|
D | fiddleParser.cpp | 105 bool FiddleParser::textOut(Definition* example, const char* stdOutStart, in textOut() argument 121 EscapeParser fiddle(stdOutStart, stdOutEnd); in textOut()
|