Searched refs:unget (Results 1 – 4 of 4) sorted by relevance
1296 source.unget(c);1308 source.unget(c);1321 source.unget(c);1336 source.unget(c);1348 source.unget(c);1366 source.unget(c);1372 source.unget(c);1420 source.unget(c);1473 source.unget(next_c);1577 source.unget(c);[all …]
59 void unget(int_type const c) throw() in unget() function109 void unget(int_type const c) throw() in unget() function166 void unget(int_type const c) throw() in unget() function1115 _input_adapter.unget(c);1162 _input_adapter.unget(skip_whitespace(_input_adapter, _locale));1176 _input_adapter.unget(c);1193 _input_adapter.unget(c);1194 _input_adapter.unget(initial_character);1292 _input_adapter.unget(c);
158 _Self& unget();
448 basic_istream<_CharT, _Traits>& basic_istream<_CharT, _Traits>::unget() { in unget() function