Searched refs:_Rb_tree (Results 1 – 6 of 6) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
D | _tree.h | 93 class _Rb_tree { 95 typedef _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc> _Self; 121 _Rb_tree() in _Rb_tree() function 123 _Rb_tree(const _Compare& __comp) in _Rb_tree() function 125 _Rb_tree(const _Compare& __comp, const allocator_type& __a) in _Rb_tree() function 127 _Rb_tree(const _Self& __x) in _Rb_tree() function 131 _Rb_tree(__move_source<_Self> src): in _Rb_tree() function 142 ~_Rb_tree() {} in ~_Rb_tree()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _tree.c | 39 # define _Rb_tree _STLP_NON_DBG_NAME(Rb_tree) macro 49 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE _Rb_tree<_Key, _Compare, _Value, _KeyOfValue,… 50 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE _Rb_tree<_Key, _Compare, _Value, _KeyOfValue… 320 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc>& 321 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::operator=( 322 const _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc>& __x) { 350 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::_M_insert(_Rb_tree_node_base * __parent, in _M_insert() 387 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::insert_equal(const _Value& __val) { in insert_equal() 405 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::insert_unique(const _Value& __val) { in insert_unique() 432 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::insert_unique(iterator __position, in insert_unique() [all …]
|
D | _tree.h | 286 # define _Rb_tree _STLP_NON_DBG_NAME(Rb_tree) 292 class _Rb_tree : public _Rb_tree_base<_Value, _Alloc> { 294 typedef _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc> _Self; 382 _Rb_tree() 386 _Rb_tree(const _Compare& __comp) 390 _Rb_tree(const _Compare& __comp, const allocator_type& __a) 394 _Rb_tree(const _Self& __x) 407 _Rb_tree(__move_source<_Self> src) 414 ~_Rb_tree() { clear(); } 649 # undef _Rb_tree [all …]
|
D | _map.h | 77 typedef _STLP_PRIV _Rb_tree<key_type, key_compare, in _STLP_CREATE_ITERATOR_TRAITS() 270 typedef _STLP_PRIV _Rb_tree<key_type, key_compare, in _STLP_CREATE_ITERATOR_TRAITS()
|
D | _set.h | 65 typedef _STLP_PRIV _Rb_tree<key_type, key_compare, in _STLP_CREATE_ITERATOR_TRAITS() 236 typedef _STLP_PRIV _Rb_tree<key_type, key_compare, in _STLP_CREATE_ITERATOR_TRAITS()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
D | _set.h | 45 # define _Rb_tree _STLP_NON_DBG_NAME(Rb_tree) 46 _STLP_EXPORT_TEMPLATE_CLASS _Rb_tree<void*, _DbgCompare<void*, less<void*> >, void*, _Identity<void… 48 # undef _Rb_tree 50 _STLP_EXPORT_TEMPLATE_CLASS _Rb_tree<void*, less<void*>, void*, _Identity<void*>, 83 typedef _STLP_PRIV _Rb_tree<key_type, key_compare, 91 typedef _STLP_PRIV _Rb_tree<_KeyStorageType, _CompareStorageType, 331 typedef _STLP_PRIV _Rb_tree<key_type, key_compare, 338 typedef _STLP_PRIV _Rb_tree<_KeyStorageType, _CompareStorageType,
|