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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_tree.h 129 typedef _Rb_tree_node<_Val>* _Link_type;
164 typedef _Rb_tree_node<_Tp>* _Link_type;
170 _Rb_tree_iterator(_Link_type __x)
175 { return static_cast<_Link_type>(_M_node)->_M_value_field; }
179 { return &static_cast<_Link_type>(_M_node)->_M_value_field; }
236 typedef const _Rb_tree_node<_Tp>* _Link_type;
242 _Rb_tree_const_iterator(_Link_type __x)
250 { return static_cast<_Link_type>(_M_node)->_M_value_field; }
254 { return &static_cast<_Link_type>(_M_node)->_M_value_field; }
338 typedef _Rb_tree_node<_Val>* _Link_type;
    [all...]
  /external/stlport/stlport/stl/
_tree.h 152 typedef _Rb_tree_node<_Value>* _Link_type;
171 return __STATIC_CAST(_Link_type, _M_node)->_M_value_field;
298 typedef _Node* _Link_type;
316 _Link_type __tmp = this->_M_header.allocate(1);
356 { return __STATIC_CAST(_Link_type, __x)->_M_value_field; }
498 this->_M_header.deallocate(__STATIC_CAST(_Link_type, __x), 1);
_tree.c 661 this->_M_header.deallocate(__STATIC_CAST(_Link_type, __x),1);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_tree.h 152 typedef _Rb_tree_node<_Value>* _Link_type;
171 return __STATIC_CAST(_Link_type, _M_node)->_M_value_field;
298 typedef _Node* _Link_type;
316 _Link_type __tmp = this->_M_header.allocate(1);
356 { return __STATIC_CAST(_Link_type, __x)->_M_value_field; }
498 this->_M_header.deallocate(__STATIC_CAST(_Link_type, __x), 1);
_tree.c 661 this->_M_header.deallocate(__STATIC_CAST(_Link_type, __x),1);

Completed in 3730 milliseconds