Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_istream.c635 __read_buffered(basic_istream<_CharT, _Traits>* __that, basic_streambuf<_CharT, _Traits>* __buf, in __read_buffered() function
732 _STLP_PRIV __read_buffered(this, __buf, __n - 1, __s, in get()
763 ? _STLP_PRIV __read_buffered(this, __buf, __n - 1, __s, in getline()
791 = _STLP_PRIV __read_buffered(this, __buf, __n, __s, in read()
832 = _STLP_PRIV __read_buffered(this, __buf, (min) (__avail, __nmax), __s, in readsome()
868 ? _STLP_PRIV __read_buffered(this, __buf, __nmax, __s, in _M_formatted_get()