Searched refs:_Key (Results 1 - 17 of 17) sorted by relevance

/external/lldb/include/lldb/Core/
H A DThreadSafeSTLMap.h23 template <typename _Key, typename _Tp>
27 typedef std::map<_Key,_Tp> collection;
58 Erase (const _Key& key)
65 EraseNoLock (const _Key& key)
71 GetValueForKey (const _Key& key, _Tp &value) const
80 GetValueForKeyNoLock (const _Key& key, _Tp &value) const
92 GetFirstKeyForValue (const _Tp &value, _Key& key) const
99 GetFirstKeyForValueNoLock (const _Tp &value, _Key& key) const
114 LowerBound (const _Key& key,
115 _Key
[all...]
/external/clang/test/SemaCXX/
H A Dlibstdcxx_map_base_hack.cpp10 template<typename _Key, typename _Value, typename _Ex, bool __unique,
/external/stlport/stlport/stl/
H A D_unordered_map.h34 template <class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_HashFcn,hash<_Key>),
35 _STLP_DFL_TMPL_PARAM(_EqualKey, equal_to<_Key>),
36 _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(_STLP_CONST _Key, _Tp) >
39 : public __stlport_class<unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> >
43 typedef unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
45 typedef _Key key_type;
55 _STLP_SELECT1ST(value_type, _Key), _EqualKey, _Alloc > _Ht;
202 template <class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_HashFcn,hash<_Key>),
[all...]
H A D_map.h42 template <class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key> ),
43 _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(_STLP_CONST _Key, _Tp) >
46 : public __stlport_class<map<_Key, _Tp, _Compare, _Alloc> >
49 typedef map<_Key, _Tp, _Compare, _Alloc> _Self;
54 typedef _Key key_type;
57 typedef pair<_STLP_CONST _Key, _Tp> value_type;
62 friend class map<_Key,_Tp,_Compare,_Alloc>;
78 value_type, _STLP_SELECT1ST(value_type, _Key),
235 template <class _Key, clas
[all...]
H A D_hashtable.c113 # define key_type _Key
117 _Key, _HF, _ExK, _EqK, _All>
119 _Key, _HF, _ExK, _EqK, _All>
121 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::size_type
122 # define __reference__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::reference
123 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::iterator
124 # define __const_iterator__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::const_iterator
130 template <class _Val, class _Key, class _HF,
132 bool hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All>::_M_equal(
133 const hashtable<_Val,_Key,_H
144 template <class _Val, class _Key, class _HF, variable
147 hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All> variable
152 template <class _Val, class _Key, class _HF, variable
155 hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All> variable
179 template <class _Val, class _Key, class _HF, variable
182 hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All> variable
195 template <class _Val, class _Key, class _HF, variable
198 hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All> variable
226 template <class _Val, class _Key, class _HF, variable
229 hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All> variable
250 template <class _Val, class _Key, class _HF, variable
253 hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All> variable
259 template <class _Val, class _Key, class _HF, variable
262 hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All> variable
300 template <class _Val, class _Key, class _HF, variable
302 void hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All> variable
331 template <class _Val, class _Key, class _HF, variable
333 void hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All> variable
362 template <class _Val, class _Key, class _HF, variable
364 void hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All> variable
379 template <class _Val, class _Key, class _HF, variable
381 void hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All> variable
393 template <class _Val, class _Key, class _HF, variable
395 void hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All> variable
437 template <class _Val, class _Key, class _HF, variable
439 void hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All> variable
451 template <class _Val, class _Key, class _HF, variable
453 void hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All> variable
478 template <class _Val, class _Key, class _HF, variable
480 void hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All>::_M_check() const { variable
499 template <class _Val, class _Key, class _HF, variable
501 void hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All>::clear() { variable
507 template <class _Val, class _Key, class _HF, variable
509 void hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All> variable
[all...]
H A D_set.h44 template <class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key>),
45 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
48 : public __stlport_class<set<_Key, _Compare, _Alloc> >
51 typedef set<_Key, _Compare, _Alloc> _Self;
54 typedef _Key key_type;
55 typedef _Key value_type;
214 template <class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key>),
215 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
[all...]
H A D_hash_map.h42 template <class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_HashFcn,hash<_Key>),
43 _STLP_DFL_TMPL_PARAM(_EqualKey,equal_to<_Key>),
44 _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(_STLP_CONST _Key, _Tp) >
47 : public __stlport_class<hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> >
51 typedef hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
53 typedef _Key key_type;
63 _STLP_SELECT1ST(value_type, _Key), _EqualKey, _Alloc > _Ht;
233 template <class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_HashFcn,hash<_Key>),
[all...]
H A D_tree.c49 # 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
318 template <class _Key, class _Compare, variable
320 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc>& variable
321 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::operator=( variable
322 const _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc>& __x) {
324 // Note that _Key may be a constant type.
347 template <class _Key, class _Compare,
350 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::_M_insert(_Rb_tree_node_base * __parent, variable
384 template <class _Key, clas variable
387 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::insert_equal(const _Value& __val) { variable
402 template <class _Key, class _Compare, variable
405 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::insert_unique(const _Value& __val) { variable
429 template <class _Key, class _Compare, variable
432 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::insert_unique(iterator __position, variable
536 template <class _Key, class _Compare, variable
539 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::insert_equal(iterator __position, variable
621 template <class _Key, class _Compare, variable
624 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::_M_copy(_Rb_tree_node_base* __x, variable
652 template <class _Key, class _Compare, variable
655 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc>::_M_erase(_Rb_tree_node_base *__x) { variable
680 template <class _Key, class _Compare, variable
682 bool _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc>::__rb_verify() const { variable
[all...]
H A D_hashtable.h99 template <class _Val, class _Key, class _HF,
223 template <class _Val, class _Key, class _HF,
226 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self;
233 typedef _Key key_type;
635 #define _STLP_TEMPLATE_HEADER template <class _Val, class _Key, class _HF, class _Traits, class _ExK, class _EqK, class _All>
636 #define _STLP_TEMPLATE_CONTAINER hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All>
642 template <class _Val, class _Key, class _HF, class _Traits, class _ExK, class _EqK, class _All>
643 struct __move_traits<hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> > {
H A D_hash_fun.h40 template <class _Key> struct hash { };
H A D_tree.h289 template <class _Key, class _Compare,
294 typedef _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc> _Self;
301 typedef _Key key_type;
357 static const _Key& _STLP_CALL _S_key(_Base_ptr __x)
666 #define _STLP_TEMPLATE_HEADER template <class _Key, class _Compare, class _Value, class _KeyOfValue, class _Traits, class _Alloc>
667 #define _STLP_TEMPLATE_CONTAINER _STLP_PRIV _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc>
673 template <class _Key, class _Compare, class _Value, class _KeyOfValue, class _Traits, class _Alloc>
674 struct __move_traits<_STLP_PRIV _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc> >
/external/stlport/stlport/stl/pointers/
H A D_set.h55 template <class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key>),
56 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
59 : public __stlport_class<set<_Key, _Compare, _Alloc> >
63 typedef _STLP_PRIV _AssocStorageTypes<_Key, _Compare> _AssocStorageTypes;
67 typedef _STLP_PRIV _AssocStorageTypes<_Key, _Compare>::_KeyStorageType _KeyStorageType;
68 typedef _STLP_PRIV _AssocStorageTypes<_Key, _Compare>::_CompareStorageType _CompareStorageType;
71 typedef _STLP_PRIV _CastTraits<_KeyStorageType, _Key> cast_traits;
73 typedef set<_Key, _Compare, _Alloc> _Self;
75 typedef _Key key_typ
[all...]
/external/clang/test/CodeGenCXX/
H A Ddebug-info-use-after-free.cpp203 template < class _Key, class _Tp, class _HashFn =
204 hash < _Key >, class _EqualKey = equal_to < _Key >, class _Alloc =
209 _Key,
211 _Key,
215 _Key,
/external/stlport/stlport/stl/debug/
H A D_hashtable.h45 template <class _Key, class _Equal>
53 bool operator () (const _Key& __lhs, const _Key& __rhs) const
73 _STLP_PRIV _STLP_NON_DBG_NAME(hashtable) <_Val, _Key, _HF, _Traits, _ExK, _STLP_PRIV _DbgEqual<_Key, _EqK>, _All>
76 template <class _Val, class _Key, class _HF,
82 template <class _Val, class _Key, class _HF,
89 template <class _Val, class _Key, class _HF,
92 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self;
104 typedef _Key key_typ
[all...]
H A D_tree.h49 template <class _Key, class _Compare>
57 bool operator () (const _Key& __lhs, const _Key& __rhs) const {
73 #define _STLP_NON_DBG_TREE _STLP_PRIV _STLP_NON_DBG_NAME(Rb_tree) <_Key, _STLP_PRIV _DbgCompare<_Key, _Compare>, _Value, _KeyOfValue, _Traits, _Alloc>
77 template <class _Key, class _Compare,
82 template <class _Key, class _Compare,
90 template <class _Key, class _Compare,
95 typedef _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc> _Self;
/external/clang/test/CodeGen/
H A D2008-03-24-BitField-And-Alloca.c30 typedef union _Key { union
/external/stlport/stlport/stl/config/
H A Dfeatures.h346 # define _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(_Key, _Tp ) class _Alloc
348 # define _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(_Key, _Tp ) \
349 class _Alloc = allocator< pair < _Key, _Tp > >

Completed in 4388 milliseconds