Searched refs:list_last_it (Results 1 – 1 of 1) sorted by relevance
52 auto list_last_it = list_.end(); in Insert() local53 list_last_it--; in Insert()54 map_.erase(list_last_it->first); in Insert()55 list_.erase(list_last_it); in Insert()