Searched refs:other_dict (Results 1 – 1 of 1) sorted by relevance
330 const DictionaryValue* other_dict = in Equals() local333 key_iterator rhs_it(other_dict->begin_keys()); in Equals()334 while (lhs_it != end_keys() && rhs_it != other_dict->end_keys()) { in Equals()338 !other_dict->GetWithoutPathExpansion(*rhs_it, &rhs) || in Equals()345 if (lhs_it != end_keys() || rhs_it != other_dict->end_keys()) in Equals()