Searched refs:smaller (Results 1 – 6 of 6) sorted by relevance
202 auto& smaller = Size() < other.Size() ? *this : other; in StartsWith() local205 return std::equal(smaller.begin(), smaller.end(), greater.begin()); in StartsWith()384 static bool StartsWith(const std::string& larger, const std::string& smaller) { in StartsWith()385 if (larger.size() >= smaller.size()) { in StartsWith()386 return std::equal(smaller.begin(), smaller.end(), larger.begin()); in StartsWith()
25 Test instance self-ref smaller38 Test local smaller
19 # the outer loop would have a smaller liveness position than the two back edges
5 of Dex Files into smaller, split pieces of information. Two kinds of information
24 * the possibility to use a smaller AOSP Android manifest
432 // make this list smaller.