Searched refs:m_Relocations (Results 1 – 4 of 4) sorted by relevance
69 size_t size() const { return m_Relocations.size(); } in size()71 bool empty() const { return m_Relocations.empty(); } in empty()77 reference front() { return m_Relocations.front(); } in front()79 reference back() { return m_Relocations.back(); } in back()82 iterator begin() { return m_Relocations.begin(); } in begin()83 const_iterator end() const { return m_Relocations.end(); } in end()84 iterator end() { return m_Relocations.end(); } in end()86 reverse_iterator rbegin() { return m_Relocations.rbegin(); } in rbegin()88 reverse_iterator rend() { return m_Relocations.rend(); } in rend()92 mcld::sort(m_Relocations, pComparator); in sort()[all …]
68 reloc_iterator reloc_begin() { return m_Relocations.begin(); } in reloc_begin()70 const_reloc_iterator reloc_begin() const { return m_Relocations.begin(); } in reloc_begin()72 reloc_iterator reloc_end() { return m_Relocations.end(); } in reloc_end()74 const_reloc_iterator reloc_end() const { return m_Relocations.end(); } in reloc_end()170 RelocationListType m_Relocations; variable
47 m_Relocations.push_back(&pRelocation); in append()53 Relocation* rel = m_Relocations.remove(iter); in remove()
152 m_Relocations.push_back(&pReloc); in addRelocation()