HomeSort by relevance Sort by last modified time
    Searched full:__pos (Results 126 - 150 of 299) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/debug/
_tree.h 230 iterator insert_unique(iterator __pos, const value_type& __x) {
231 _STLP_DEBUG_CHECK(__check_if_owner(&_M_iter_list,__pos))
232 return iterator(&_M_iter_list, _M_non_dbg_impl.insert_unique(__pos._M_iterator, __x));
234 iterator insert_equal(iterator __pos, const value_type& __x) {
235 _STLP_DEBUG_CHECK(__check_if_owner(&_M_iter_list, __pos))
236 return iterator(&_M_iter_list, _M_non_dbg_impl.insert_equal(__pos._M_iterator, __x));
269 void erase(iterator __pos) {
270 _STLP_DEBUG_CHECK(__check_if_owner(&_M_iter_list,__pos))
271 _STLP_DEBUG_CHECK(_Dereferenceable(__pos))
272 _Invalidate_iterator(__pos);
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/debug/
_tree.h 230 iterator insert_unique(iterator __pos, const value_type& __x) {
231 _STLP_DEBUG_CHECK(__check_if_owner(&_M_iter_list,__pos))
232 return iterator(&_M_iter_list, _M_non_dbg_impl.insert_unique(__pos._M_iterator, __x));
234 iterator insert_equal(iterator __pos, const value_type& __x) {
235 _STLP_DEBUG_CHECK(__check_if_owner(&_M_iter_list, __pos))
236 return iterator(&_M_iter_list, _M_non_dbg_impl.insert_equal(__pos._M_iterator, __x));
269 void erase(iterator __pos) {
270 _STLP_DEBUG_CHECK(__check_if_owner(&_M_iter_list,__pos))
271 _STLP_DEBUG_CHECK(_Dereferenceable(__pos))
272 _Invalidate_iterator(__pos);
    [all...]
  /external/stlport/stlport/stl/
_slist_base.h 58 static void _STLP_CALL __splice_after(_Slist_node_base* __pos,
62 static void _STLP_CALL __splice_after(_Slist_node_base* __pos, _Slist_node_base* __head);
_hashtable.c 80 _Stl_prime<_Dummy>::_S_prev_sizes(size_t __n, size_t const*&__begin, size_t const*&__pos) {
84 __pos = __lower_bound(__begin, __last, __n,
87 if (__pos== __last)
88 --__pos;
89 else if (*__pos == __n) {
90 if (__pos != __begin)
91 --__pos;
161 _ElemsIte __pos(*__bpos);
162 if (__pos == __mutable_elems.begin()) {
168 _BucketType *__pos_node = __pos._M_node
187 _ElemsIte __pos = _M_before_begin(__prev)._M_ite; local
    [all...]
_set.h 170 iterator insert(iterator __pos, const value_type& __x)
171 { return _M_t.insert_unique( __pos , __x); }
182 void erase(iterator __pos) { _M_t.erase( __pos ); }
341 iterator insert(iterator __pos, const value_type& __x)
342 { return _M_t.insert_equal(__pos, __x); }
354 void erase(iterator __pos) { _M_t.erase( __pos ); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_slist_base.h 58 static void _STLP_CALL __splice_after(_Slist_node_base* __pos,
62 static void _STLP_CALL __splice_after(_Slist_node_base* __pos, _Slist_node_base* __head);
_hashtable.c 80 _Stl_prime<_Dummy>::_S_prev_sizes(size_t __n, size_t const*&__begin, size_t const*&__pos) {
84 __pos = __lower_bound(__begin, __last, __n,
87 if (__pos== __last)
88 --__pos;
89 else if (*__pos == __n) {
90 if (__pos != __begin)
91 --__pos;
161 _ElemsIte __pos(*__bpos);
162 if (__pos == __mutable_elems.begin()) {
168 _BucketType *__pos_node = __pos._M_node
187 _ElemsIte __pos = _M_before_begin(__prev)._M_ite; local
    [all...]
_set.h 170 iterator insert(iterator __pos, const value_type& __x)
171 { return _M_t.insert_unique( __pos , __x); }
182 void erase(iterator __pos) { _M_t.erase( __pos ); }
341 iterator insert(iterator __pos, const value_type& __x)
342 { return _M_t.insert_equal(__pos, __x); }
354 void erase(iterator __pos) { _M_t.erase( __pos ); }
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
_G_config.h 24 __off_t __pos; member in struct:__anon20629
29 __off64_t __pos; member in struct:__anon20630
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_slist_base.h 58 static void _STLP_CALL __splice_after(_Slist_node_base* __pos,
62 static void _STLP_CALL __splice_after(_Slist_node_base* __pos, _Slist_node_base* __head);
_hashtable.c 80 _Stl_prime<_Dummy>::_S_prev_sizes(size_t __n, size_t const*&__begin, size_t const*&__pos) {
84 __pos = __lower_bound(__begin, __last, __n,
87 if (__pos== __last)
88 --__pos;
89 else if (*__pos == __n) {
90 if (__pos != __begin)
91 --__pos;
161 _ElemsIte __pos(*__bpos);
162 if (__pos == __mutable_elems.begin()) {
168 _BucketType *__pos_node = __pos._M_node
187 _ElemsIte __pos = _M_before_begin(__prev)._M_ite; local
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_slist_base.h 58 static void _STLP_CALL __splice_after(_Slist_node_base* __pos,
62 static void _STLP_CALL __splice_after(_Slist_node_base* __pos, _Slist_node_base* __head);
_hashtable.c 80 _Stl_prime<_Dummy>::_S_prev_sizes(size_t __n, size_t const*&__begin, size_t const*&__pos) {
84 __pos = __lower_bound(__begin, __last, __n,
87 if (__pos== __last)
88 --__pos;
89 else if (*__pos == __n) {
90 if (__pos != __begin)
91 --__pos;
161 _ElemsIte __pos(*__bpos);
162 if (__pos == __mutable_elems.begin()) {
168 _BucketType *__pos_node = __pos._M_node
187 _ElemsIte __pos = _M_before_begin(__prev)._M_ite; local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_string.h 301 _M_check(size_type __pos, const char* __s) const
303 if (__pos > this->size())
305 return __pos;
315 // NB: _M_limit doesn't check for a bad __pos value.
317 _M_limit(size_type __pos, size_type __off) const
319 const bool __testoff = __off < this->size() - __pos;
320 return __testoff ? __off : this->size() - __pos;
400 _M_mutate(size_type __pos, size_type __len1, size_type __len2);
438 basic_string(const basic_string& __str, size_type __pos,
447 basic_string(const basic_string& __str, size_type __pos,
1172 const size_type __pos = __p - _M_ibegin(); local
1213 const size_type __pos = __position - _M_ibegin(); local
1233 const size_type __pos = __first - _M_ibegin(); local
    [all...]
forward_list.tcc 206 _M_insert_after(const_iterator __pos, _Args&&... __args)
210 (__pos._M_node);
223 _M_erase_after(typename _Node_base::_Pointer __pos)
226 = __static_pointer_cast<typename _Node::_Pointer>(__pos->_M_next);
230 __pos->_M_next = __next;
234 return __pos;
240 _M_erase_after(typename _Node_base::_Pointer __pos,
244 = __static_pointer_cast<typename _Node::_Pointer>(__pos->_M_next);
252 __pos->_M_next = __curr;
256 return __pos;
    [all...]
postypes.h 180 fpos __pos(*this);
181 __pos += __off;
182 return __pos;
194 fpos __pos(*this);
195 __pos -= __off;
196 return __pos;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 301 _M_check(size_type __pos, const char* __s) const
303 if (__pos > this->size())
305 return __pos;
315 // NB: _M_limit doesn't check for a bad __pos value.
317 _M_limit(size_type __pos, size_type __off) const
319 const bool __testoff = __off < this->size() - __pos;
320 return __testoff ? __off : this->size() - __pos;
400 _M_mutate(size_type __pos, size_type __len1, size_type __len2);
438 basic_string(const basic_string& __str, size_type __pos,
447 basic_string(const basic_string& __str, size_type __pos,
1172 const size_type __pos = __p - _M_ibegin(); local
1213 const size_type __pos = __position - _M_ibegin(); local
1233 const size_type __pos = __first - _M_ibegin(); local
    [all...]
forward_list.tcc 206 _M_insert_after(const_iterator __pos, _Args&&... __args)
210 (__pos._M_node);
223 _M_erase_after(typename _Node_base::_Pointer __pos)
226 = __static_pointer_cast<typename _Node::_Pointer>(__pos->_M_next);
230 __pos->_M_next = __next;
234 return __pos;
240 _M_erase_after(typename _Node_base::_Pointer __pos,
244 = __static_pointer_cast<typename _Node::_Pointer>(__pos->_M_next);
252 __pos->_M_next = __curr;
256 return __pos;
    [all...]
postypes.h 180 fpos __pos(*this);
181 __pos += __off;
182 return __pos;
194 fpos __pos(*this);
195 __pos -= __off;
196 return __pos;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 301 _M_check(size_type __pos, const char* __s) const
303 if (__pos > this->size())
305 return __pos;
315 // NB: _M_limit doesn't check for a bad __pos value.
317 _M_limit(size_type __pos, size_type __off) const
319 const bool __testoff = __off < this->size() - __pos;
320 return __testoff ? __off : this->size() - __pos;
400 _M_mutate(size_type __pos, size_type __len1, size_type __len2);
438 basic_string(const basic_string& __str, size_type __pos,
447 basic_string(const basic_string& __str, size_type __pos,
1172 const size_type __pos = __p - _M_ibegin(); local
1213 const size_type __pos = __position - _M_ibegin(); local
1233 const size_type __pos = __first - _M_ibegin(); local
    [all...]
forward_list.tcc 206 _M_insert_after(const_iterator __pos, _Args&&... __args)
210 (__pos._M_node);
223 _M_erase_after(typename _Node_base::_Pointer __pos)
226 = __static_pointer_cast<typename _Node::_Pointer>(__pos->_M_next);
230 __pos->_M_next = __next;
234 return __pos;
240 _M_erase_after(typename _Node_base::_Pointer __pos,
244 = __static_pointer_cast<typename _Node::_Pointer>(__pos->_M_next);
252 __pos->_M_next = __curr;
256 return __pos;
    [all...]
postypes.h 180 fpos __pos(*this);
181 __pos += __off;
182 return __pos;
194 fpos __pos(*this);
195 __pos -= __off;
196 return __pos;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
sso_string_base.h 232 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s,
236 _M_erase(size_type __pos, size_type __n);
555 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s,
558 const size_type __how_much = _M_length() - __pos - __len1;
563 if (__pos)
564 this->_S_copy(__r, _M_data(), __pos);
566 this->_S_copy(__r + __pos, __s, __len2);
568 this->_S_copy(__r + __pos + __len2,
569 _M_data() + __pos + __len1, __how_much);
579 _M_erase(size_type __pos, size_type __n
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h 232 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s,
236 _M_erase(size_type __pos, size_type __n);
555 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s,
558 const size_type __how_much = _M_length() - __pos - __len1;
563 if (__pos)
564 this->_S_copy(__r, _M_data(), __pos);
566 this->_S_copy(__r + __pos, __s, __len2);
568 this->_S_copy(__r + __pos + __len2,
569 _M_data() + __pos + __len1, __how_much);
579 _M_erase(size_type __pos, size_type __n
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h 232 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s,
236 _M_erase(size_type __pos, size_type __n);
555 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s,
558 const size_type __how_much = _M_length() - __pos - __len1;
563 if (__pos)
564 this->_S_copy(__r, _M_data(), __pos);
566 this->_S_copy(__r + __pos, __s, __len2);
568 this->_S_copy(__r + __pos + __len2,
569 _M_data() + __pos + __len1, __how_much);
579 _M_erase(size_type __pos, size_type __n
    [all...]

Completed in 222 milliseconds

1 2 3 4 56 7 8 91011>>