Home
last modified time | relevance | path

Searched refs:__this_sb (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Distream.tcc298 __streambuf_type* __this_sb = this->rdbuf(); in get() local
299 int_type __c = __this_sb->sgetc(); in get()
307 __c = __this_sb->snextc(); in get()
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Distream.tcc565 __streambuf_type* __this_sb = this->rdbuf(); in get() local
566 int_type __c = __this_sb->sgetc(); in get()
574 __c = __this_sb->snextc(); in get()