Searched refs:funcText (Results 1 – 1 of 1) sorted by relevance
1001 string funcText = this->extractText(&*iter, TrimExtract::kNo); in exampleToScript() local1003 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()