Searched refs:smaller (Results 1 – 7 of 7) 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
12 Java objects of significantly smaller size. The Java garbage collector normally decides when to
24 * the possibility to use a smaller AOSP Android manifest
750 // make this list smaller.