Lines Matching refs:Equals
133 bool Value::Equals(const Value* other) const { in Equals() function in Value
141 bool Value::Equals(const Value* a, const Value* b) { in Equals() function in Value
144 return a->Equals(b); in Equals()
202 bool FundamentalValue::Equals(const Value* other) const { in Equals() function in FundamentalValue
257 bool StringValue::Equals(const Value* other) const { in Equals() function in StringValue
295 bool BinaryValue::Equals(const Value* other) const { in Equals() function in BinaryValue
661 bool DictionaryValue::Equals(const Value* other) const { in Equals() function in DictionaryValue
675 !lhs->Equals(rhs)) { in Equals()
820 if ((*i)->Equals(&value)) { in Remove()
843 if ((*i)->Equals(in_value)) { in AppendIfNotPresent()
876 bool ListValue::Equals(const Value* other) const { in Equals() function in ListValue
886 if (!(*lhs_it)->Equals(*rhs_it)) in Equals()