/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stream_iterator.h | 51 istream_type* _M_stream; 58 : _M_stream(0), _M_value(), _M_ok(false) {} 62 : _M_stream(&__s) 66 : _M_stream(__obj._M_stream), _M_value(__obj._M_value), 105 { return (_M_ok == __x._M_ok) && (!_M_ok || _M_stream == __x._M_stream); } 111 _M_ok = (_M_stream && *_M_stream) ? true : false; 114 *_M_stream >> _M_value [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stream_iterator.h | 51 istream_type* _M_stream; 58 : _M_stream(0), _M_value(), _M_ok(false) {} 62 : _M_stream(&__s) 66 : _M_stream(__obj._M_stream), _M_value(__obj._M_value), 105 { return (_M_ok == __x._M_ok) && (!_M_ok || _M_stream == __x._M_stream); } 111 _M_ok = (_M_stream && *_M_stream) ? true : false; 114 *_M_stream >> _M_value [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stream_iterator.h | 51 istream_type* _M_stream; 58 : _M_stream(0), _M_value(), _M_ok(false) {} 62 : _M_stream(&__s) 66 : _M_stream(__obj._M_stream), _M_value(__obj._M_value), 105 { return (_M_ok == __x._M_ok) && (!_M_ok || _M_stream == __x._M_stream); } 111 _M_ok = (_M_stream && *_M_stream) ? true : false; 114 *_M_stream >> _M_value [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stream_iterator.h | 51 istream_type* _M_stream; 58 : _M_stream(0), _M_value(), _M_ok(false) {} 62 : _M_stream(&__s) 66 : _M_stream(__obj._M_stream), _M_value(__obj._M_value), 105 { return (_M_ok == __x._M_ok) && (!_M_ok || _M_stream == __x._M_stream); } 111 _M_ok = (_M_stream && *_M_stream) ? true : false; 114 *_M_stream >> _M_value [all...] |
/external/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...] |
/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) {} 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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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...] |