Lines Matching refs:str_stream
229 StringStreamType& str_stream ) const
240 str_stream << " : syntax error...\n";
251 str_stream << " : Extraneous input...";
257 str_stream << " : Extraneous input - expected <EOF>\n";
261 str_stream << " : Extraneous input - expected "
274 str_stream << " : Missing token ("
281 str_stream <<" : Missing <EOF>\n";
285 str_stream << " : Missing " << tokenNames[BaseType::m_expecting] <<" \n";
295 str_stream << " : cannot match to any predicted input...\n";
309 str_stream << " : unexpected input...\n expected one of : ";
332 str_stream << ( count > 0 ? ", " : "" )
337 str_stream << "\n";
341 str_stream << "Actually dude, we didn't seem to be expecting anything here, or at least\n";
342 str_stream << "I could not work out what I was expecting, like so many of us these days!\n";
347 str_stream << " : missing elements...\n";
350 str_stream << " : syntax not recognized...\n";