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

1 2

  /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...]
  /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...]
  /prebuilts/ndk/5/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...]
  /prebuilts/ndk/6/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...]
  /prebuilts/ndk/7/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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_tree.h 475 _M_root()
479 _M_root() const
632 if (__x._M_root() != 0)
634 _M_root() = _M_copy(__x._M_begin(), _M_end());
635 _M_leftmost() = _S_minimum(_M_root());
636 _M_rightmost() = _S_maximum(_M_root());
818 _M_root() = 0;
923 if (__x._M_root() != 0)
925 _M_root() = __x._M_root();
    [all...]
  /prebuilts/ndk/8/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...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_tree.h 475 _M_root()
479 _M_root() const
632 if (__x._M_root() != 0)
634 _M_root() = _M_copy(__x._M_begin(), _M_end());
635 _M_leftmost() = _S_minimum(_M_root());
636 _M_rightmost() = _S_maximum(_M_root());
818 _M_root() = 0;
923 if (__x._M_root() != 0)
925 _M_root() = __x._M_root();
    [all...]
  /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/5/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/6/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/7/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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());
764 _M_root() = 0;
868 if (__x._M_root() != 0)
870 _M_root() = __x._M_root();
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_tree.h 477 _M_root()
481 _M_root() const
657 if (__x._M_root() != 0)
659 _M_root() = _M_copy(__x._M_begin(), _M_end());
660 _M_leftmost() = _S_minimum(_M_root());
661 _M_rightmost() = _S_maximum(_M_root());
859 _M_root() = 0;
964 if (__x._M_root() != 0)
966 _M_root() = __x._M_root();
    [all...]

Completed in 1756 milliseconds

1 2