Home
last modified time | relevance | path

Searched refs:_Key (Results 1 – 11 of 11) sorted by relevance

/external/libcxx/include/
Dunordered_map381 template <class _Key, class _Cp, class _Hash,
402 size_t operator()(const _Key& __x) const
412 template <class _Key, class _Cp, class _Hash>
413 class __unordered_map_hasher<_Key, _Cp, _Hash, false>
432 size_t operator()(const _Key& __x) const
442 template <class _Key, class _Cp, class _Hash, bool __b>
445 swap(__unordered_map_hasher<_Key, _Cp, _Hash, __b>& __x,
446 __unordered_map_hasher<_Key, _Cp, _Hash, __b>& __y)
452 template <class _Key, class _Cp, class _Pred,
473 bool operator()(const _Cp& __x, const _Key& __y) const
[all …]
Dmap452 template <class _Key, class _CP, class _Compare,
473 bool operator()(const _CP& __x, const _Key& __y) const
476 bool operator()(const _Key& __x, const _CP& __y) const
500 template <class _Key, class _CP, class _Compare>
501 class __map_value_compare<_Key, _CP, _Compare, false>
521 bool operator()(const _CP& __x, const _Key& __y) const
524 bool operator()(const _Key& __x, const _CP& __y) const
548 template <class _Key, class _CP, class _Compare, bool __b>
551 swap(__map_value_compare<_Key, _CP, _Compare, __b>& __x,
552 __map_value_compare<_Key, _CP, _Compare, __b>& __y)
[all …]
Dset398 template <class _Key, class _Compare = less<_Key>,
399 class _Allocator = allocator<_Key> >
404 typedef _Key key_type;
729 template <class _Key, class _Compare, class _Allocator>
730 set<_Key, _Compare, _Allocator>::set(set&& __s, const allocator_type& __a)
743 template <class _Key, class _Compare, class _Allocator>
746 operator==(const set<_Key, _Compare, _Allocator>& __x,
747 const set<_Key, _Compare, _Allocator>& __y)
752 template <class _Key, class _Compare, class _Allocator>
755 operator< (const set<_Key, _Compare, _Allocator>& __x,
[all …]
D__tree31 template <class _Key, class _Tp, class _Compare, class _Allocator>
33 template <class _Key, class _Tp, class _Compare, class _Allocator>
35 template <class _Key, class _Compare, class _Allocator>
37 template <class _Key, class _Compare, class _Allocator>
985 template <class _Key>
986 size_type __erase_unique(const _Key& __k);
987 template <class _Key>
988 size_type __erase_multi(const _Key& __k);
994 template <class _Key>
995 iterator find(const _Key& __v);
[all …]
D__hash_table88 template <class _Key, class _Tp, class _Hash, class _Pred, class _Alloc>
944 template <class _Key>
946 size_type bucket(const _Key& __k) const
953 template <class _Key>
954 iterator find(const _Key& __x);
955 template <class _Key>
956 const_iterator find(const _Key& __x) const;
963 template <class _Key>
964 size_type __erase_unique(const _Key& __k);
965 template <class _Key>
[all …]
/external/libcxx/include/ext/
Dhash_map475 template <class _Key, class _Tp, class _Hash = hash<_Key>, class _Pred = equal_to<_Key>,
476 class _Alloc = allocator<pair<const _Key, _Tp> > >
481 typedef _Key key_type;
617 template <class _Key, class _Tp, class _Hash, class _Pred, class _Alloc>
618 hash_map<_Key, _Tp, _Hash, _Pred, _Alloc>::hash_map(
625 template <class _Key, class _Tp, class _Hash, class _Pred, class _Alloc>
626 hash_map<_Key, _Tp, _Hash, _Pred, _Alloc>::hash_map(
634 template <class _Key, class _Tp, class _Hash, class _Pred, class _Alloc>
636 hash_map<_Key, _Tp, _Hash, _Pred, _Alloc>::hash_map(
643 template <class _Key, class _Tp, class _Hash, class _Pred, class _Alloc>
[all …]
/external/clang/test/CodeGenCXX/
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/clang/test/Modules/Inputs/PR20399/
Dstl_map.h7 template <typename _Key>
/external/clang/test/SemaCXX/
Dlibstdcxx_map_base_hack.cpp10 template<typename _Key, typename _Value, typename _Ex, bool __unique,
/external/clang/test/CodeGen/
D2008-03-24-BitField-And-Alloca.c30 typedef union _Key { union
/external/clang/www/
Dlibstdc++4.4-clang0x.patch395 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
397 - swap(_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&& __t)
399 swap(_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __t)
533 _Hashtable<_Key, _Value, _Allocator, _ExtractKey, _Equal,