/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
rope | 959 _My_rope* _M_root; // The whole rope. 962 : _M_pos(__p), _M_current(), _M_current_valid(false), _M_root(__r) { } 966 _M_current_valid(false), _M_root(__x._M_root) { } 973 : _M_pos(__p), _M_current(__c), _M_current_valid(true), _M_root(__r) { } 1003 rope<_CharT,_Alloc>* _M_root; // The whole rope. 1006 : _M_pos(__x._M_pos), _M_root(__x._M_root) { } 1009 : _M_pos(__x._M_pos), _M_root(__x._M_root) { } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
rope | 961 _My_rope* _M_root; // The whole rope. 964 : _M_pos(__p), _M_current(), _M_current_valid(false), _M_root(__r) { } 968 _M_current_valid(false), _M_root(__x._M_root) { } 975 : _M_pos(__p), _M_current(__c), _M_current_valid(true), _M_root(__r) { } 1005 rope<_CharT,_Alloc>* _M_root; // The whole rope. 1008 : _M_pos(__x._M_pos), _M_root(__x._M_root) { } 1011 : _M_pos(__x._M_pos), _M_root(__x._M_root) { } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
rope | 973 _My_rope* _M_root; // The whole rope. 976 : _M_pos(__p), _M_current(), _M_current_valid(false), _M_root(__r) { } 980 _M_current_valid(false), _M_root(__x._M_root) { } 987 : _M_pos(__p), _M_current(__c), _M_current_valid(true), _M_root(__r) { } 1017 rope<_CharT,_Alloc>* _M_root; // The whole rope. 1020 : _M_pos(__x._M_pos), _M_root(__x._M_root) { } 1023 : _M_pos(__x._M_pos), _M_root(__x._M_root) { } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
rope | 961 _My_rope* _M_root; // The whole rope. 964 : _M_pos(__p), _M_current(), _M_current_valid(false), _M_root(__r) { } 968 _M_current_valid(false), _M_root(__x._M_root) { } 975 : _M_pos(__p), _M_current(__c), _M_current_valid(true), _M_root(__r) { } 1005 rope<_CharT,_Alloc>* _M_root; // The whole rope. 1008 : _M_pos(__x._M_pos), _M_root(__x._M_root) { } 1011 : _M_pos(__x._M_pos), _M_root(__x._M_root) { } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
rope | 973 _My_rope* _M_root; // The whole rope. 976 : _M_pos(__p), _M_current(), _M_current_valid(false), _M_root(__r) { } 980 _M_current_valid(false), _M_root(__x._M_root) { } 987 : _M_pos(__p), _M_current(__c), _M_current_valid(true), _M_root(__r) { } 1017 rope<_CharT,_Alloc>* _M_root; // The whole rope. 1020 : _M_pos(__x._M_pos), _M_root(__x._M_root) { } 1023 : _M_pos(__x._M_pos), _M_root(__x._M_root) { } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
rope | 972 _My_rope* _M_root; // The whole rope. 975 : _M_pos(__p), _M_current(), _M_current_valid(false), _M_root(__r) { } 979 _M_current_valid(false), _M_root(__x._M_root) { } 986 : _M_pos(__p), _M_current(__c), _M_current_valid(true), _M_root(__r) { } 1016 rope<_CharT,_Alloc>* _M_root; // The whole rope. 1019 : _M_pos(__x._M_pos), _M_root(__x._M_root) { } 1022 : _M_pos(__x._M_pos), _M_root(__x._M_root) { } [all...] |
/external/stlport/stlport/stl/ |
_tree.c | 328 if (__x._M_root() == 0) { 329 _M_root() = 0; 334 _M_root() = _M_copy(__x._M_root(), &this->_M_header._M_data); 335 _M_leftmost() = _S_minimum(_M_root()); 336 _M_rightmost() = _S_maximum(_M_root()); 361 _M_root() = __new_node; 389 _Base_ptr __x = _M_root(); 407 _Base_ptr __x = _M_root(); 689 int __len = __black_count(_M_leftmost(), _M_root()); [all...] |
_tree.h | 335 _Base_ptr _M_root() const 342 _Base_ptr& _M_root() 397 if (__x._M_root() != 0) { 399 _M_root() = _M_copy(__x._M_root(), &this->_M_header._M_data); 400 _M_leftmost() = _S_minimum(_M_root()); 401 _M_rightmost() = _S_maximum(_M_root()); 532 _M_erase(_M_root()); 534 _M_root() = 0; 550 _Base_ptr __x = _M_root(); // Current node [all...] |
_rope.c | 61 _M_root_rope(__r) { _RopeRep::_S_ref(this->_M_root); } 68 _RopeRep::_S_ref(this->_M_root); if (!(__r.empty()))_S_setcache(*this); 71 _RopeRep::_S_ref(this->_M_root); if (!(__r.empty()))_S_setcache(*__x); 145 _STLP_ASSERT(__pos <= __x._M_root->_M_size._M_data) 146 if (__pos >= __x._M_root->_M_size._M_data) { 150 __curr_rope = __x._M_root; 217 _STLP_ASSERT(__x._M_current_pos <= __x._M_root->_M_size._M_data) 300 if (_M_root_rope->_M_tree_ptr._M_data != this->_M_root) { 302 _RopeRep::_S_unref(this->_M_root); 303 this->_M_root = _M_root_rope->_M_tree_ptr._M_data [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_tree.c | 328 if (__x._M_root() == 0) { 329 _M_root() = 0; 334 _M_root() = _M_copy(__x._M_root(), &this->_M_header._M_data); 335 _M_leftmost() = _S_minimum(_M_root()); 336 _M_rightmost() = _S_maximum(_M_root()); 361 _M_root() = __new_node; 389 _Base_ptr __x = _M_root(); 407 _Base_ptr __x = _M_root(); 689 int __len = __black_count(_M_leftmost(), _M_root()); [all...] |
_tree.h | 335 _Base_ptr _M_root() const 342 _Base_ptr& _M_root() 397 if (__x._M_root() != 0) { 399 _M_root() = _M_copy(__x._M_root(), &this->_M_header._M_data); 400 _M_leftmost() = _S_minimum(_M_root()); 401 _M_rightmost() = _S_maximum(_M_root()); 532 _M_erase(_M_root()); 534 _M_root() = 0; 550 _Base_ptr __x = _M_root(); // Current node [all...] |
_rope.c | 61 _M_root_rope(__r) { _RopeRep::_S_ref(this->_M_root); } 68 _RopeRep::_S_ref(this->_M_root); if (!(__r.empty()))_S_setcache(*this); 71 _RopeRep::_S_ref(this->_M_root); if (!(__r.empty()))_S_setcache(*__x); 145 _STLP_ASSERT(__pos <= __x._M_root->_M_size._M_data) 146 if (__pos >= __x._M_root->_M_size._M_data) { 150 __curr_rope = __x._M_root; 217 _STLP_ASSERT(__x._M_current_pos <= __x._M_root->_M_size._M_data) 300 if (_M_root_rope->_M_tree_ptr._M_data != this->_M_root) { 302 _RopeRep::_S_unref(this->_M_root); 303 this->_M_root = _M_root_rope->_M_tree_ptr._M_data [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_tree.c | 328 if (__x._M_root() == 0) { 329 _M_root() = 0; 334 _M_root() = _M_copy(__x._M_root(), &this->_M_header._M_data); 335 _M_leftmost() = _S_minimum(_M_root()); 336 _M_rightmost() = _S_maximum(_M_root()); 361 _M_root() = __new_node; 389 _Base_ptr __x = _M_root(); 407 _Base_ptr __x = _M_root(); 689 int __len = __black_count(_M_leftmost(), _M_root()); [all...] |
_tree.h | 335 _Base_ptr _M_root() const 342 _Base_ptr& _M_root() 397 if (__x._M_root() != 0) { 399 _M_root() = _M_copy(__x._M_root(), &this->_M_header._M_data); 400 _M_leftmost() = _S_minimum(_M_root()); 401 _M_rightmost() = _S_maximum(_M_root()); 532 _M_erase(_M_root()); 534 _M_root() = 0; 550 _Base_ptr __x = _M_root(); // Current node [all...] |
_rope.c | 61 _M_root_rope(__r) { _RopeRep::_S_ref(this->_M_root); } 68 _RopeRep::_S_ref(this->_M_root); if (!(__r.empty()))_S_setcache(*this); 71 _RopeRep::_S_ref(this->_M_root); if (!(__r.empty()))_S_setcache(*__x); 145 _STLP_ASSERT(__pos <= __x._M_root->_M_size._M_data) 146 if (__pos >= __x._M_root->_M_size._M_data) { 150 __curr_rope = __x._M_root; 217 _STLP_ASSERT(__x._M_current_pos <= __x._M_root->_M_size._M_data) 300 if (_M_root_rope->_M_tree_ptr._M_data != this->_M_root) { 302 _RopeRep::_S_unref(this->_M_root); 303 this->_M_root = _M_root_rope->_M_tree_ptr._M_data [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_tree.c | 328 if (__x._M_root() == 0) { 329 _M_root() = 0; 334 _M_root() = _M_copy(__x._M_root(), &this->_M_header._M_data); 335 _M_leftmost() = _S_minimum(_M_root()); 336 _M_rightmost() = _S_maximum(_M_root()); 361 _M_root() = __new_node; 389 _Base_ptr __x = _M_root(); 407 _Base_ptr __x = _M_root(); 689 int __len = __black_count(_M_leftmost(), _M_root()); [all...] |
_tree.h | 335 _Base_ptr _M_root() const 342 _Base_ptr& _M_root() 397 if (__x._M_root() != 0) { 399 _M_root() = _M_copy(__x._M_root(), &this->_M_header._M_data); 400 _M_leftmost() = _S_minimum(_M_root()); 401 _M_rightmost() = _S_maximum(_M_root()); 532 _M_erase(_M_root()); 534 _M_root() = 0; 550 _Base_ptr __x = _M_root(); // Current node [all...] |
_rope.c | 61 _M_root_rope(__r) { _RopeRep::_S_ref(this->_M_root); } 68 _RopeRep::_S_ref(this->_M_root); if (!(__r.empty()))_S_setcache(*this); 71 _RopeRep::_S_ref(this->_M_root); if (!(__r.empty()))_S_setcache(*__x); 145 _STLP_ASSERT(__pos <= __x._M_root->_M_size._M_data) 146 if (__pos >= __x._M_root->_M_size._M_data) { 150 __curr_rope = __x._M_root; 217 _STLP_ASSERT(__x._M_current_pos <= __x._M_root->_M_size._M_data) 300 if (_M_root_rope->_M_tree_ptr._M_data != this->_M_root) { 302 _RopeRep::_S_unref(this->_M_root); 303 this->_M_root = _M_root_rope->_M_tree_ptr._M_data [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_tree.c | 328 if (__x._M_root() == 0) { 329 _M_root() = 0; 334 _M_root() = _M_copy(__x._M_root(), &this->_M_header._M_data); 335 _M_leftmost() = _S_minimum(_M_root()); 336 _M_rightmost() = _S_maximum(_M_root()); 361 _M_root() = __new_node; 389 _Base_ptr __x = _M_root(); 407 _Base_ptr __x = _M_root(); 689 int __len = __black_count(_M_leftmost(), _M_root()); [all...] |
_tree.h | 335 _Base_ptr _M_root() const 342 _Base_ptr& _M_root() 397 if (__x._M_root() != 0) { 399 _M_root() = _M_copy(__x._M_root(), &this->_M_header._M_data); 400 _M_leftmost() = _S_minimum(_M_root()); 401 _M_rightmost() = _S_maximum(_M_root()); 532 _M_erase(_M_root()); 534 _M_root() = 0; 550 _Base_ptr __x = _M_root(); // Current node [all...] |
_rope.c | 61 _M_root_rope(__r) { _RopeRep::_S_ref(this->_M_root); } 68 _RopeRep::_S_ref(this->_M_root); if (!(__r.empty()))_S_setcache(*this); 71 _RopeRep::_S_ref(this->_M_root); if (!(__r.empty()))_S_setcache(*__x); 145 _STLP_ASSERT(__pos <= __x._M_root->_M_size._M_data) 146 if (__pos >= __x._M_root->_M_size._M_data) { 150 __curr_rope = __x._M_root; 217 _STLP_ASSERT(__x._M_current_pos <= __x._M_root->_M_size._M_data) 300 if (_M_root_rope->_M_tree_ptr._M_data != this->_M_root) { 302 _RopeRep::_S_unref(this->_M_root); 303 this->_M_root = _M_root_rope->_M_tree_ptr._M_data [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_tree.c | 328 if (__x._M_root() == 0) { 329 _M_root() = 0; 334 _M_root() = _M_copy(__x._M_root(), &this->_M_header._M_data); 335 _M_leftmost() = _S_minimum(_M_root()); 336 _M_rightmost() = _S_maximum(_M_root()); 361 _M_root() = __new_node; 389 _Base_ptr __x = _M_root(); 407 _Base_ptr __x = _M_root(); 689 int __len = __black_count(_M_leftmost(), _M_root()); [all...] |
_tree.h | 335 _Base_ptr _M_root() const 342 _Base_ptr& _M_root() 397 if (__x._M_root() != 0) { 399 _M_root() = _M_copy(__x._M_root(), &this->_M_header._M_data); 400 _M_leftmost() = _S_minimum(_M_root()); 401 _M_rightmost() = _S_maximum(_M_root()); 532 _M_erase(_M_root()); 534 _M_root() = 0; 550 _Base_ptr __x = _M_root(); // Current node [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_tree.c | 328 if (__x._M_root() == 0) { 329 _M_root() = 0; 334 _M_root() = _M_copy(__x._M_root(), &this->_M_header._M_data); 335 _M_leftmost() = _S_minimum(_M_root()); 336 _M_rightmost() = _S_maximum(_M_root()); 361 _M_root() = __new_node; 389 _Base_ptr __x = _M_root(); 407 _Base_ptr __x = _M_root(); 689 int __len = __black_count(_M_leftmost(), _M_root()); [all...] |
_tree.h | 335 _Base_ptr _M_root() const 342 _Base_ptr& _M_root() 397 if (__x._M_root() != 0) { 399 _M_root() = _M_copy(__x._M_root(), &this->_M_header._M_data); 400 _M_leftmost() = _S_minimum(_M_root()); 401 _M_rightmost() = _S_maximum(_M_root()); 532 _M_erase(_M_root()); 534 _M_root() = 0; 550 _Base_ptr __x = _M_root(); // Current node [all...] |