Lines Matching refs:slots
27 for (auto& slots : nodes_) {
28 for (auto& node : *slots) {
55 nodes_.cbegin(), nodes_.cend(), 0u, [](size_t acc, const auto& slots) {
56 return acc + std::count_if(slots->cbegin(), slots->cend(),
88 for (auto& slots : nodes_) {
90 for (auto& node : *slots) {
100 PersistentNode* first_next = (*slots)[0].FreeListNext();
103 CPPGC_DCHECK(!first_next || first_next < &slots->front() ||
104 first_next > &slots->back());
106 slots.reset();