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

/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfoFactory.h26 typedef ResolveInfo::key_type key_type; typedef in class:mcld::ResolveInfoFactory
29 entry_type* produce(const key_type& pKey);
H A DResolveInfo.h93 typedef llvm::StringRef key_type; typedef in class:mcld::ResolveInfo
203 bool compare(const key_type& pKey);
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashTable.h48 typedef typename HashEntryTy::key_type key_type; typedef in class:mcld::HashTable
77 entry_type* insert(const key_type& pKey, bool& pExist);
80 size_type erase(const key_type& pKey);
85 iterator find(const key_type& pKey);
89 const_iterator find(const key_type& pKey) const;
91 size_type count(const key_type& pKey) const;
111 chain_iterator begin(const key_type& pKey);
112 chain_iterator end(const key_type& pKey);
113 const_chain_iterator begin(const key_type
[all...]
H A DHashEntry.h39 typedef KeyType key_type; typedef in class:mcld::HashEntry
67 bool compare(const key_type& pKey);
79 typedef typename HashEntryTy::key_type key_type; typedef in class:mcld::EntryFactory
86 HashEntryTy* produce(const key_type& pKey);
H A DHashBase.h77 typedef typename HashEntryTy::key_type key_type; typedef in class:mcld::HashTableImpl
108 unsigned int lookUpBucketFor(const key_type& pKey);
112 int findKey(const key_type& pKey) const;
H A DHashIterator.h27 typedef typename HashTableImplTy::key_type key_type; typedef in class:mcld::ChainIteratorBase
36 ChainIteratorBase(HashTableImplTy* pTable, const key_type& pKey)
166 typedef typename HashTableImplTy::key_type key_type; typedef in class:mcld::EntryIteratorBase
292 const typename IteratorBase::key_type& pKey,
/frameworks/compile/mclinker/lib/LD/
H A DResolveInfoFactory.cpp18 ResolveInfoFactory::produce(const ResolveInfoFactory::key_type& pKey)
H A DResolveInfo.cpp221 bool ResolveInfo::compare(const ResolveInfo::key_type& pKey)
/frameworks/native/include/utils/
H A DKeyedVector.h36 typedef KEY key_type; typedef in class:android::KeyedVector

Completed in 360 milliseconds