/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | match.h | 68 inline bool EndsWith(absl::string_view text, in EndsWith() function
|
D | match_test.cc | 38 TEST(MatchTest, EndsWith) { in TEST() argument
|
D | cord.cc | 1428 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/ |
D | string_utils.cpp | 194 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/ |
D | clparser.cc | 36 bool EndsWith(const string& input, const string& needle) { in EndsWith() function
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | string_utils_unittest.cpp | 206 TEST(EndsWithTest, EndsWith) in TEST() argument
|
D | string_utils.cpp | 180 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/ |
D | StringSwitch.h | 85 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/ |
D | StringSwitch.h | 74 StringSwitch& EndsWith(StringLiteral S, T Value) { in EndsWith() function
|
/third_party/libphonenumber/tools/cpp/src/cpp-build/ |
D | generate_geocoding_data.cc | 141 bool EndsWith(const string& s, const string& suffix) { in EndsWith() function
|
/third_party/gn/src/base/strings/ |
D | string_util.cc | 566 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/ |
D | strutil.h | 926 inline bool EndsWith(StringPiece text, StringPiece suffix) { in EndsWith() function
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_string.cpp | 1513 bool dng_string::EndsWith (const char *s, in EndsWith() function in dng_string
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
D | demangle.cc | 415 static bool EndsWith(State *state, const char chr) { in EndsWith() function
|
/third_party/libabigail/tests/lib/ |
D | catch.hpp | 4999 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
|