Lines Matching defs:string
19 SkSL::String prettify(const SkSL::String& string) {
23 // If a string breaks while in the middle 'parse until' we need to continue parsing on the
24 // next string
32 fLength = string.length();
33 fInput = string.c_str();
42 * tabs Existing tabs in the input string are copied over too, but this will look
59 * Otherwise just add the new character to the pretty string, indenting if
105 // if necessary, before inserting the token into the pretty string
135 // it will consume the entire string and the output will certainly not be prettified
139 // pretty string, increase the linecount, and tab out the next line to the appropriate
181 // Some helpers for parseUntil when we go over a string length
187 SkSL::String PrettyPrint(const SkSL::String& string) {
189 return pp.prettify(string);