/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _unordered_set.h | 34 template <class _Value, _STLP_DFL_TMPL_PARAM(_HashFcn,hash<_Value>), in _STLP_CREATE_HASH_ITERATOR_TRAITS() 35 _STLP_DFL_TMPL_PARAM(_EqualKey, equal_to<_Value>), in _STLP_CREATE_HASH_ITERATOR_TRAITS() 36 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) > in _STLP_CREATE_HASH_ITERATOR_TRAITS() 39 : public __stlport_class<unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> > in _STLP_CREATE_HASH_ITERATOR_TRAITS() 42 typedef unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self; in _STLP_CREATE_HASH_ITERATOR_TRAITS() 44 typedef _STLP_PRIV _UnorderedSetTraitsT<_Value> _UnorderedSetTraits; in _STLP_CREATE_HASH_ITERATOR_TRAITS() 46 typedef hashtable<_Value, _Value, _HashFcn, in _STLP_CREATE_HASH_ITERATOR_TRAITS() 47 _UnorderedSetTraits, _STLP_PRIV _Identity<_Value>, _EqualKey, _Alloc> _Ht; in _STLP_CREATE_HASH_ITERATOR_TRAITS() 184 template <class _Value, _STLP_DFL_TMPL_PARAM(_HashFcn,hash<_Value>), in _STLP_CREATE_HASH_ITERATOR_TRAITS() 185 _STLP_DFL_TMPL_PARAM(_EqualKey, equal_to<_Value>), in _STLP_CREATE_HASH_ITERATOR_TRAITS() [all …]
|
D | _hash_set.h | 42 template <class _Value, _STLP_DFL_TMPL_PARAM(_HashFcn,hash<_Value>), in _STLP_CREATE_HASH_ITERATOR_TRAITS() 43 _STLP_DFL_TMPL_PARAM(_EqualKey, equal_to<_Value>), in _STLP_CREATE_HASH_ITERATOR_TRAITS() 44 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) > in _STLP_CREATE_HASH_ITERATOR_TRAITS() 47 : public __stlport_class<hash_set<_Value, _HashFcn, _EqualKey, _Alloc> > in _STLP_CREATE_HASH_ITERATOR_TRAITS() 50 typedef hash_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self; in _STLP_CREATE_HASH_ITERATOR_TRAITS() 52 typedef _STLP_PRIV _HashSetTraitsT<_Value> _HashSetTraits; in _STLP_CREATE_HASH_ITERATOR_TRAITS() 54 typedef hashtable<_Value, _Value, _HashFcn, in _STLP_CREATE_HASH_ITERATOR_TRAITS() 55 _HashSetTraits, _STLP_PRIV _Identity<_Value>, _EqualKey, _Alloc> _Ht; in _STLP_CREATE_HASH_ITERATOR_TRAITS() 228 template <class _Value, _STLP_DFL_TMPL_PARAM(_HashFcn,hash<_Value>), in _STLP_CREATE_HASH_ITERATOR_TRAITS() 229 _STLP_DFL_TMPL_PARAM(_EqualKey, equal_to<_Value>), in _STLP_CREATE_HASH_ITERATOR_TRAITS() [all …]
|
D | _tree.h | 104 template <class _Value> 106 _Value _M_value_field; 145 template <class _Value, class _Traits> 147 typedef _Value value_type; 150 typedef _Rb_tree_iterator<_Value, _Traits> _Self; 152 typedef _Rb_tree_node<_Value>* _Link_type; 155 typedef _Rb_tree_iterator<_Value, _NonConstTraits> iterator; 157 typedef _Rb_tree_iterator<_Value, _ConstTraits> const_iterator; 206 template <class _Value, class _Traits> 207 struct __type_traits<_STLP_PRIV _Rb_tree_iterator<_Value, _Traits> > { [all …]
|
D | _tree.c | 45 # define __iterator__ _Rb_tree_iterator<_Value, _STLP_HEADER_TYPENAME _Traits::_NonConstTraits> 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… 319 class _Value, class _KeyOfValue, class _Traits, class _Alloc> 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) { 348 class _Value, class _KeyOfValue, class _Traits, class _Alloc> 350 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::_M_insert(_Rb_tree_node_base * __parent, in _M_insert() 351 const _Value& __val, in _M_insert() [all …]
|
D | _alloc.h | 471 template <class _Value, class _Tp, class _MaybeReboundAlloc> 476 typedef _STLP_alloc_proxy<_Value, _Tp, _MaybeReboundAlloc> _Self; 478 _Value _M_data; 480 _STLP_alloc_proxy (const _MaybeReboundAlloc& __a, _Value __p) :
|
D | _algobase.h | 99 template <class _ForwardIter1, class _ForwardIter2, class _Value> 100 inline void __iter_swap_aux_aux(_ForwardIter1& __i1, _ForwardIter2& __i2, _Value *) { in __iter_swap_aux_aux() argument 101 _Value tmp = *__i1; in __iter_swap_aux_aux()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ext/ |
D | hash_set | 213 template <class _Value, class _Hash = hash<_Value>, class _Pred = equal_to<_Value>, 214 class _Alloc = allocator<_Value> > 219 typedef _Value key_type; 330 template <class _Value, class _Hash, class _Pred, class _Alloc> 331 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(size_type __n, 338 template <class _Value, class _Hash, class _Pred, class _Alloc> 339 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(size_type __n, 346 template <class _Value, class _Hash, class _Pred, class _Alloc> 348 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set( 355 template <class _Value, class _Hash, class _Pred, class _Alloc> [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | unordered_set | 334 template <class _Value, class _Hash = hash<_Value>, class _Pred = equal_to<_Value>, 335 class _Alloc = allocator<_Value> > 340 typedef _Value key_type; 619 template <class _Value, class _Hash, class _Pred, class _Alloc> 620 unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set(size_type __n, 630 template <class _Value, class _Hash, class _Pred, class _Alloc> 631 unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set(size_type __n, 641 template <class _Value, class _Hash, class _Pred, class _Alloc> 643 unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set( 652 template <class _Value, class _Hash, class _Pred, class _Alloc> [all …]
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
D | _tree.h | 73 …TLP_NON_DBG_NAME(Rb_tree) <_Key, _STLP_PRIV _DbgCompare<_Key, _Compare>, _Value, _KeyOfValue, _Tra… 78 class _Value, class _KeyOfValue, class _Traits, class _Alloc > 79 inline _Value* 81 { return (_Value*)0; } in value_type() 83 class _Value, class _KeyOfValue, class _Traits, class _Alloc > 91 class _Value, class _KeyOfValue, class _Traits, 92 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) > 95 typedef _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc> _Self;
|