Searched refs:this_it (Results 1 – 1 of 1) sorted by relevance
648 auto this_it = IsValid() ? GetGMapsEntry(*this) : gMaps->end(); in swap() local651 DCHECK(this_it != gMaps->end()); in swap()652 DCHECK_EQ(this_it->second, this); in swap()653 this_it->second = &other; in swap()