Searched refs:key_type (Results 1 - 11 of 11) 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.h94 typedef llvm::StringRef key_type; typedef in class:mcld::ResolveInfo
204 bool compare(const key_type& pKey);
/frameworks/compile/mclinker/include/mcld/ADT/
H A DStringEntry.h32 typedef llvm::StringRef key_type; typedef in class:mcld::StringEntry
36 key_type key()
37 { return key_type(m_Key, m_KeyLen); }
39 const key_type key() const
40 { return key_type(m_Key, m_KeyLen); }
65 StringEntry(const key_type& pKey);
82 typedef llvm::StringRef key_type; typedef in class:mcld::StringEntry
86 key_type key()
87 { return key_type(m_Key, m_KeyLen); }
89 const key_type ke
136 typedef typename StringEntry<DataType>::key_type key_type; typedef in class:mcld::StringEntryFactory
[all...]
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/compile/mclinker/lib/ADT/
H A DStringEntry.cpp19 StringEntry<llvm::StringRef>::StringEntry(const StringEntry::key_type& pKey)
/frameworks/native/include/utils/
H A DKeyedVector.h38 typedef KEY key_type; typedef in class:android::KeyedVector

Completed in 300 milliseconds