Searched defs:StartsWith (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | match.h | 58 inline bool StartsWith(absl::string_view text, in StartsWith() function
|
D | match_test.cc | 21 TEST(MatchTest, StartsWith) { in TEST() argument
|
D | cord.h | 1237 inline bool Cord::StartsWith(const Cord& rhs) const { in StartsWith() function 1244 inline bool Cord::StartsWith(absl::string_view rhs) const { in StartsWith() function
|
/third_party/googletest/googletest/test/ |
D | gtest_dirs_test.cc | 65 bool StartsWith(const std::string& str, const std::string& prefix) { in StartsWith() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringSwitch.h | 96 StringSwitch& StartsWith(const char (&S)[N], const T &Value) { in StartsWith() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | StringSwitch.h | 81 StringSwitch& StartsWith(StringLiteral S, T Value) { in StartsWith() function
|
/third_party/gn/src/base/strings/ |
D | string_util.cc | 529 bool StartsWith(std::string_view str, in StartsWith() function 535 bool StartsWith(std::u16string_view str, in StartsWith() function
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_string.cpp | 1482 bool dng_string::StartsWith (const char *s, in StartsWith() function in dng_string
|
/third_party/googletest/googlemock/include/gmock/ |
D | gmock-function-mocker.h | 73 constexpr bool StartsWith(const char (&prefix)[N], const char (&str)[M]) { in StartsWith() function
|
/third_party/libabigail/tests/lib/ |
D | catch.hpp | 4987 struct StartsWith : StringHolder { struct 4988 StartsWith( NSString* substr ) : StringHolder( substr ){} in StartsWith() argument 4990 bool match( NSString* str ) const override { in match() 4995 std::string describe() const override { in describe() 5022 StartsWith( NSString* substr ){ return Impl::NSStringMatchers::StartsWith( substr ); } in StartsWith() function 11796 …StdString::StartsWithMatcher StartsWith( std::string const& str, CaseSensitive::Choice caseSensiti… in StartsWith() function
|