HomeSort by relevance Sort by last modified time
    Searched refs:_M_stream (Results 1 - 9 of 9) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stream_iterator.h 58 istream_type* _M_stream;
65 : _M_stream(0), _M_value(), _M_ok(false) {}
69 : _M_stream(&__s)
73 : _M_stream(__obj._M_stream), _M_value(__obj._M_value),
112 { return (_M_ok == __x._M_ok) && (!_M_ok || _M_stream == __x._M_stream); }
118 _M_ok = (_M_stream && *_M_stream) ? true : false;
121 *_M_stream >> _M_value
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stream_iterator.h 58 istream_type* _M_stream;
65 : _M_stream(0), _M_value(), _M_ok(false) {}
69 : _M_stream(&__s)
73 : _M_stream(__obj._M_stream), _M_value(__obj._M_value),
112 { return (_M_ok == __x._M_ok) && (!_M_ok || _M_stream == __x._M_stream); }
118 _M_ok = (_M_stream && *_M_stream) ? true : false;
121 *_M_stream >> _M_value
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stream_iterator.h 58 istream_type* _M_stream;
65 : _M_stream(0), _M_value(), _M_ok(false) {}
69 : _M_stream(&__s)
73 : _M_stream(__obj._M_stream), _M_value(__obj._M_value),
112 { return (_M_ok == __x._M_ok) && (!_M_ok || _M_stream == __x._M_stream); }
118 _M_ok = (_M_stream && *_M_stream) ? true : false;
121 *_M_stream >> _M_value
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stream_iterator.h 58 istream_type* _M_stream;
65 : _M_stream(0), _M_value(), _M_ok(false) {}
69 : _M_stream(&__s)
73 : _M_stream(__obj._M_stream), _M_value(__obj._M_value),
112 { return (_M_ok == __x._M_ok) && (!_M_ok || _M_stream == __x._M_stream); }
118 _M_ok = (_M_stream && *_M_stream) ? true : false;
121 *_M_stream >> _M_value
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stream_iterator.h 58 istream_type* _M_stream;
65 : _M_stream(0), _M_value(), _M_ok(false) {}
69 : _M_stream(&__s)
73 : _M_stream(__obj._M_stream), _M_value(__obj._M_value),
112 { return (_M_ok == __x._M_ok) && (!_M_ok || _M_stream == __x._M_stream); }
118 _M_ok = (_M_stream && *_M_stream) ? true : false;
121 *_M_stream >> _M_value
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stream_iterator.h 58 istream_type* _M_stream;
65 : _M_stream(0), _M_value(), _M_ok(false) {}
69 : _M_stream(&__s)
73 : _M_stream(__obj._M_stream), _M_value(__obj._M_value),
112 { return (_M_ok == __x._M_ok) && (!_M_ok || _M_stream == __x._M_stream); }
118 _M_ok = (_M_stream && *_M_stream) ? true : false;
121 *_M_stream >> _M_value
    [all...]
  /prebuilts/ndk/r10/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) {}
137 return (_M_ok == __x._M_ok) && (!_M_ok || _M_stream == __x._M_stream);
141 istream_type* _M_stream;
147 _STLP_MUTABLE(_Self, _M_ok) = ((_M_stream != 0) && !_M_stream->fail());
149 *_M_stream >> _STLP_MUTABLE(_Self, _M_value);
150 _STLP_MUTABLE(_Self, _M_ok) = !_M_stream->fail();
177 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {
    [all...]
  /prebuilts/ndk/r11/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) {}
137 return (_M_ok == __x._M_ok) && (!_M_ok || _M_stream == __x._M_stream);
141 istream_type* _M_stream;
147 _STLP_MUTABLE(_Self, _M_ok) = ((_M_stream != 0) && !_M_stream->fail());
149 *_M_stream >> _STLP_MUTABLE(_Self, _M_value);
150 _STLP_MUTABLE(_Self, _M_ok) = !_M_stream->fail();
177 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {
    [all...]
  /prebuilts/ndk/r13/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) {}
137 return (_M_ok == __x._M_ok) && (!_M_ok || _M_stream == __x._M_stream);
141 istream_type* _M_stream;
147 _STLP_MUTABLE(_Self, _M_ok) = ((_M_stream != 0) && !_M_stream->fail());
149 *_M_stream >> _STLP_MUTABLE(_Self, _M_value);
150 _STLP_MUTABLE(_Self, _M_ok) = !_M_stream->fail();
177 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {
    [all...]

Completed in 88 milliseconds