Searched refs:createParserStr (Results 1 – 4 of 4) sorted by relevance
222 const std::string& str = pScriptFile.createParserStr(yytext, yyleng);229 const std::string& str = pScriptFile.createParserStr(yytext, yyleng);236 const std::string& str = pScriptFile.createParserStr(yytext, yyleng);243 const std::string& str = pScriptFile.createParserStr(yytext + 2, yyleng - 2);254 const std::string& str = pScriptFile.createParserStr(yytext, yyleng);
239 const std::string& ScriptFile::createParserStr(const char* pText, in createParserStr() function in ScriptFile
511 { $$ = &m_ScriptFile.createParserStr("*", 1); }513 { $$ = &m_ScriptFile.createParserStr("?", 1); }
140 static const std::string& createParserStr(const char* pText, size_t pLength);