Lines Matching refs:outtext
283 StringStreamType outtext; local
294 outtext << "[Index: ";
295 outtext << (int)this->get_tokenIndex();
296 outtext << " (Start: ";
297 outtext << (int)this->get_startIndex();
298 outtext << "-Stop: ";
299 outtext << (int)this->get_stopIndex();
300 outtext << ") ='";
301 outtext << text;
302 outtext << "', type<";
303 outtext << (int)m_type;
304 outtext << "> ";
308 outtext << "(channel = ";
309 outtext << (int)this->get_channel();
310 outtext << ") ";
313 outtext << "Line: ";
314 outtext << (int)this->get_line();
315 outtext << " LinePos:";
316 outtext << (int)this->get_charPositionInLine();
317 outtext << "]";
319 return outtext.str();