HomeSort by: relevance | last modified time | path
    Searched defs:suffix_ (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h 853 explicit EndsWithMatcher(const StringType& suffix) : suffix_(suffix) {}
883 return s2.length() >= suffix_.length() &&
884 s2.substr(s2.length() - suffix_.length()) == suffix_;
889 UniversalPrint(suffix_, os);
894 UniversalPrint(suffix_, os);
898 const StringType suffix_; member in class:testing::internal::EndsWithMatcher
gmock-matchers.h 853 explicit EndsWithMatcher(const StringType& suffix) : suffix_(suffix) {}
883 return s2.length() >= suffix_.length() &&
884 s2.substr(s2.length() - suffix_.length()) == suffix_;
889 UniversalPrint(suffix_, os);
894 UniversalPrint(suffix_, os);
898 const StringType suffix_; member in class:testing::internal::EndsWithMatcher

Completed in 39 milliseconds