Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dmatch.h68 inline bool EndsWith(absl::string_view text, in EndsWith() function
Dmatch_test.cc38 TEST(MatchTest, EndsWith) { in TEST() argument
Dcord.cc1428 bool Cord::EndsWith(absl::string_view rhs) const { in EndsWith() function in absl::Cord
1439 bool Cord::EndsWith(const Cord& rhs) const { in EndsWith() function in absl::Cord
/third_party/skia/third_party/externals/angle2/src/common/
Dstring_utils.cpp194 bool EndsWith(const std::string &str, const std::string &suffix) in EndsWith() function
199 bool EndsWith(const std::string &str, const char *suffix) in EndsWith() function
204 bool EndsWith(const char *str, const char *suffix) in EndsWith() function
/third_party/ninja/src/
Dclparser.cc36 bool EndsWith(const string& input, const string& needle) { in EndsWith() function
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dstring_utils_unittest.cpp206 TEST(EndsWithTest, EndsWith) in TEST() argument
Dstring_utils.cpp180 bool EndsWith(const std::string &str, const char *suffix) in EndsWith() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringSwitch.h85 StringSwitch& EndsWith(const char (&S)[N], const T &Value) { in EndsWith() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringSwitch.h74 StringSwitch& EndsWith(StringLiteral S, T Value) { in EndsWith() function
/third_party/libphonenumber/tools/cpp/src/cpp-build/
Dgenerate_geocoding_data.cc141 bool EndsWith(const string& s, const string& suffix) { in EndsWith() function
/third_party/gn/src/base/strings/
Dstring_util.cc566 bool EndsWith(std::string_view str, in EndsWith() function
572 bool EndsWith(std::u16string_view str, in EndsWith() function
/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.h926 inline bool EndsWith(StringPiece text, StringPiece suffix) { in EndsWith() function
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_string.cpp1513 bool dng_string::EndsWith (const char *s, in EndsWith() function in dng_string
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Ddemangle.cc415 static bool EndsWith(State *state, const char chr) { in EndsWith() function
/third_party/libabigail/tests/lib/
Dcatch.hpp4999 struct EndsWith : StringHolder { struct
5000 EndsWith( NSString* substr ) : StringHolder( substr ){} in EndsWith() function
5002 bool match( NSString* str ) const override { in match()
5007 std::string describe() const override { in describe()
5025 EndsWith( NSString* substr ){ return Impl::NSStringMatchers::EndsWith( substr ); } in EndsWith() function
11793 …StdString::EndsWithMatcher EndsWith( std::string const& str, CaseSensitive::Choice caseSensitivity… in EndsWith() function