HomeSort by relevance Sort by last modified time
    Searched refs:_M_header (Results 1 - 19 of 19) sorted by null

  /external/stlport/stlport/stl/
_tree.h 245 return _STLP_CONVERT_ALLOCATOR(_M_header, _Tp);
250 _M_header(_STLP_CONVERT_ALLOCATOR(__a, _Node), _Node_base() ) {
256 _M_header(__move_source<_AllocProxy>(src.get()._M_header)) {
257 _M_rebind(&src.get()._M_header._M_data);
263 _M_header._M_data._M_color = _S_rb_tree_red; // used to distinguish header from
265 _M_header._M_data._M_parent = 0;
266 _M_header._M_data._M_left = &_M_header._M_data;
267 _M_header._M_data._M_right = &_M_header._M_data
    [all...]
_tree.c 200 // makes __leftmost == _M_header if __z == __root
207 // makes __rightmost == _M_header if __z == __root
330 _M_leftmost() = &this->_M_header._M_data;
331 _M_rightmost() = &this->_M_header._M_data;
334 _M_root() = _M_copy(__x._M_root(), &this->_M_header._M_data);
358 if ( __parent == &this->_M_header._M_data ) {
379 _Rb_global_inst::_Rebalance(__new_node, this->_M_header._M_data._M_parent);
388 _Base_ptr __y = &this->_M_header._M_data;
406 _Base_ptr __y = &this->_M_header._M_data;
434 if (__position._M_node == this->_M_header._M_data._M_left) { // begin(
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_tree.h 245 return _STLP_CONVERT_ALLOCATOR(_M_header, _Tp);
250 _M_header(_STLP_CONVERT_ALLOCATOR(__a, _Node), _Node_base() ) {
256 _M_header(__move_source<_AllocProxy>(src.get()._M_header)) {
257 _M_rebind(&src.get()._M_header._M_data);
263 _M_header._M_data._M_color = _S_rb_tree_red; // used to distinguish header from
265 _M_header._M_data._M_parent = 0;
266 _M_header._M_data._M_left = &_M_header._M_data;
267 _M_header._M_data._M_right = &_M_header._M_data
    [all...]
_tree.c 200 // makes __leftmost == _M_header if __z == __root
207 // makes __rightmost == _M_header if __z == __root
330 _M_leftmost() = &this->_M_header._M_data;
331 _M_rightmost() = &this->_M_header._M_data;
334 _M_root() = _M_copy(__x._M_root(), &this->_M_header._M_data);
358 if ( __parent == &this->_M_header._M_data ) {
379 _Rb_global_inst::_Rebalance(__new_node, this->_M_header._M_data._M_parent);
388 _Base_ptr __y = &this->_M_header._M_data;
406 _Base_ptr __y = &this->_M_header._M_data;
434 if (__position._M_node == this->_M_header._M_data._M_left) { // begin(
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_tree.h 245 return _STLP_CONVERT_ALLOCATOR(_M_header, _Tp);
250 _M_header(_STLP_CONVERT_ALLOCATOR(__a, _Node), _Node_base() ) {
256 _M_header(__move_source<_AllocProxy>(src.get()._M_header)) {
257 _M_rebind(&src.get()._M_header._M_data);
263 _M_header._M_data._M_color = _S_rb_tree_red; // used to distinguish header from
265 _M_header._M_data._M_parent = 0;
266 _M_header._M_data._M_left = &_M_header._M_data;
267 _M_header._M_data._M_right = &_M_header._M_data
    [all...]
_tree.c 200 // makes __leftmost == _M_header if __z == __root
207 // makes __rightmost == _M_header if __z == __root
330 _M_leftmost() = &this->_M_header._M_data;
331 _M_rightmost() = &this->_M_header._M_data;
334 _M_root() = _M_copy(__x._M_root(), &this->_M_header._M_data);
358 if ( __parent == &this->_M_header._M_data ) {
379 _Rb_global_inst::_Rebalance(__new_node, this->_M_header._M_data._M_parent);
388 _Base_ptr __y = &this->_M_header._M_data;
406 _Base_ptr __y = &this->_M_header._M_data;
434 if (__position._M_node == this->_M_header._M_data._M_left) { // begin(
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_tree.h 245 return _STLP_CONVERT_ALLOCATOR(_M_header, _Tp);
250 _M_header(_STLP_CONVERT_ALLOCATOR(__a, _Node), _Node_base() ) {
256 _M_header(__move_source<_AllocProxy>(src.get()._M_header)) {
257 _M_rebind(&src.get()._M_header._M_data);
263 _M_header._M_data._M_color = _S_rb_tree_red; // used to distinguish header from
265 _M_header._M_data._M_parent = 0;
266 _M_header._M_data._M_left = &_M_header._M_data;
267 _M_header._M_data._M_right = &_M_header._M_data
    [all...]
_tree.c 200 // makes __leftmost == _M_header if __z == __root
207 // makes __rightmost == _M_header if __z == __root
330 _M_leftmost() = &this->_M_header._M_data;
331 _M_rightmost() = &this->_M_header._M_data;
334 _M_root() = _M_copy(__x._M_root(), &this->_M_header._M_data);
358 if ( __parent == &this->_M_header._M_data ) {
379 _Rb_global_inst::_Rebalance(__new_node, this->_M_header._M_data._M_parent);
388 _Base_ptr __y = &this->_M_header._M_data;
406 _Base_ptr __y = &this->_M_header._M_data;
434 if (__position._M_node == this->_M_header._M_data._M_left) { // begin(
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_tree.h 245 return _STLP_CONVERT_ALLOCATOR(_M_header, _Tp);
250 _M_header(_STLP_CONVERT_ALLOCATOR(__a, _Node), _Node_base() ) {
256 _M_header(__move_source<_AllocProxy>(src.get()._M_header)) {
257 _M_rebind(&src.get()._M_header._M_data);
263 _M_header._M_data._M_color = _S_rb_tree_red; // used to distinguish header from
265 _M_header._M_data._M_parent = 0;
266 _M_header._M_data._M_left = &_M_header._M_data;
267 _M_header._M_data._M_right = &_M_header._M_data
    [all...]
_tree.c 200 // makes __leftmost == _M_header if __z == __root
207 // makes __rightmost == _M_header if __z == __root
330 _M_leftmost() = &this->_M_header._M_data;
331 _M_rightmost() = &this->_M_header._M_data;
334 _M_root() = _M_copy(__x._M_root(), &this->_M_header._M_data);
358 if ( __parent == &this->_M_header._M_data ) {
379 _Rb_global_inst::_Rebalance(__new_node, this->_M_header._M_data._M_parent);
388 _Base_ptr __y = &this->_M_header._M_data;
406 _Base_ptr __y = &this->_M_header._M_data;
434 if (__position._M_node == this->_M_header._M_data._M_left) { // begin(
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_tree.h 245 return _STLP_CONVERT_ALLOCATOR(_M_header, _Tp);
250 _M_header(_STLP_CONVERT_ALLOCATOR(__a, _Node), _Node_base() ) {
256 _M_header(__move_source<_AllocProxy>(src.get()._M_header)) {
257 _M_rebind(&src.get()._M_header._M_data);
263 _M_header._M_data._M_color = _S_rb_tree_red; // used to distinguish header from
265 _M_header._M_data._M_parent = 0;
266 _M_header._M_data._M_left = &_M_header._M_data;
267 _M_header._M_data._M_right = &_M_header._M_data
    [all...]
_tree.c 200 // makes __leftmost == _M_header if __z == __root
207 // makes __rightmost == _M_header if __z == __root
330 _M_leftmost() = &this->_M_header._M_data;
331 _M_rightmost() = &this->_M_header._M_data;
334 _M_root() = _M_copy(__x._M_root(), &this->_M_header._M_data);
358 if ( __parent == &this->_M_header._M_data ) {
379 _Rb_global_inst::_Rebalance(__new_node, this->_M_header._M_data._M_parent);
388 _Base_ptr __y = &this->_M_header._M_data;
406 _Base_ptr __y = &this->_M_header._M_data;
434 if (__position._M_node == this->_M_header._M_data._M_left) { // begin(
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_tree.h 429 _Rb_tree_node_base _M_header;
433 : _Node_allocator(), _M_key_compare(), _M_header(),
438 : _Node_allocator(__a), _M_key_compare(__comp), _M_header(),
446 this->_M_header._M_color = _S_red;
447 this->_M_header._M_parent = 0;
448 this->_M_header._M_left = &this->_M_header;
449 this->_M_header._M_right = &this->_M_header;
498 { return this->_M_impl._M_header._M_parent;
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tree.h 429 _Rb_tree_node_base _M_header;
433 : _Node_allocator(), _M_key_compare(), _M_header(),
438 : _Node_allocator(__a), _M_key_compare(__comp), _M_header(),
446 this->_M_header._M_color = _S_red;
447 this->_M_header._M_parent = 0;
448 this->_M_header._M_left = &this->_M_header;
449 this->_M_header._M_right = &this->_M_header;
498 { return this->_M_impl._M_header._M_parent;
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tree.h 429 _Rb_tree_node_base _M_header;
433 : _Node_allocator(), _M_key_compare(), _M_header(),
438 : _Node_allocator(__a), _M_key_compare(__comp), _M_header(),
446 this->_M_header._M_color = _S_red;
447 this->_M_header._M_parent = 0;
448 this->_M_header._M_left = &this->_M_header;
449 this->_M_header._M_right = &this->_M_header;
498 { return this->_M_impl._M_header._M_parent;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tree.h 429 _Rb_tree_node_base _M_header;
433 : _Node_allocator(), _M_key_compare(), _M_header(),
438 : _Node_allocator(__a), _M_key_compare(__comp), _M_header(),
446 this->_M_header._M_color = _S_red;
447 this->_M_header._M_parent = 0;
448 this->_M_header._M_left = &this->_M_header;
449 this->_M_header._M_right = &this->_M_header;
498 { return this->_M_impl._M_header._M_parent;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tree.h 429 _Rb_tree_node_base _M_header;
433 : _Node_allocator(), _M_key_compare(), _M_header(),
438 : _Node_allocator(__a), _M_key_compare(__comp), _M_header(),
446 this->_M_header._M_color = _S_red;
447 this->_M_header._M_parent = 0;
448 this->_M_header._M_left = &this->_M_header;
449 this->_M_header._M_right = &this->_M_header;
498 { return this->_M_impl._M_header._M_parent;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_tree.h 440 _Rb_tree_node_base _M_header;
444 : _Node_allocator(), _M_key_compare(), _M_header(),
449 : _Node_allocator(__a), _M_key_compare(__comp), _M_header(),
457 this->_M_header._M_color = _S_red;
458 this->_M_header._M_parent = 0;
459 this->_M_header._M_left = &this->_M_header;
460 this->_M_header._M_right = &this->_M_header;
509 { return this->_M_impl._M_header._M_parent;
    [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 440 _Rb_tree_node_base _M_header;
444 : _Node_allocator(), _M_key_compare(), _M_header(),
449 : _Node_allocator(__a), _M_key_compare(__comp), _M_header(),
457 this->_M_header._M_color = _S_red;
458 this->_M_header._M_parent = 0;
459 this->_M_header._M_left = &this->_M_header;
460 this->_M_header._M_right = &this->_M_header;
509 { return this->_M_impl._M_header._M_parent;
    [all...]

Completed in 160 milliseconds