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

/frameworks/compile/mclinker/include/mcld/Target/
H A DKeyEntryMap.h59 /// lookUpFirstEntry - look up the first entry mapping to pKey
60 const EntryType* lookUpFirstEntry(const KeyType& pKey) const;
61 EntryType* lookUpFirstEntry(const KeyType& pKey);
113 const EntryType* KeyEntryMap<KeyType, EntryType>::lookUpFirstEntry( function in class:mcld::KeyEntryMap
126 EntryType* KeyEntryMap<KeyType, EntryType>::lookUpFirstEntry( function in class:mcld::KeyEntryMap

Completed in 52 milliseconds