Home | History | Annotate | Download | only in Target

Lines Matching defs:EntryType

28   typedef ENTRY EntryType;
33 EntryType* entry;
43 const EntryType* lookUp(const ResolveInfo& pSymbol) const;
44 EntryType* lookUp(const ResolveInfo& pSymbol);
46 void record(const ResolveInfo& pSymbol, EntryType& pEntry);
63 template<typename EntryType>
64 const EntryType*
65 SymbolEntryMap<EntryType>::lookUp(const ResolveInfo& pSymbol) const
77 template<typename EntryType>
78 EntryType*
79 SymbolEntryMap<EntryType>::lookUp(const ResolveInfo& pSymbol)
91 template<typename EntryType>
93 SymbolEntryMap<EntryType>::record(const ResolveInfo& pSymbol, EntryType& pEntry)