Searched refs:EntryIF (Results 1 – 2 of 2) sorted by relevance
33 class EntryIF36 EntryIF();39 virtual ~EntryIF();41 virtual EntryIF* clone() const = 0;55 class Entry<32, true> : public EntryIF92 class Entry<64, true> : public EntryIF139 typedef std::vector<elf_dynamic::EntryIF*> EntryListType;191 elf_dynamic::EntryIF* m_pEntryFactory;
24 EntryIF::EntryIF() in EntryIF() function in EntryIF28 EntryIF::~EntryIF() in ~EntryIF()