Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dmatch.h58 inline bool StartsWith(absl::string_view text, in StartsWith() function
Dmatch_test.cc21 TEST(MatchTest, StartsWith) { in TEST() argument
Dcord.h1237 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/
Dgtest_dirs_test.cc65 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/
DStringSwitch.h96 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/
DStringSwitch.h81 StringSwitch& StartsWith(StringLiteral S, T Value) { in StartsWith() function
/third_party/gn/src/base/strings/
Dstring_util.cc529 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/
Ddng_string.cpp1482 bool dng_string::StartsWith (const char *s, in StartsWith() function in dng_string
/third_party/googletest/googlemock/include/gmock/
Dgmock-function-mocker.h73 constexpr bool StartsWith(const char (&prefix)[N], const char (&str)[M]) { in StartsWith() function
/third_party/libabigail/tests/lib/
Dcatch.hpp4987 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