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()
372 const UnorderedSet& last_set = tables_.back().set_; in AddNewTable() local374 new_table.set_.SetLoadFactor(last_set.GetMinLoadFactor(), last_set.GetMaxLoadFactor()); in AddNewTable()