Searched refs:m_shadows (Results 1 – 1 of 1) sorted by relevance
57 const ShadowDataVector& shadows() const { return m_shadows; } in shadows()58 bool operator==(const ShadowList& o) const { return m_shadows == o.m_shadows; }73 m_shadows.swap(shadows); in ShadowList()74 m_shadows.shrinkToFit(); in ShadowList()76 ShadowDataVector m_shadows; variable