Searched refs:createParserStr (Results 1 – 4 of 4) sorted by relevance
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, yyleng);250 const std::string& str = pScriptFile.createParserStr(yytext + 2, yyleng - 2);261 const std::string& str = pScriptFile.createParserStr(yytext, yyleng);
234 const std::string& ScriptFile::createParserStr(const char* pText, in createParserStr() function in mcld::ScriptFile
522 { $$ = &m_ScriptFile.createParserStr("*", 1); }524 { $$ = &m_ScriptFile.createParserStr("?", 1); }
150 static const std::string& createParserStr(const char* pText, size_t pLength);