Home
last modified time | relevance | path

Searched defs:possible_match (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/third_party/abseil-cpp/absl/strings/
Dmatch.h66 absl::string_view possible_match = text.substr(0, prefix.size()); in StartsWith() local
82 absl::string_view possible_match = text.substr(text.size() - suffix.size()); in EndsWith() local