HomeSort by relevance Sort by last modified time
    Searched full:_m_sbuf (Results 1 - 19 of 19) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
streambuf_iterator.h 93 mutable streambuf_type* _M_sbuf;
99 : _M_sbuf(0), _M_c(traits_type::eof()) { }
103 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { }
107 : _M_sbuf(__s), _M_c(traits_type::eof()) { }
132 if (_M_sbuf)
134 _M_sbuf->sbumpc();
149 if (_M_sbuf)
151 __old._M_c = _M_sbuf->sbumpc();
171 if (_M_sbuf)
175 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc())
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
streambuf_iterator.h 97 mutable streambuf_type* _M_sbuf;
103 : _M_sbuf(0), _M_c(traits_type::eof()) { }
113 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { }
117 : _M_sbuf(__s), _M_c(traits_type::eof()) { }
142 if (_M_sbuf)
144 _M_sbuf->sbumpc();
159 if (_M_sbuf)
161 __old._M_c = _M_sbuf->sbumpc();
181 if (_M_sbuf)
185 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc())
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
streambuf_iterator.h 97 mutable streambuf_type* _M_sbuf;
103 : _M_sbuf(0), _M_c(traits_type::eof()) { }
113 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { }
117 : _M_sbuf(__s), _M_c(traits_type::eof()) { }
142 if (_M_sbuf)
144 _M_sbuf->sbumpc();
159 if (_M_sbuf)
161 __old._M_c = _M_sbuf->sbumpc();
181 if (_M_sbuf)
185 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc())
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 86 mutable streambuf_type* _M_sbuf;
92 : _M_sbuf(0), _M_c(traits_type::eof()) { }
96 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { }
100 : _M_sbuf(__s), _M_c(traits_type::eof()) { }
125 if (_M_sbuf)
127 _M_sbuf->sbumpc();
142 if (_M_sbuf)
144 __old._M_c = _M_sbuf->sbumpc();
164 if (_M_sbuf)
168 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc())
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 86 mutable streambuf_type* _M_sbuf;
92 : _M_sbuf(0), _M_c(traits_type::eof()) { }
96 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { }
100 : _M_sbuf(__s), _M_c(traits_type::eof()) { }
125 if (_M_sbuf)
127 _M_sbuf->sbumpc();
142 if (_M_sbuf)
144 __old._M_c = _M_sbuf->sbumpc();
164 if (_M_sbuf)
168 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc())
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 86 mutable streambuf_type* _M_sbuf;
92 : _M_sbuf(0), _M_c(traits_type::eof()) { }
96 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { }
100 : _M_sbuf(__s), _M_c(traits_type::eof()) { }
125 if (_M_sbuf)
127 _M_sbuf->sbumpc();
142 if (_M_sbuf)
144 __old._M_c = _M_sbuf->sbumpc();
164 if (_M_sbuf)
168 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc())
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
streambuf_iterator.h 86 mutable streambuf_type* _M_sbuf;
92 : _M_sbuf(0), _M_c(traits_type::eof()) { }
96 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { }
100 : _M_sbuf(__s), _M_c(traits_type::eof()) { }
125 if (_M_sbuf)
127 _M_sbuf->sbumpc();
142 if (_M_sbuf)
144 __old._M_c = _M_sbuf->sbumpc();
164 if (_M_sbuf)
168 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc())
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
streambuf_iterator.h 93 mutable streambuf_type* _M_sbuf;
99 : _M_sbuf(0), _M_c(traits_type::eof()) { }
103 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { }
107 : _M_sbuf(__s), _M_c(traits_type::eof()) { }
132 if (_M_sbuf)
134 _M_sbuf->sbumpc();
149 if (_M_sbuf)
151 __old._M_c = _M_sbuf->sbumpc();
171 if (_M_sbuf)
175 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc())
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
streambuf_iterator.h 99 mutable streambuf_type* _M_sbuf;
105 : _M_sbuf(0), _M_c(traits_type::eof()) { }
115 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { }
119 : _M_sbuf(__s), _M_c(traits_type::eof()) { }
144 if (_M_sbuf)
146 _M_sbuf->sbumpc();
161 if (_M_sbuf)
163 __old._M_c = _M_sbuf->sbumpc();
183 if (_M_sbuf)
187 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc())
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
streambuf_iterator.h 93 mutable streambuf_type* _M_sbuf;
99 : _M_sbuf(0), _M_c(traits_type::eof()) { }
103 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { }
107 : _M_sbuf(__s), _M_c(traits_type::eof()) { }
132 if (_M_sbuf)
134 _M_sbuf->sbumpc();
149 if (_M_sbuf)
151 __old._M_c = _M_sbuf->sbumpc();
171 if (_M_sbuf)
175 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc())
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
streambuf_iterator.h 99 mutable streambuf_type* _M_sbuf;
105 : _M_sbuf(0), _M_c(traits_type::eof()) { }
115 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { }
119 : _M_sbuf(__s), _M_c(traits_type::eof()) { }
144 if (_M_sbuf)
146 _M_sbuf->sbumpc();
161 if (_M_sbuf)
163 __old._M_c = _M_sbuf->sbumpc();
183 if (_M_sbuf)
187 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc())
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
streambuf_iterator.h 97 mutable streambuf_type* _M_sbuf;
103 : _M_sbuf(0), _M_c(traits_type::eof()) { }
113 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { }
117 : _M_sbuf(__s), _M_c(traits_type::eof()) { }
142 if (_M_sbuf)
144 _M_sbuf->sbumpc();
159 if (_M_sbuf)
161 __old._M_c = _M_sbuf->sbumpc();
181 if (_M_sbuf)
185 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc())
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
streambuf_iterator.h 97 mutable streambuf_type* _M_sbuf;
103 : _M_sbuf(0), _M_c(traits_type::eof()) { }
113 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { }
117 : _M_sbuf(__s), _M_c(traits_type::eof()) { }
142 if (_M_sbuf)
144 _M_sbuf->sbumpc();
159 if (_M_sbuf)
161 __old._M_c = _M_sbuf->sbumpc();
181 if (_M_sbuf)
185 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc())
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/lib32/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.16 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.18 

Completed in 3058 milliseconds