Searched defs:_Rb_tree (Results 1 - 4 of 4) sorted by relevance

/external/stlport/stlport/stl/debug/
H A D_tree.h93 class _Rb_tree { class
95 typedef _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc> _Self;
121 _Rb_tree() function in class:_Rb_tree
123 _Rb_tree(const _Compare& __comp) function in class:_Rb_tree
125 _Rb_tree(const _Compare& __comp, const allocator_type& __a) function in class:_Rb_tree
127 _Rb_tree(const _Self& __x) function in class:_Rb_tree
131 _Rb_tree(__move_source<_Self> src): function in class:_Rb_tree
142 ~_Rb_tree() {}
/external/stlport/stlport/stl/
H A D_tree.c39 # define _Rb_tree _STLP_NON_DBG_NAME(Rb_tree) macro
49 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc>::iterator
50 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc>::size_type
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,
387 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::insert_equal(const _Value& __val) {
405 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::insert_unique(const _Value& __val) {
432 _Rb_tree<_Ke
721 #undef _Rb_tree macro
[all...]
H A D_tree.h286 # define _Rb_tree _STLP_NON_DBG_NAME(Rb_tree) macro
292 class _Rb_tree : public _Rb_tree_base<_Value, _Alloc> { class in inherits:_Rb_tree_base
294 typedef _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc> _Self;
382 _Rb_tree() function in class:_Rb_tree
386 _Rb_tree(const _Compare& __comp) function in class:_Rb_tree
390 _Rb_tree(const _Compare& __comp, const allocator_type& __a) function in class:_Rb_tree
394 _Rb_tree(const _Self& __x) function in class:_Rb_tree
407 _Rb_tree(__move_source<_Self> src) function in class:_Rb_tree
414 ~_Rb_tree() { clear(); }
649 # undef _Rb_tree macro
[all...]
/external/stlport/stlport/stl/pointers/
H A D_set.h45 # define _Rb_tree _STLP_NON_DBG_NAME(Rb_tree) macro
46 _STLP_EXPORT_TEMPLATE_CLASS _Rb_tree<void*, _DbgCompare<void*, less<void*> >, void*, _Identity<void*>, variable
48 # undef _Rb_tree macro
50 _STLP_EXPORT_TEMPLATE_CLASS _Rb_tree<void*, less<void*>, void*, _Identity<void*>, variable
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,

Completed in 133 milliseconds