Searched refs:last_set (Results 1 – 2 of 2) sorted by relevance
36 const ClassSet& last_set = classes_.back(); in FreezeSnapshot() local37 ClassSet new_set(last_set.GetMinLoadFactor(), last_set.GetMaxLoadFactor()); in FreezeSnapshot()
371 const UnorderedSet& last_set = tables_.back().set_; in AddNewTable() local373 new_table.set_.SetLoadFactor(last_set.GetMinLoadFactor(), last_set.GetMaxLoadFactor()); in AddNewTable()