Searched refs:smaller (Results 1 – 2 of 2) sorted by relevance
200 auto& smaller = Size() < other.Size() ? *this : other; in StartsWith() local203 return std::equal(smaller.begin(), smaller.end(), greater.begin()); in StartsWith()382 static bool StartsWith(const std::string& larger, const std::string& smaller) { in StartsWith()383 if (larger.size() >= smaller.size()) { in StartsWith()384 return std::equal(smaller.begin(), smaller.end(), larger.begin()); in StartsWith()
19 # the outer loop would have a smaller liveness position than the two back edges