Searched refs:SummaryElement (Results 1 – 1 of 1) sorted by relevance
273 class SummaryElement { in Dump() class279 SummaryElement() : equiv(0), identical(0) {} in Dump() function in art::ReferenceTable::Dump::SummaryElement280 SummaryElement(SummaryElement&& ref) noexcept { in Dump() function in art::ReferenceTable::Dump::SummaryElement285 SummaryElement(const SummaryElement&) = default; in Dump()286 SummaryElement& operator=(SummaryElement&&) = default; in Dump()294 std::vector<SummaryElement> sorted_summaries; in Dump()296 SummaryElement prev; in Dump()327 bool operator()(SummaryElement& elem1, SummaryElement& elem2) const in Dump()350 for (SummaryElement& elem : sorted_summaries) { in Dump()