Searched refs:RelocationListType (Results 1 – 4 of 4) sorted by relevance
45 RelocationListType; typedef47 typedef RelocationListType::reference reference;48 typedef RelocationListType::const_reference const_reference;50 typedef RelocationListType::iterator iterator;51 typedef RelocationListType::const_iterator const_iterator;53 typedef RelocationListType::reverse_iterator reverse_iterator;54 typedef RelocationListType::const_reverse_iterator const_reverse_iterator;66 const RelocationListType& getRelocationList() const { return m_Relocations; } in getRelocationList()67 RelocationListType& getRelocationList() { return m_Relocations; } in getRelocationList()96 RelocationListType m_Relocations;
39 typedef std::vector<Relocation*> RelocationListType; typedef40 typedef RelocationListType::iterator reloc_iterator;41 typedef RelocationListType::const_iterator const_reloc_iterator;170 RelocationListType m_Relocations;
135 const RelocData::RelocationListType& rRelocs = in TEST_F()
2548 RelocData::RelocationListType& out_list = in preLayout()2550 RelocData::RelocationListType& in_list = in preLayout()