Searched refs:aCurParamText (Results 1 – 2 of 2) sorted by relevance
55 aCurParamText(60000), in PreProcessor()100 aCurParamText.seekp(0); in On_expect_macro_bracket_left()123 if ( NOT csv::no_str(aCurParamText.c_str()) ) in On_expect_macro_param()125 aCurMacroParams.push_back( String(aCurParamText.c_str()) ); in On_expect_macro_param()136 aCurMacroParams.push_back( String (aCurParamText.c_str()) ); in On_expect_macro_param()137 aCurParamText.seekp(0); in On_expect_macro_param()144 aCurParamText << let_drToken.Text() << " "; in On_expect_macro_param()166 aCurParamText.seekp(0); in CheckForDefine()167 pCurMacro->GetDefineText(aCurParamText); in CheckForDefine()169 if ( aCurParamText.tellp() > 1 ) in CheckForDefine()[all …]
101 csv::StreamStr aCurParamText; member in cpp::PreProcessor