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