Searched refs:m_extra_storage (Results 1 – 1 of 1) sorted by relevance
57 m_extra_storage() in scanline_cell_storage()65 m_extra_storage() in scanline_cell_storage()84 for(i = m_extra_storage.size()-1; i >= 0; --i) in remove_all()86 pod_allocator<T>::deallocate(m_extra_storage[i].ptr, in remove_all()87 m_extra_storage[i].len); in remove_all()89 m_extra_storage.remove_all(); in remove_all()107 m_extra_storage.add(s); in add_cells()108 return -int(m_extra_storage.size()); in add_cells()120 if(i >= m_extra_storage.size()) return 0;121 return m_extra_storage[i].ptr;[all …]