HomeSort by relevance Sort by last modified time
    Searched defs:_Rb_tree (Results 1 - 25 of 36) sorted by null

1 2

  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_tree.h 93 class _Rb_tree {
95 typedef _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc> _Self;
121 _Rb_tree()
123 _Rb_tree(const _Compare& __comp)
125 _Rb_tree(const _Compare& __comp, const allocator_type& __a)
127 _Rb_tree(const _Self& __x)
131 _Rb_tree(__move_source<_Self> src):
142 ~_Rb_tree() {}
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_tree.h 93 class _Rb_tree {
95 typedef _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc> _Self;
121 _Rb_tree()
123 _Rb_tree(const _Compare& __comp)
125 _Rb_tree(const _Compare& __comp, const allocator_type& __a)
127 _Rb_tree(const _Self& __x)
131 _Rb_tree(__move_source<_Self> src):
142 ~_Rb_tree() {}
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_tree.h 93 class _Rb_tree {
95 typedef _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc> _Self;
121 _Rb_tree()
123 _Rb_tree(const _Compare& __comp)
125 _Rb_tree(const _Compare& __comp, const allocator_type& __a)
127 _Rb_tree(const _Self& __x)
131 _Rb_tree(__move_source<_Self> src):
142 ~_Rb_tree() {}
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_tree.h 93 class _Rb_tree {
95 typedef _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc> _Self;
121 _Rb_tree()
123 _Rb_tree(const _Compare& __comp)
125 _Rb_tree(const _Compare& __comp, const allocator_type& __a)
127 _Rb_tree(const _Self& __x)
131 _Rb_tree(__move_source<_Self> src):
142 ~_Rb_tree() {}
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_tree.h 93 class _Rb_tree {
95 typedef _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc> _Self;
121 _Rb_tree()
123 _Rb_tree(const _Compare& __comp)
125 _Rb_tree(const _Compare& __comp, const allocator_type& __a)
127 _Rb_tree(const _Self& __x)
131 _Rb_tree(__move_source<_Self> src):
142 ~_Rb_tree() {}
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_tree.h 93 class _Rb_tree {
95 typedef _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc> _Self;
121 _Rb_tree()
123 _Rb_tree(const _Compare& __comp)
125 _Rb_tree(const _Compare& __comp, const allocator_type& __a)
127 _Rb_tree(const _Self& __x)
131 _Rb_tree(__move_source<_Self> src):
142 ~_Rb_tree() {}
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_tree.c 39 # define _Rb_tree _STLP_NON_DBG_NAME(Rb_tree)
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<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::insert_unique(iterator __position
    [all...]
_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...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_tree.c 39 # define _Rb_tree _STLP_NON_DBG_NAME(Rb_tree)
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<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::insert_unique(iterator __position
    [all...]
_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...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_tree.c 39 # define _Rb_tree _STLP_NON_DBG_NAME(Rb_tree)
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<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::insert_unique(iterator __position
    [all...]
_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...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_tree.c 39 # define _Rb_tree _STLP_NON_DBG_NAME(Rb_tree)
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<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::insert_unique(iterator __position
    [all...]
_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...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_tree.c 39 # define _Rb_tree _STLP_NON_DBG_NAME(Rb_tree)
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<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::insert_unique(iterator __position
    [all...]
_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...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_tree.c 39 # define _Rb_tree _STLP_NON_DBG_NAME(Rb_tree)
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<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::insert_unique(iterator __position
    [all...]
_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...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tree.h 322 class _Rb_tree
631 _Rb_tree() { }
633 _Rb_tree(const _Compare& __comp,
637 _Rb_tree(const _Rb_tree& __x)
650 _Rb_tree(_Rb_tree&& __x);
653 ~_Rb_tree()
656 _Rb_tree&
657 operator=(const _Rb_tree& __x)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tree.h 322 class _Rb_tree
631 _Rb_tree() { }
633 _Rb_tree(const _Compare& __comp,
637 _Rb_tree(const _Rb_tree& __x)
650 _Rb_tree(_Rb_tree&& __x);
653 ~_Rb_tree()
656 _Rb_tree&
657 operator=(const _Rb_tree& __x)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tree.h 322 class _Rb_tree
631 _Rb_tree() { }
633 _Rb_tree(const _Compare& __comp,
637 _Rb_tree(const _Rb_tree& __x)
650 _Rb_tree(_Rb_tree&& __x);
653 ~_Rb_tree()
656 _Rb_tree&
657 operator=(const _Rb_tree& __x)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_tree.h 322 class _Rb_tree
631 _Rb_tree() { }
633 _Rb_tree(const _Compare& __comp,
637 _Rb_tree(const _Rb_tree& __x)
650 _Rb_tree(_Rb_tree&& __x);
653 ~_Rb_tree()
656 _Rb_tree&
657 operator=(const _Rb_tree& __x)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_tree.h 332 class _Rb_tree
656 _Rb_tree() { }
658 _Rb_tree(const _Compare& __comp,
662 _Rb_tree(const _Rb_tree& __x)
675 _Rb_tree(_Rb_tree&& __x);
678 ~_Rb_tree()
681 _Rb_tree&
682 operator=(const _Rb_tree& __x)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_tree.h 332 class _Rb_tree
656 _Rb_tree() { }
658 _Rb_tree(const _Compare& __comp,
662 _Rb_tree(const _Rb_tree& __x)
675 _Rb_tree(_Rb_tree&& __x);
678 ~_Rb_tree()
681 _Rb_tree&
682 operator=(const _Rb_tree& __x)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_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,

Completed in 1538 milliseconds

1 2