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

  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/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...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/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...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_tree.h 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>
    [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 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>
    [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);
  /prebuilts/ndk/5/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);
  /prebuilts/ndk/6/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);
  /prebuilts/ndk/7/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);
  /prebuilts/ndk/8/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 1331 milliseconds