Searched refs:this_it (Results 1 – 2 of 2) sorted by relevance
681 auto this_it = IsValid() ? GetGMapsEntry(*this) : gMaps->end(); in swap() local684 DCHECK(this_it != gMaps->end()); in swap()685 DCHECK_EQ(this_it->second, this); in swap()686 this_it->second = &other; in swap()
10982 auto this_it = it; in CleanupClassLoaders() local10984 const ClassLoaderData& data = *this_it; in CleanupClassLoaders()10990 to_delete.splice(to_delete.end(), class_loaders_, this_it); in CleanupClassLoaders()