Searched refs:key_type (Results 1 - 12 of 12) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashEntryFactory.h22 typedef typename HashEntryTy::key_type key_type; typedef in class:mcld::HashEntryFactory
25 entry_type* produce(const key_type& pKey) {
H A DStringEntry.h29 typedef llvm::StringRef key_type; typedef in class:mcld::StringEntry
33 key_type key() { return key_type(m_Key, m_KeyLen); }
35 const key_type key() const { return key_type(m_Key, m_KeyLen); }
53 explicit StringEntry(const key_type& pKey);
68 typedef llvm::StringRef key_type; typedef in class:mcld::StringEntry
72 key_type key() { return key_type(m_Key, m_KeyLen); }
74 const key_type ke
112 typedef typename StringEntry<DataType>::key_type key_type; typedef in class:mcld::StringEntryFactory
[all...]
H A DHashTable.h43 typedef typename HashEntryTy::key_type key_type; typedef in class:mcld::HashTable
71 entry_type* insert(const key_type& pKey, bool& pExist);
74 size_type erase(const key_type& pKey);
79 iterator find(const key_type& pKey);
83 const_iterator find(const key_type& pKey) const;
85 size_type count(const key_type& pKey) const;
105 chain_iterator begin(const key_type& pKey);
106 chain_iterator end(const key_type& pKey);
107 const_chain_iterator begin(const key_type
[all...]
H A DHashEntry.h35 typedef KeyType key_type; typedef in class:mcld::HashEntry
58 bool compare(const key_type& pKey);
69 typedef typename HashEntryTy::key_type key_type; typedef in class:mcld::EntryFactory
76 HashEntryTy* produce(const key_type& pKey);
H A DHashBase.h72 typedef typename HashEntryTy::key_type key_type; typedef in class:mcld::HashTableImpl
100 unsigned int lookUpBucketFor(const key_type& pKey);
104 int findKey(const key_type& pKey) const;
H A DHashIterator.h23 typedef typename HashTableImplTy::key_type key_type; typedef in class:mcld::ChainIteratorBase
31 ChainIteratorBase(HashTableImplTy* pTable, const key_type& pKey)
156 typedef typename HashTableImplTy::key_type key_type; typedef in class:mcld::EntryIteratorBase
271 const typename IteratorBase::key_type& pKey,
/frameworks/compile/mclinker/lib/ADT/
H A DStringEntry.cpp19 StringEntry<llvm::StringRef>::StringEntry(const StringEntry::key_type& pKey) {
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DSession.cpp54 const KeyMap::key_type& keyId = keys.keyAt(i);
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h75 typedef llvm::StringRef key_type; typedef in class:mcld::ResolveInfo
79 static ResolveInfo* Create(const key_type& pKey);
192 bool compare(const key_type& pKey);
/frameworks/compile/mclinker/lib/LD/
H A DResolveInfo.cpp213 bool ResolveInfo::compare(const ResolveInfo::key_type& pKey) {
236 ResolveInfo* ResolveInfo::Create(const ResolveInfo::key_type& pKey) {
/frameworks/native/libs/binder/
H A DParcel.cpp1418 Map::key_type key;
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dserialization.h1805 std::pair<typename MapType::key_type, typename MapType::mapped_type>

Completed in 1323 milliseconds