Searched refs:rhs_it (Results 1 – 1 of 1) sorted by relevance
855 auto rhs_it = rhs.dex_deps_.begin(); in Equals() local857 for (; (lhs_it != dex_deps_.end()) && (rhs_it != rhs.dex_deps_.end()); lhs_it++, rhs_it++) { in Equals()859 const DexFile* rhs_dex_file = rhs_it->first; in Equals()865 DexFileDeps* rhs_deps = rhs_it->second.get(); in Equals()871 DCHECK((lhs_it == dex_deps_.end()) && (rhs_it == rhs.dex_deps_.end())); in Equals()