Searched refs:this_tuple (Results 1 – 1 of 1) sorted by relevance
491 const TupleType* this_tuple = this->AsTuple(); in SimplyEquals() local493 if (this_tuple->Arity() != that_tuple->Arity()) { in SimplyEquals()496 for (int i = 0, n = this_tuple->Arity(); i < n; ++i) { in SimplyEquals()497 if (!this_tuple->Element(i).Equals(that_tuple->Element(i))) return false; in SimplyEquals()