Searched defs:KeyEntryMap (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DKeyEntryMap.h1 //===- KeyEntryMap.h ---------------------------------------------------===//
17 /** \class KeyEntryMap
18 * \brief KeyEntryMap is a <const KeyType*, ENTRY*> map.
21 class KeyEntryMap class in namespace:mcld
93 KeyEntryMap<KeyType, EntryType>::lookUp(const KeyType& pKey) const
107 KeyEntryMap<KeyType, EntryType>::lookUp(const KeyType& pKey)
121 KeyEntryMap<KeyType, EntryType>::lookUpFirstEntry(const KeyType& pKey) const
135 KeyEntryMap<KeyType, EntryType>::lookUpFirstEntry(const KeyType& pKey)
149 KeyEntryMap<KeyType, EntryType>::lookUpSecondEntry(const KeyType& pKey) const
163 KeyEntryMap<KeyTyp
[all...]

Completed in 6 milliseconds