Home
last modified time | relevance | path

Searched refs:CheckCurrentScopeValuesEqual (Results 1 – 3 of 3) sorted by relevance

/third_party/gn/src/gn/
Dscope.h223 bool CheckCurrentScopeValuesEqual(const Scope* other) const;
Dvalue.cc251 return scope_value()->CheckCurrentScopeValuesEqual(other.scope_value()); in operator ==()
Dscope.cc276 bool Scope::CheckCurrentScopeValuesEqual(const Scope* other) const { in CheckCurrentScopeValuesEqual() function in Scope