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
88 const EntryType* KeyEntryMap<KeyType, EntryType>::lookUp(
101 EntryType* KeyEntryMap<KeyType, EntryType>::lookUp(const KeyType& pKey) {
113 const EntryType* KeyEntryMap<KeyType, EntryType>::lookUpFirstEntry(
126 EntryType* KeyEntryMap<KeyType, EntryType>::lookUpFirstEntry(
139 const EntryType* KeyEntryMap<KeyType, EntryType>::lookUpSecondEntry(
152 EntryType* KeyEntryMap<KeyTyp
[all...]

Completed in 66 milliseconds