OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_m_read_done
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/cxx-stl/stlport/stlport/stl/
_stream_iterator.h
108
istream_iterator() : _M_stream(0), _M_ok(false),
_M_read_done
(true) {}
109
istream_iterator(istream_type& __s) : _M_stream(&__s), _M_ok(false),
_M_read_done
(false) {}
112
if (!
_M_read_done
) {
131
if (!
_M_read_done
) {
134
if (!__x.
_M_read_done
) {
144
mutable bool
_M_read_done
;
152
_STLP_MUTABLE(_Self,
_M_read_done
) = true;
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_stream_iterator.h
108
istream_iterator() : _M_stream(0), _M_ok(false),
_M_read_done
(true) {}
109
istream_iterator(istream_type& __s) : _M_stream(&__s), _M_ok(false),
_M_read_done
(false) {}
112
if (!
_M_read_done
) {
131
if (!
_M_read_done
) {
134
if (!__x.
_M_read_done
) {
144
mutable bool
_M_read_done
;
152
_STLP_MUTABLE(_Self,
_M_read_done
) = true;
Completed in 174 milliseconds