HomeSort by relevance Sort by last modified time
    Searched refs:_M_root (Results 1 - 25 of 32) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_tree.h 497 _M_root()
501 _M_root() const
640 if (__x._M_root() != 0)
642 _M_root() = _M_copy(__x._M_begin(), _M_end());
643 _M_leftmost() = _S_minimum(_M_root());
644 _M_rightmost() = _S_maximum(_M_root());
768 _M_root() = 0;
872 if (__x._M_root() != 0)
874 _M_root() = __x._M_root();
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_tree.h 508 _M_root()
512 _M_root() const
665 if (__x._M_root() != 0)
667 _M_root() = _M_copy(__x._M_begin(), _M_end());
668 _M_leftmost() = _S_minimum(_M_root());
669 _M_rightmost() = _S_maximum(_M_root());
851 _M_root() = 0;
955 if (__x._M_root() != 0)
957 _M_root() = __x._M_root();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_tree.h 508 _M_root()
512 _M_root() const
665 if (__x._M_root() != 0)
667 _M_root() = _M_copy(__x._M_begin(), _M_end());
668 _M_leftmost() = _S_minimum(_M_root());
669 _M_rightmost() = _S_maximum(_M_root());
851 _M_root() = 0;
955 if (__x._M_root() != 0)
957 _M_root() = __x._M_root();
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tree.h 497 _M_root()
501 _M_root() const
640 if (__x._M_root() != 0)
642 _M_root() = _M_copy(__x._M_begin(), _M_end());
643 _M_leftmost() = _S_minimum(_M_root());
644 _M_rightmost() = _S_maximum(_M_root());
768 _M_root() = 0;
872 if (__x._M_root() != 0)
874 _M_root() = __x._M_root();
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tree.h 497 _M_root()
501 _M_root() const
640 if (__x._M_root() != 0)
642 _M_root() = _M_copy(__x._M_begin(), _M_end());
643 _M_leftmost() = _S_minimum(_M_root());
644 _M_rightmost() = _S_maximum(_M_root());
768 _M_root() = 0;
872 if (__x._M_root() != 0)
874 _M_root() = __x._M_root();
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tree.h 497 _M_root()
501 _M_root() const
640 if (__x._M_root() != 0)
642 _M_root() = _M_copy(__x._M_begin(), _M_end());
643 _M_leftmost() = _S_minimum(_M_root());
644 _M_rightmost() = _S_maximum(_M_root());
768 _M_root() = 0;
872 if (__x._M_root() != 0)
874 _M_root() = __x._M_root();
    [all...]
  /external/stlport/stlport/stl/
_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.h 662 _My_rope* _M_root; // The whole rope.
665 _M_pos(__p), _M_current_valid(false), _M_root(__r) {}
667 _M_pos(__x._M_pos), _M_current_valid(false), _M_root(__x._M_root) {}
673 : _M_pos(__p), _M_current(__c), _M_current_valid(true), _M_root(__r) {}
720 rope<_CharT,_Alloc>* _M_root; // The whole rope.
723 : _M_pos(__x._M_pos), _M_root(__x._M_root) {}
725 : _M_pos(__x._M_pos), _M_root(__x._M_root) {}
    [all...]
_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...]
_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.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.h 662 _My_rope* _M_root; // The whole rope.
665 _M_pos(__p), _M_current_valid(false), _M_root(__r) {}
667 _M_pos(__x._M_pos), _M_current_valid(false), _M_root(__x._M_root) {}
673 : _M_pos(__p), _M_current(__c), _M_current_valid(true), _M_root(__r) {}
720 rope<_CharT,_Alloc>* _M_root; // The whole rope.
723 : _M_pos(__x._M_pos), _M_root(__x._M_root) {}
725 : _M_pos(__x._M_pos), _M_root(__x._M_root) {}
    [all...]
_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...]
_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/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_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.h 662 _My_rope* _M_root; // The whole rope.
665 _M_pos(__p), _M_current_valid(false), _M_root(__r) {}
667 _M_pos(__x._M_pos), _M_current_valid(false), _M_root(__x._M_root) {}
673 : _M_pos(__p), _M_current(__c), _M_current_valid(true), _M_root(__r) {}
720 rope<_CharT,_Alloc>* _M_root; // The whole rope.
723 : _M_pos(__x._M_pos), _M_root(__x._M_root) {}
725 : _M_pos(__x._M_pos), _M_root(__x._M_root) {}
    [all...]
_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...]
_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/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_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.h 662 _My_rope* _M_root; // The whole rope.
665 _M_pos(__p), _M_current_valid(false), _M_root(__r) {}
667 _M_pos(__x._M_pos), _M_current_valid(false), _M_root(__x._M_root) {}
673 : _M_pos(__p), _M_current(__c), _M_current_valid(true), _M_root(__r) {}
720 rope<_CharT,_Alloc>* _M_root; // The whole rope.
723 : _M_pos(__x._M_pos), _M_root(__x._M_root) {}
725 : _M_pos(__x._M_pos), _M_root(__x._M_root) {}
    [all...]
_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...]
_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/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_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.h 662 _My_rope* _M_root; // The whole rope.
665 _M_pos(__p), _M_current_valid(false), _M_root(__r) {}
667 _M_pos(__x._M_pos), _M_current_valid(false), _M_root(__x._M_root) {}
673 : _M_pos(__p), _M_current(__c), _M_current_valid(true), _M_root(__r) {}
720 rope<_CharT,_Alloc>* _M_root; // The whole rope.
723 : _M_pos(__x._M_pos), _M_root(__x._M_root) {}
725 : _M_pos(__x._M_pos), _M_root(__x._M_root) {}
    [all...]
_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...]

Completed in 758 milliseconds

1 2