Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
D_istream.c649 __read_buffered(basic_istream<_CharT, _Traits>* __that, basic_streambuf<_CharT, _Traits>* __buf, in __read_buffered() function
746 _STLP_PRIV __read_buffered(this, __buf, __n - 1, __s, in get()
777 ? _STLP_PRIV __read_buffered(this, __buf, __n - 1, __s, in getline()
805 = _STLP_PRIV __read_buffered(this, __buf, __n, __s, in read()
846 = _STLP_PRIV __read_buffered(this, __buf, (min) (__avail, __nmax), __s, in readsome()
882 ? _STLP_PRIV __read_buffered(this, __buf, __nmax, __s, in _M_formatted_get()