• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/bits/

Lines Matching defs:_Link_type

132       typedef _Rb_tree_node<_Val>* _Link_type;
167 typedef _Rb_tree_node<_Tp>* _Link_type;
173 _Rb_tree_iterator(_Link_type __x)
178 { return static_cast<_Link_type>(_M_node)->_M_value_field; }
182 { return std::__addressof(static_cast<_Link_type>
240 typedef const _Rb_tree_node<_Tp>* _Link_type;
246 _Rb_tree_const_iterator(_Link_type __x)
254 { return iterator(static_cast<typename iterator::_Link_type>
259 { return static_cast<_Link_type>(_M_node)->_M_value_field; }
263 { return std::__addressof(static_cast<_Link_type>
348 typedef _Rb_tree_node<_Val>* _Link_type;
367 _Link_type
372 _M_put_node(_Link_type __p)
376 _Link_type
379 _Link_type __tmp = _M_get_node();
392 _M_destroy_node(_Link_type __p)
399 _Link_type
402 _Link_type __tmp = _M_get_node();
417 _M_destroy_node(_Link_type __p)
424 _Link_type
427 _Link_type __tmp = _M_create_node(__x->_M_value_field);
491 _Link_type
493 { return static_cast<_Link_type>(this->_M_impl._M_header._M_parent); }
502 _Link_type
504 { return static_cast<_Link_type>(&this->_M_impl._M_header); }
518 static _Link_type
520 { return static_cast<_Link_type>(__x->_M_left); }
526 static _Link_type
528 { return static_cast<_Link_type>(__x->_M_right); }
592 _Link_type
593 _M_copy(_Const_Link_type __x, _Link_type __p);
596 _M_erase(_Link_type __x);
599 _M_lower_bound(_Link_type __x, _Link_type __y,
607 _M_upper_bound(_Link_type __x, _Link_type __y,
652 return iterator(static_cast<_Link_type>
665 { return iterator(static_cast<_Link_type>(&this->_M_impl._M_header)); }
961 _Link_type __z = _M_create_node(_GLIBCXX_FORWARD(_Arg, __v));
987 _Link_type __z = _M_create_node(_GLIBCXX_FORWARD(_Arg, __v));
1008 _Link_type __x = _M_begin();
1009 _Link_type __y = _M_end();
1021 typename _Rb_tree<_Key, _Val, _KoV, _Compare, _Alloc>::_Link_type
1023 _M_copy(_Const_Link_type __x, _Link_type __p)
1026 _Link_type __top = _M_clone_node(__x);
1038 _Link_type __y = _M_clone_node(__x);
1059 _M_erase(_Link_type __x)
1065 _Link_type __y = _S_left(__x);
1076 _M_lower_bound(_Link_type __x, _Link_type __y,
1108 _M_upper_bound(_Link_type __x, _Link_type __y,
1144 _Link_type __x = _M_begin();
1145 _Link_type __y = _M_end();
1154 _Link_type __xu(__x), __yu(__y);
1261 _Link_type __x = _M_begin();
1262 _Link_type __y = _M_end();
1298 _Link_type __x = _M_begin();
1299 _Link_type __y = _M_end();
1476 _Link_type __y =
1477 static_cast<_Link_type>(_Rb_tree_rebalance_for_erase