HomeSort by relevance Sort by last modified time
    Searched refs:__n (Results 501 - 525 of 1443) sorted by null

<<21222324252627282930>>

  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 93 basic_string(_Reserve_t __r, size_t __n,
95 : _M_non_dbg_impl(__r, __n, __a), _M_iter_list(&_M_non_dbg_impl) {}
101 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
103 : _M_non_dbg_impl(__s._M_non_dbg_impl, __pos, __n, __a),
106 basic_string(const _CharT* __s, size_type __n,
108 : _ConstructCheck(__s), _M_non_dbg_impl(__s, __n, __a),
116 basic_string(size_type __n, _CharT __c,
118 : _M_non_dbg_impl(__n, __c, __a), _M_iter_list(&_M_non_dbg_impl) {}
198 void resize(size_type __n, _CharT __c) {
199 if (__n > capacity()
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 93 basic_string(_Reserve_t __r, size_t __n,
95 : _M_non_dbg_impl(__r, __n, __a), _M_iter_list(&_M_non_dbg_impl) {}
101 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
103 : _M_non_dbg_impl(__s._M_non_dbg_impl, __pos, __n, __a),
106 basic_string(const _CharT* __s, size_type __n,
108 : _ConstructCheck(__s), _M_non_dbg_impl(__s, __n, __a),
116 basic_string(size_type __n, _CharT __c,
118 : _M_non_dbg_impl(__n, __c, __a), _M_iter_list(&_M_non_dbg_impl) {}
198 void resize(size_type __n, _CharT __c) {
199 if (__n > capacity()
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 93 basic_string(_Reserve_t __r, size_t __n,
95 : _M_non_dbg_impl(__r, __n, __a), _M_iter_list(&_M_non_dbg_impl) {}
101 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
103 : _M_non_dbg_impl(__s._M_non_dbg_impl, __pos, __n, __a),
106 basic_string(const _CharT* __s, size_type __n,
108 : _ConstructCheck(__s), _M_non_dbg_impl(__s, __n, __a),
116 basic_string(size_type __n, _CharT __c,
118 : _M_non_dbg_impl(__n, __c, __a), _M_iter_list(&_M_non_dbg_impl) {}
198 void resize(size_type __n, _CharT __c) {
199 if (__n > capacity()
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 93 basic_string(_Reserve_t __r, size_t __n,
95 : _M_non_dbg_impl(__r, __n, __a), _M_iter_list(&_M_non_dbg_impl) {}
101 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
103 : _M_non_dbg_impl(__s._M_non_dbg_impl, __pos, __n, __a),
106 basic_string(const _CharT* __s, size_type __n,
108 : _ConstructCheck(__s), _M_non_dbg_impl(__s, __n, __a),
116 basic_string(size_type __n, _CharT __c,
118 : _M_non_dbg_impl(__n, __c, __a), _M_iter_list(&_M_non_dbg_impl) {}
198 void resize(size_type __n, _CharT __c) {
199 if (__n > capacity()
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 93 basic_string(_Reserve_t __r, size_t __n,
95 : _M_non_dbg_impl(__r, __n, __a), _M_iter_list(&_M_non_dbg_impl) {}
101 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
103 : _M_non_dbg_impl(__s._M_non_dbg_impl, __pos, __n, __a),
106 basic_string(const _CharT* __s, size_type __n,
108 : _ConstructCheck(__s), _M_non_dbg_impl(__s, __n, __a),
116 basic_string(size_type __n, _CharT __c,
118 : _M_non_dbg_impl(__n, __c, __a), _M_iter_list(&_M_non_dbg_impl) {}
198 void resize(size_type __n, _CharT __c) {
199 if (__n > capacity()
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_string.h 93 basic_string(_Reserve_t __r, size_t __n,
95 : _M_non_dbg_impl(__r, __n, __a), _M_iter_list(&_M_non_dbg_impl) {}
101 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
103 : _M_non_dbg_impl(__s._M_non_dbg_impl, __pos, __n, __a),
106 basic_string(const _CharT* __s, size_type __n,
108 : _ConstructCheck(__s), _M_non_dbg_impl(__s, __n, __a),
116 basic_string(size_type __n, _CharT __c,
118 : _M_non_dbg_impl(__n, __c, __a), _M_iter_list(&_M_non_dbg_impl) {}
198 void resize(size_type __n, _CharT __c) {
199 if (__n > capacity()
    [all...]
  /external/stlport/stlport/stl/
_uninitialized.h 86 for (_Distance __n = __last - __first; __n > 0; --__n) {
249 for (_Distance __n = __last - __first; __n > 0; --__n, ++__cur)
285 inline _ForwardIter __ufill_n(_ForwardIter __first, _Size __n, const _Tp& __x) {
288 for ( ; __n > 0; --__n, ++__cur)
296 inline _ForwardIter __ufill_n(_ForwardIter __first, _Size __n, const _Tp& __x
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_uninitialized.h 86 for (_Distance __n = __last - __first; __n > 0; --__n) {
249 for (_Distance __n = __last - __first; __n > 0; --__n, ++__cur)
285 inline _ForwardIter __ufill_n(_ForwardIter __first, _Size __n, const _Tp& __x) {
288 for ( ; __n > 0; --__n, ++__cur)
296 inline _ForwardIter __ufill_n(_ForwardIter __first, _Size __n, const _Tp& __x
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_uninitialized.h 86 for (_Distance __n = __last - __first; __n > 0; --__n) {
249 for (_Distance __n = __last - __first; __n > 0; --__n, ++__cur)
285 inline _ForwardIter __ufill_n(_ForwardIter __first, _Size __n, const _Tp& __x) {
288 for ( ; __n > 0; --__n, ++__cur)
296 inline _ForwardIter __ufill_n(_ForwardIter __first, _Size __n, const _Tp& __x
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_uninitialized.h 86 for (_Distance __n = __last - __first; __n > 0; --__n) {
249 for (_Distance __n = __last - __first; __n > 0; --__n, ++__cur)
285 inline _ForwardIter __ufill_n(_ForwardIter __first, _Size __n, const _Tp& __x) {
288 for ( ; __n > 0; --__n, ++__cur)
296 inline _ForwardIter __ufill_n(_ForwardIter __first, _Size __n, const _Tp& __x
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_uninitialized.h 86 for (_Distance __n = __last - __first; __n > 0; --__n) {
249 for (_Distance __n = __last - __first; __n > 0; --__n, ++__cur)
285 inline _ForwardIter __ufill_n(_ForwardIter __first, _Size __n, const _Tp& __x) {
288 for ( ; __n > 0; --__n, ++__cur)
296 inline _ForwardIter __ufill_n(_ForwardIter __first, _Size __n, const _Tp& __x
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_uninitialized.h 86 for (_Distance __n = __last - __first; __n > 0; --__n) {
249 for (_Distance __n = __last - __first; __n > 0; --__n, ++__cur)
285 inline _ForwardIter __ufill_n(_ForwardIter __first, _Size __n, const _Tp& __x) {
288 for ( ; __n > 0; --__n, ++__cur)
296 inline _ForwardIter __ufill_n(_ForwardIter __first, _Size __n, const _Tp& __x
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_uninitialized.h 86 for (_Distance __n = __last - __first; __n > 0; --__n) {
249 for (_Distance __n = __last - __first; __n > 0; --__n, ++__cur)
285 inline _ForwardIter __ufill_n(_ForwardIter __first, _Size __n, const _Tp& __x) {
288 for ( ; __n > 0; --__n, ++__cur)
296 inline _ForwardIter __ufill_n(_ForwardIter __first, _Size __n, const _Tp& __x
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
sso_string_base.h 173 _M_set_length_no_wipe(size_type __n)
175 _M_length(__n);
176 traits_type::assign(_M_data()[__n], _CharT());
180 _M_set_length(size_type __n)
183 if (__n + 1 < _M_length())
187 __builtin_memset(_M_data() + __n + 1, 0xcd, _M_length() - __n);
190 _M_set_length_no_wipe(__n);
205 __sso_string_base(size_type __n, _CharT __c, const _Alloc& __a);
236 _M_erase(size_type __pos, size_type __n);
491 this->_S_assign(_M_data(), __n, __c); local
584 this->_S_move(_M_data() + __pos, _M_data() + __pos + __n, local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
unordered_set.h 68 __unordered_set(size_type __n = 10,
72 : _Base(__n, __hf, __detail::_Mod_range_hashing(),
79 size_type __n = 0,
83 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
89 size_type __n = 0,
93 : _Base(__l.begin(), __l.end(), __n, __hf,
137 __unordered_multiset(size_type __n = 10,
141 : _Base(__n, __hf, __detail::_Mod_range_hashing(),
149 size_type __n = 0,
153 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing()
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
sso_string_base.h 179 _M_set_length_no_wipe(size_type __n)
181 _M_length(__n);
182 traits_type::assign(_M_data()[__n], _CharT());
186 _M_set_length(size_type __n)
189 if (__n + 1 < _M_length())
193 __builtin_memset(_M_data() + __n + 1, 0xcd, _M_length() - __n);
196 _M_set_length_no_wipe(__n);
211 __sso_string_base(size_type __n, _CharT __c, const _Alloc& __a);
242 _M_erase(size_type __pos, size_type __n);
497 this->_S_assign(_M_data(), __n, __c); local
590 this->_S_move(_M_data() + __pos, _M_data() + __pos + __n, __how_much); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
unordered_set.h 68 __unordered_set(size_type __n = 10,
72 : _Base(__n, __hf, __detail::_Mod_range_hashing(),
79 size_type __n = 0,
83 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
89 size_type __n = 0,
93 : _Base(__l.begin(), __l.end(), __n, __hf,
137 __unordered_multiset(size_type __n = 10,
141 : _Base(__n, __hf, __detail::_Mod_range_hashing(),
149 size_type __n = 0,
153 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
sso_string_base.h 179 _M_set_length_no_wipe(size_type __n)
181 _M_length(__n);
182 traits_type::assign(_M_data()[__n], _CharT());
186 _M_set_length(size_type __n)
189 if (__n + 1 < _M_length())
193 __builtin_memset(_M_data() + __n + 1, 0xcd, _M_length() - __n);
196 _M_set_length_no_wipe(__n);
211 __sso_string_base(size_type __n, _CharT __c, const _Alloc& __a);
242 _M_erase(size_type __pos, size_type __n);
497 this->_S_assign(_M_data(), __n, __c); local
590 this->_S_move(_M_data() + __pos, _M_data() + __pos + __n, __how_much); local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h 173 _M_set_length_no_wipe(size_type __n)
175 _M_length(__n);
176 traits_type::assign(_M_data()[__n], _CharT());
180 _M_set_length(size_type __n)
183 if (__n + 1 < _M_length())
187 __builtin_memset(_M_data() + __n + 1, 0xcd, _M_length() - __n);
190 _M_set_length_no_wipe(__n);
205 __sso_string_base(size_type __n, _CharT __c, const _Alloc& __a);
236 _M_erase(size_type __pos, size_type __n);
491 this->_S_assign(_M_data(), __n, __c); local
584 this->_S_move(_M_data() + __pos, _M_data() + __pos + __n, local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h 173 _M_set_length_no_wipe(size_type __n)
175 _M_length(__n);
176 traits_type::assign(_M_data()[__n], _CharT());
180 _M_set_length(size_type __n)
183 if (__n + 1 < _M_length())
187 __builtin_memset(_M_data() + __n + 1, 0xcd, _M_length() - __n);
190 _M_set_length_no_wipe(__n);
205 __sso_string_base(size_type __n, _CharT __c, const _Alloc& __a);
236 _M_erase(size_type __pos, size_type __n);
491 this->_S_assign(_M_data(), __n, __c); local
584 this->_S_move(_M_data() + __pos, _M_data() + __pos + __n, local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h 173 _M_set_length_no_wipe(size_type __n)
175 _M_length(__n);
176 traits_type::assign(_M_data()[__n], _CharT());
180 _M_set_length(size_type __n)
183 if (__n + 1 < _M_length())
187 __builtin_memset(_M_data() + __n + 1, 0xcd, _M_length() - __n);
190 _M_set_length_no_wipe(__n);
205 __sso_string_base(size_type __n, _CharT __c, const _Alloc& __a);
236 _M_erase(size_type __pos, size_type __n);
491 this->_S_assign(_M_data(), __n, __c); local
584 this->_S_move(_M_data() + __pos, _M_data() + __pos + __n, local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
sso_string_base.h 173 _M_set_length_no_wipe(size_type __n)
175 _M_length(__n);
176 traits_type::assign(_M_data()[__n], _CharT());
180 _M_set_length(size_type __n)
183 if (__n + 1 < _M_length())
187 __builtin_memset(_M_data() + __n + 1, 0xcd, _M_length() - __n);
190 _M_set_length_no_wipe(__n);
205 __sso_string_base(size_type __n, _CharT __c, const _Alloc& __a);
236 _M_erase(size_type __pos, size_type __n);
491 this->_S_assign(_M_data(), __n, __c); local
584 this->_S_move(_M_data() + __pos, _M_data() + __pos + __n, local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
unordered_set.h 68 __unordered_set(size_type __n = 10,
72 : _Base(__n, __hf, __detail::_Mod_range_hashing(),
79 size_type __n = 0,
83 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
89 size_type __n = 0,
93 : _Base(__l.begin(), __l.end(), __n, __hf,
137 __unordered_multiset(size_type __n = 10,
141 : _Base(__n, __hf, __detail::_Mod_range_hashing(),
149 size_type __n = 0,
153 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing()
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
sso_string_base.h 179 _M_set_length_no_wipe(size_type __n)
181 _M_length(__n);
182 traits_type::assign(_M_data()[__n], _CharT());
186 _M_set_length(size_type __n)
189 if (__n + 1 < _M_length())
193 __builtin_memset(_M_data() + __n + 1, 0xcd, _M_length() - __n);
196 _M_set_length_no_wipe(__n);
211 __sso_string_base(size_type __n, _CharT __c, const _Alloc& __a);
242 _M_erase(size_type __pos, size_type __n);
497 this->_S_assign(_M_data(), __n, __c); local
590 this->_S_move(_M_data() + __pos, _M_data() + __pos + __n, __how_much); local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
unordered_set.h 68 __unordered_set(size_type __n = 10,
72 : _Base(__n, __hf, __detail::_Mod_range_hashing(),
79 size_type __n = 0,
83 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
89 size_type __n = 0,
93 : _Base(__l.begin(), __l.end(), __n, __hf,
137 __unordered_multiset(size_type __n = 10,
141 : _Base(__n, __hf, __detail::_Mod_range_hashing(),
149 size_type __n = 0,
153 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing()
    [all...]

Completed in 1375 milliseconds

<<21222324252627282930>>