HomeSort by relevance Sort by last modified time
    Searched refs:__pos (Results 76 - 100 of 515) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string_sum.h 135 _BString& append(const _BString& __s, size_type __pos, size_type __n)
136 { return _M_get_storage().append(__s, __pos, __n); }
151 _BString& assign(const _BString& __s, size_type __pos, size_type __n) {return _M_get_storage().assign(__s, __pos, __n);}
157 _BString& insert(size_type __pos, const _BString& __s) {return _M_get_storage().insert(__pos, __s);}
158 _BString& insert(size_type __pos, const _BString& __s, size_type __beg, size_type __n)
159 {return _M_get_storage().insert(__pos, __s, __beg, __n);}
160 _BString& insert(size_type __pos, const _CharT* __s, size_type __n) {return _M_get_storage().insert(__pos, __s, __n);
    [all...]
_vector.c 81 void vector<_Tp, _Alloc>::_M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*DO NOT USE!!*/,
91 __new_finish = _STLP_PRIV __uninitialized_move(this->_M_start, __pos, __new_start, _TrivialUCopy(), _Movable());
99 __new_finish = _STLP_PRIV __uninitialized_move(__pos, this->_M_finish, __new_finish, _TrivialUCopy(), _Movable()); // copy remainder
108 void vector<_Tp, _Alloc>::_M_insert_overflow(pointer __pos, const _Tp& __x, const __true_type& /*_TrivialCopy*/,
112 pointer __new_finish = __STATIC_CAST(pointer, _STLP_PRIV __copy_trivial(this->_M_start, __pos, __new_start));
116 __new_finish = __STATIC_CAST(pointer, _STLP_PRIV __copy_trivial(__pos, this->_M_finish, __new_finish)); // copy remainder
122 void vector<_Tp, _Alloc>::_M_fill_insert_aux(iterator __pos, size_type __n,
126 _M_fill_insert_aux(__pos, __n, __x_copy, __true_type());
131 for (; __src >= __pos; --__dst, --__src) {
135 _STLP_PRIV __uninitialized_fill_n(__pos, __n, __x)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
equally_split.h 53 _DifferenceType __pos = 0; local
56 *__s++ = __pos;
57 __pos += ((__i < __num_longer_chunks)
  /external/stlport/stlport/stl/
_vector.c 81 void vector<_Tp, _Alloc>::_M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*DO NOT USE!!*/,
91 __new_finish = _STLP_PRIV __uninitialized_move(this->_M_start, __pos, __new_start, _TrivialUCopy(), _Movable());
99 __new_finish = _STLP_PRIV __uninitialized_move(__pos, this->_M_finish, __new_finish, _TrivialUCopy(), _Movable()); // copy remainder
108 void vector<_Tp, _Alloc>::_M_insert_overflow(pointer __pos, const _Tp& __x, const __true_type& /*_TrivialCopy*/,
112 pointer __new_finish = __STATIC_CAST(pointer, _STLP_PRIV __copy_trivial(this->_M_start, __pos, __new_start));
116 __new_finish = __STATIC_CAST(pointer, _STLP_PRIV __copy_trivial(__pos, this->_M_finish, __new_finish)); // copy remainder
122 void vector<_Tp, _Alloc>::_M_fill_insert_aux(iterator __pos, size_type __n,
126 _M_fill_insert_aux(__pos, __n, __x_copy, __true_type());
131 for (; __src >= __pos; --__dst, --__src) {
135 _STLP_PRIV __uninitialized_fill_n(__pos, __n, __x)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_vector.c 81 void vector<_Tp, _Alloc>::_M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*DO NOT USE!!*/,
91 __new_finish = _STLP_PRIV __uninitialized_move(this->_M_start, __pos, __new_start, _TrivialUCopy(), _Movable());
99 __new_finish = _STLP_PRIV __uninitialized_move(__pos, this->_M_finish, __new_finish, _TrivialUCopy(), _Movable()); // copy remainder
108 void vector<_Tp, _Alloc>::_M_insert_overflow(pointer __pos, const _Tp& __x, const __true_type& /*_TrivialCopy*/,
112 pointer __new_finish = __STATIC_CAST(pointer, _STLP_PRIV __copy_trivial(this->_M_start, __pos, __new_start));
116 __new_finish = __STATIC_CAST(pointer, _STLP_PRIV __copy_trivial(__pos, this->_M_finish, __new_finish)); // copy remainder
122 void vector<_Tp, _Alloc>::_M_fill_insert_aux(iterator __pos, size_type __n,
126 _M_fill_insert_aux(__pos, __n, __x_copy, __true_type());
131 for (; __src >= __pos; --__dst, --__src) {
135 _STLP_PRIV __uninitialized_fill_n(__pos, __n, __x)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
postypes.h 180 fpos __pos(*this);
181 __pos += __off;
182 return __pos;
194 fpos __pos(*this);
195 __pos -= __off;
196 return __pos;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
postypes.h 182 fpos __pos(*this);
183 __pos += __off;
184 return __pos;
196 fpos __pos(*this);
197 __pos -= __off;
198 return __pos;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
postypes.h 182 fpos __pos(*this);
183 __pos += __off;
184 return __pos;
196 fpos __pos(*this);
197 __pos -= __off;
198 return __pos;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
postypes.h 180 fpos __pos(*this);
181 __pos += __off;
182 return __pos;
194 fpos __pos(*this);
195 __pos -= __off;
196 return __pos;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_vector.c 81 void vector<_Tp, _Alloc>::_M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*DO NOT USE!!*/,
91 __new_finish = _STLP_PRIV __uninitialized_move(this->_M_start, __pos, __new_start, _TrivialUCopy(), _Movable());
99 __new_finish = _STLP_PRIV __uninitialized_move(__pos, this->_M_finish, __new_finish, _TrivialUCopy(), _Movable()); // copy remainder
108 void vector<_Tp, _Alloc>::_M_insert_overflow(pointer __pos, const _Tp& __x, const __true_type& /*_TrivialCopy*/,
112 pointer __new_finish = __STATIC_CAST(pointer, _STLP_PRIV __copy_trivial(this->_M_start, __pos, __new_start));
116 __new_finish = __STATIC_CAST(pointer, _STLP_PRIV __copy_trivial(__pos, this->_M_finish, __new_finish)); // copy remainder
122 void vector<_Tp, _Alloc>::_M_fill_insert_aux(iterator __pos, size_type __n,
126 _M_fill_insert_aux(__pos, __n, __x_copy, __true_type());
131 for (; __src >= __pos; --__dst, --__src) {
135 _STLP_PRIV __uninitialized_fill_n(__pos, __n, __x)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
postypes.h 180 fpos __pos(*this);
181 __pos += __off;
182 return __pos;
194 fpos __pos(*this);
195 __pos -= __off;
196 return __pos;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_vector.c 81 void vector<_Tp, _Alloc>::_M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*DO NOT USE!!*/,
91 __new_finish = _STLP_PRIV __uninitialized_move(this->_M_start, __pos, __new_start, _TrivialUCopy(), _Movable());
99 __new_finish = _STLP_PRIV __uninitialized_move(__pos, this->_M_finish, __new_finish, _TrivialUCopy(), _Movable()); // copy remainder
108 void vector<_Tp, _Alloc>::_M_insert_overflow(pointer __pos, const _Tp& __x, const __true_type& /*_TrivialCopy*/,
112 pointer __new_finish = __STATIC_CAST(pointer, _STLP_PRIV __copy_trivial(this->_M_start, __pos, __new_start));
116 __new_finish = __STATIC_CAST(pointer, _STLP_PRIV __copy_trivial(__pos, this->_M_finish, __new_finish)); // copy remainder
122 void vector<_Tp, _Alloc>::_M_fill_insert_aux(iterator __pos, size_type __n,
126 _M_fill_insert_aux(__pos, __n, __x_copy, __true_type());
131 for (; __src >= __pos; --__dst, --__src) {
135 _STLP_PRIV __uninitialized_fill_n(__pos, __n, __x)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
postypes.h 180 fpos __pos(*this);
181 __pos += __off;
182 return __pos;
194 fpos __pos(*this);
195 __pos -= __off;
196 return __pos;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_vector.c 81 void vector<_Tp, _Alloc>::_M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*DO NOT USE!!*/,
91 __new_finish = _STLP_PRIV __uninitialized_move(this->_M_start, __pos, __new_start, _TrivialUCopy(), _Movable());
99 __new_finish = _STLP_PRIV __uninitialized_move(__pos, this->_M_finish, __new_finish, _TrivialUCopy(), _Movable()); // copy remainder
108 void vector<_Tp, _Alloc>::_M_insert_overflow(pointer __pos, const _Tp& __x, const __true_type& /*_TrivialCopy*/,
112 pointer __new_finish = __STATIC_CAST(pointer, _STLP_PRIV __copy_trivial(this->_M_start, __pos, __new_start));
116 __new_finish = __STATIC_CAST(pointer, _STLP_PRIV __copy_trivial(__pos, this->_M_finish, __new_finish)); // copy remainder
122 void vector<_Tp, _Alloc>::_M_fill_insert_aux(iterator __pos, size_type __n,
126 _M_fill_insert_aux(__pos, __n, __x_copy, __true_type());
131 for (; __src >= __pos; --__dst, --__src) {
135 _STLP_PRIV __uninitialized_fill_n(__pos, __n, __x)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
postypes.h 180 fpos __pos(*this);
181 __pos += __off;
182 return __pos;
194 fpos __pos(*this);
195 __pos -= __off;
196 return __pos;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
postypes.h 182 fpos __pos(*this);
183 __pos += __off;
184 return __pos;
196 fpos __pos(*this);
197 __pos -= __off;
198 return __pos;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
postypes.h 182 fpos __pos(*this);
183 __pos += __off;
184 return __pos;
196 fpos __pos(*this);
197 __pos -= __off;
198 return __pos;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_vector.c 81 void vector<_Tp, _Alloc>::_M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*DO NOT USE!!*/,
91 __new_finish = _STLP_PRIV __uninitialized_move(this->_M_start, __pos, __new_start, _TrivialUCopy(), _Movable());
99 __new_finish = _STLP_PRIV __uninitialized_move(__pos, this->_M_finish, __new_finish, _TrivialUCopy(), _Movable()); // copy remainder
108 void vector<_Tp, _Alloc>::_M_insert_overflow(pointer __pos, const _Tp& __x, const __true_type& /*_TrivialCopy*/,
112 pointer __new_finish = __STATIC_CAST(pointer, _STLP_PRIV __copy_trivial(this->_M_start, __pos, __new_start));
116 __new_finish = __STATIC_CAST(pointer, _STLP_PRIV __copy_trivial(__pos, this->_M_finish, __new_finish)); // copy remainder
122 void vector<_Tp, _Alloc>::_M_fill_insert_aux(iterator __pos, size_type __n,
126 _M_fill_insert_aux(__pos, __n, __x_copy, __true_type());
131 for (; __src >= __pos; --__dst, --__src) {
135 _STLP_PRIV __uninitialized_fill_n(__pos, __n, __x)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
postypes.h 182 fpos __pos(*this);
183 __pos += __off;
184 return __pos;
196 fpos __pos(*this);
197 __pos -= __off;
198 return __pos;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
postypes.h 182 fpos __pos(*this);
183 __pos += __off;
184 return __pos;
196 fpos __pos(*this);
197 __pos -= __off;
198 return __pos;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
postypes.h 180 fpos __pos(*this);
181 __pos += __off;
182 return __pos;
194 fpos __pos(*this);
195 __pos -= __off;
196 return __pos;
  /external/stlport/stlport/stl/debug/
_string.h 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),
280 _Self& append(const _Self& __s, size_type __pos, size_type __n) {
282 _M_non_dbg_impl.append(__s._M_non_dbg_impl, __pos, __n);
330 _Self& assign(const _Self& __s, size_type __pos, size_type __n) {
331 if (__pos < __s.size()) {
334 _M_non_dbg_impl.assign(__s._M_non_dbg_impl, __pos, __n);
389 _Self& insert(size_type __pos, const _Self& __s) {
391 _M_non_dbg_impl.insert(__pos, __s._M_non_dbg_impl);
396 _Self& insert(size_type __pos, const _Self& __s
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 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),
280 _Self& append(const _Self& __s, size_type __pos, size_type __n) {
282 _M_non_dbg_impl.append(__s._M_non_dbg_impl, __pos, __n);
330 _Self& assign(const _Self& __s, size_type __pos, size_type __n) {
331 if (__pos < __s.size()) {
334 _M_non_dbg_impl.assign(__s._M_non_dbg_impl, __pos, __n);
389 _Self& insert(size_type __pos, const _Self& __s) {
391 _M_non_dbg_impl.insert(__pos, __s._M_non_dbg_impl);
396 _Self& insert(size_type __pos, const _Self& __s
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 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),
280 _Self& append(const _Self& __s, size_type __pos, size_type __n) {
282 _M_non_dbg_impl.append(__s._M_non_dbg_impl, __pos, __n);
330 _Self& assign(const _Self& __s, size_type __pos, size_type __n) {
331 if (__pos < __s.size()) {
334 _M_non_dbg_impl.assign(__s._M_non_dbg_impl, __pos, __n);
389 _Self& insert(size_type __pos, const _Self& __s) {
391 _M_non_dbg_impl.insert(__pos, __s._M_non_dbg_impl);
396 _Self& insert(size_type __pos, const _Self& __s
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 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),
280 _Self& append(const _Self& __s, size_type __pos, size_type __n) {
282 _M_non_dbg_impl.append(__s._M_non_dbg_impl, __pos, __n);
330 _Self& assign(const _Self& __s, size_type __pos, size_type __n) {
331 if (__pos < __s.size()) {
334 _M_non_dbg_impl.assign(__s._M_non_dbg_impl, __pos, __n);
389 _Self& insert(size_type __pos, const _Self& __s) {
391 _M_non_dbg_impl.insert(__pos, __s._M_non_dbg_impl);
396 _Self& insert(size_type __pos, const _Self& __s
    [all...]

Completed in 824 milliseconds

1 2 34 5 6 7 8 91011>>