Home | History | Annotate | Download | only in Basic

Lines Matching refs:LastElt

389   unsigned LastElt = std::min(InputToCheck.size(), Expected.size());
390 for (unsigned Idx = 0; Idx != LastElt; ++Idx)