Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
DbmhParser.cpp1001 string funcText = this->extractText(&*iter, TrimExtract::kNo); in exampleToScript() local
1003 while (pos < funcText.length() && ' ' > funcText[pos]) { in exampleToScript()
1006 size_t indent = count_indent(funcText, pos, funcText.length()); in exampleToScript()
1007 add_code(funcText, pos, funcText.length(), 0, indent, code); in exampleToScript()