Home
last modified time | relevance | path

Searched refs:FindSmallerWithSuffix (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/base/
H A Dunique_position.cc111 FindSmallerWithSuffix(Uncompress(x.compressed_), suffix); in Before()
216 std::string UniquePosition::FindSmallerWithSuffix(const std::string& reference, in FindSmallerWithSuffix() function in syncer::UniquePosition
342 mid_b.append(FindSmallerWithSuffix(after.substr(i + 1), suffix)); in FindBetweenWithSuffix()
363 mid.append(FindSmallerWithSuffix(after.substr(i), suffix)); in FindBetweenWithSuffix()
H A Dunique_position.h113 static std::string FindSmallerWithSuffix(const std::string& str,