Lines Matching refs:__c
50 int_type __c = __sb->sgetc(); in getline()
53 && !traits_type::eq_int_type(__c, __eof) in getline()
54 && !traits_type::eq_int_type(__c, __idelim)) in getline()
71 __c = __sb->sgetc(); in getline()
75 *__s++ = traits_type::to_char_type(__c); in getline()
77 __c = __sb->snextc(); in getline()
81 if (traits_type::eq_int_type(__c, __eof)) in getline()
83 else if (traits_type::eq_int_type(__c, __idelim)) in getline()
130 int_type __c = __sb->sgetc(); in ignore()
136 && !traits_type::eq_int_type(__c, __eof) in ignore()
137 && !traits_type::eq_int_type(__c, __delim)) in ignore()
151 __c = __sb->sgetc(); in ignore()
156 __c = __sb->snextc(); in ignore()
160 && !traits_type::eq_int_type(__c, __eof) in ignore()
161 && !traits_type::eq_int_type(__c, __delim)) in ignore()
174 if (traits_type::eq_int_type(__c, __eof)) in ignore()
176 else if (traits_type::eq_int_type(__c, __delim)) in ignore()
224 __int_type __c = __sb->sgetc(); in operator >>()
227 && !__traits_type::eq_int_type(__c, __eof) in operator >>()
229 __traits_type::to_char_type(__c))) in operator >>()
245 __c = __sb->sgetc(); in operator >>()
249 *__s++ = __traits_type::to_char_type(__c); in operator >>()
251 __c = __sb->snextc(); in operator >>()
255 if (__traits_type::eq_int_type(__c, __eof)) in operator >>()
294 int_type __c = __sb->sgetc(); in getline()
297 && !traits_type::eq_int_type(__c, __eof) in getline()
298 && !traits_type::eq_int_type(__c, __idelim)) in getline()
315 __c = __sb->sgetc(); in getline()
319 *__s++ = traits_type::to_char_type(__c); in getline()
321 __c = __sb->snextc(); in getline()
325 if (traits_type::eq_int_type(__c, __eof)) in getline()
327 else if (traits_type::eq_int_type(__c, __idelim)) in getline()
374 int_type __c = __sb->sgetc(); in ignore()
380 && !traits_type::eq_int_type(__c, __eof) in ignore()
381 && !traits_type::eq_int_type(__c, __delim)) in ignore()
395 __c = __sb->sgetc(); in ignore()
400 __c = __sb->snextc(); in ignore()
404 && !traits_type::eq_int_type(__c, __eof) in ignore()
405 && !traits_type::eq_int_type(__c, __delim)) in ignore()
418 if (traits_type::eq_int_type(__c, __eof)) in ignore()
420 else if (traits_type::eq_int_type(__c, __delim)) in ignore()