Searched refs:aCurParamText (Results 1 – 2 of 2) sorted by relevance
51 aCurParamText(60000), in PreProcessor()96 aCurParamText.seekp(0); in On_expect_macro_bracket_left()119 if ( NOT csv::no_str(aCurParamText.c_str()) ) in On_expect_macro_param()121 aCurMacroParams.push_back( String(aCurParamText.c_str()) ); in On_expect_macro_param()132 aCurMacroParams.push_back( String (aCurParamText.c_str()) ); in On_expect_macro_param()133 aCurParamText.seekp(0); in On_expect_macro_param()140 aCurParamText << let_drToken.Text() << " "; in On_expect_macro_param()162 aCurParamText.seekp(0); in CheckForDefine()163 pCurMacro->GetDefineText(aCurParamText); in CheckForDefine()165 if ( aCurParamText.tellp() > 1 ) in CheckForDefine()[all …]
101 csv::StreamStr aCurParamText; member in cpp::PreProcessor