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

1 2 34 5

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.c 59 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos)
60 : _Rope_iterator_base<_CharT,_Alloc>(__r->_M_tree_ptr._M_data, __pos),
64 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>& __r, size_t __pos):
65 _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr._M_data, __pos),
94 size_t __pos = __x._M_current_pos; local
100 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
112 if (__buf_start_pos + __len <= __pos) {
113 __buf_start_pos = __pos - __len/4;
122 __x._M_buf_ptr = __x._M_tmp_buf._M_data + (__pos - __buf_start_pos);
142 size_t __pos = __x._M_current_pos local
    [all...]
  /prebuilts/gcc/linux-x86/host/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...]
stl_deque.h 1660 _M_destroy_data(begin(), __pos, _M_get_Tp_allocator()); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
ropeimpl.h 72 size_t __pos = __x._M_current_pos; local
78 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
89 if (__buf_start_pos + __len <= __pos)
91 __buf_start_pos = __pos - __len / 4;
98 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
119 size_t __pos = __x._M_current_pos; local
122 if (__pos >= __x._M_root->_M_size)
133 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
158 if (__pos >= __curr_start_pos + __left_len)
316 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
basic_string.h 316 _M_check(size_type __pos, const char* __s) const
318 if (__pos > this->size())
320 return __pos;
330 // NB: _M_limit doesn't check for a bad __pos value.
332 _M_limit(size_type __pos, size_type __off) const
334 const bool __testoff = __off < this->size() - __pos;
335 return __testoff ? __off : this->size() - __pos;
415 _M_mutate(size_type __pos, size_type __len1, size_type __len2);
457 basic_string(const basic_string& __str, size_type __pos,
466 basic_string(const basic_string& __str, size_type __pos,
1326 const size_type __pos = __p - _M_ibegin(); local
1367 const size_type __pos = __position - _M_ibegin(); local
    [all...]
stl_deque.h 1823 _M_destroy_data(begin(), __pos, _M_get_Tp_allocator()); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
ropeimpl.h 74 size_t __pos = __x._M_current_pos; local
80 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
91 if (__buf_start_pos + __len <= __pos)
93 __buf_start_pos = __pos - __len / 4;
100 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
121 size_t __pos = __x._M_current_pos; local
124 if (__pos >= __x._M_root->_M_size)
135 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
160 if (__pos >= __curr_start_pos + __left_len)
318 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
basic_string.h 316 _M_check(size_type __pos, const char* __s) const
318 if (__pos > this->size())
320 return __pos;
330 // NB: _M_limit doesn't check for a bad __pos value.
332 _M_limit(size_type __pos, size_type __off) const
334 const bool __testoff = __off < this->size() - __pos;
335 return __testoff ? __off : this->size() - __pos;
415 _M_mutate(size_type __pos, size_type __len1, size_type __len2);
457 basic_string(const basic_string& __str, size_type __pos,
466 basic_string(const basic_string& __str, size_type __pos,
1326 const size_type __pos = __p - _M_ibegin(); local
1367 const size_type __pos = __position - _M_ibegin(); local
    [all...]
stl_deque.h 1823 _M_destroy_data(begin(), __pos, _M_get_Tp_allocator()); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
ropeimpl.h 74 size_t __pos = __x._M_current_pos; local
80 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
91 if (__buf_start_pos + __len <= __pos)
93 __buf_start_pos = __pos - __len / 4;
100 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
121 size_t __pos = __x._M_current_pos; local
124 if (__pos >= __x._M_root->_M_size)
135 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
160 if (__pos >= __curr_start_pos + __left_len)
318 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos)
    [all...]
  /prebuilts/ndk/5/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...]
stl_deque.h 1660 _M_destroy_data(begin(), __pos, _M_get_Tp_allocator()); local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 72 size_t __pos = __x._M_current_pos; local
78 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
89 if (__buf_start_pos + __len <= __pos)
91 __buf_start_pos = __pos - __len / 4;
98 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
119 size_t __pos = __x._M_current_pos; local
122 if (__pos >= __x._M_root->_M_size)
133 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
158 if (__pos >= __curr_start_pos + __left_len)
316 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_rope.c 59 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos)
60 : _Rope_iterator_base<_CharT,_Alloc>(__r->_M_tree_ptr._M_data, __pos),
64 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>& __r, size_t __pos):
65 _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr._M_data, __pos),
94 size_t __pos = __x._M_current_pos; local
100 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
112 if (__buf_start_pos + __len <= __pos) {
113 __buf_start_pos = __pos - __len/4;
122 __x._M_buf_ptr = __x._M_tmp_buf._M_data + (__pos - __buf_start_pos);
142 size_t __pos = __x._M_current_pos local
    [all...]
  /prebuilts/ndk/6/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...]
stl_deque.h 1660 _M_destroy_data(begin(), __pos, _M_get_Tp_allocator()); local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 72 size_t __pos = __x._M_current_pos; local
78 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
89 if (__buf_start_pos + __len <= __pos)
91 __buf_start_pos = __pos - __len / 4;
98 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
119 size_t __pos = __x._M_current_pos; local
122 if (__pos >= __x._M_root->_M_size)
133 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
158 if (__pos >= __curr_start_pos + __left_len)
316 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_rope.c 59 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos)
60 : _Rope_iterator_base<_CharT,_Alloc>(__r->_M_tree_ptr._M_data, __pos),
64 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>& __r, size_t __pos):
65 _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr._M_data, __pos),
94 size_t __pos = __x._M_current_pos; local
100 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
112 if (__buf_start_pos + __len <= __pos) {
113 __buf_start_pos = __pos - __len/4;
122 __x._M_buf_ptr = __x._M_tmp_buf._M_data + (__pos - __buf_start_pos);
142 size_t __pos = __x._M_current_pos local
    [all...]
  /prebuilts/ndk/7/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...]
stl_deque.h 1660 _M_destroy_data(begin(), __pos, _M_get_Tp_allocator()); local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 72 size_t __pos = __x._M_current_pos; local
78 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
89 if (__buf_start_pos + __len <= __pos)
91 __buf_start_pos = __pos - __len / 4;
98 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
119 size_t __pos = __x._M_current_pos; local
122 if (__pos >= __x._M_root->_M_size)
133 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
158 if (__pos >= __curr_start_pos + __left_len)
316 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_rope.c 59 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos)
60 : _Rope_iterator_base<_CharT,_Alloc>(__r->_M_tree_ptr._M_data, __pos),
64 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>& __r, size_t __pos):
65 _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr._M_data, __pos),
94 size_t __pos = __x._M_current_pos; local
100 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
112 if (__buf_start_pos + __len <= __pos) {
113 __buf_start_pos = __pos - __len/4;
122 __x._M_buf_ptr = __x._M_tmp_buf._M_data + (__pos - __buf_start_pos);
142 size_t __pos = __x._M_current_pos local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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...]
stl_deque.h 1656 _M_destroy_data(begin(), __pos, _M_get_Tp_allocator()); local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
ropeimpl.h 72 size_t __pos = __x._M_current_pos; local
78 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
89 if (__buf_start_pos + __len <= __pos)
91 __buf_start_pos = __pos - __len / 4;
98 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
119 size_t __pos = __x._M_current_pos; local
122 if (__pos >= __x._M_root->_M_size)
133 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
158 if (__pos >= __curr_start_pos + __left_len)
316 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos)
    [all...]

Completed in 2644 milliseconds

1 2 34 5