Searched refs:EntryIF (Results 1 – 2 of 2) sorted by relevance
30 class EntryIF33 EntryIF();36 virtual ~EntryIF();38 virtual EntryIF* clone() const = 0;52 class Entry<32, true> : public EntryIF89 class Entry<64, true> : public EntryIF136 typedef std::vector<elf_dynamic::EntryIF*> EntryListType;190 elf_dynamic::EntryIF* m_pEntryFactory;
23 EntryIF::EntryIF() in EntryIF() function in EntryIF27 EntryIF::~EntryIF() in ~EntryIF()