Searched refs:that_tuple (Results 1 – 2 of 2) sorted by relevance
474 TupleType* that_tuple = that->AsTuple(); in SimplyEquals() local475 if (this_tuple->Arity() != that_tuple->Arity()) { in SimplyEquals()479 if (!this_tuple->Element(i)->Equals(that_tuple->Element(i))) return false; in SimplyEquals()
483 AstTupleType* that_tuple = that->AsTuple(); in SimplyEquals() local484 if (this_tuple->Arity() != that_tuple->Arity()) { in SimplyEquals()488 if (!this_tuple->Element(i)->Equals(that_tuple->Element(i))) return false; in SimplyEquals()