Home | History | Annotate | Download | only in ADT

Lines Matching defs:TE

442                                      typename TreeTy::iterator& TE) {
445 if (TI == TE || !I->isElementEqual(&*TI))
622 typename TreeTy::iterator TI = T->begin(), TE = T->end();
623 if (!compareTreeWithSection(TNew, TI, TE))
625 if (TI != TE)