Home
last modified time | relevance | path

Searched defs:starts_with (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/include/private/
H A DSkSLString.h37 bool starts_with(const char prefix[]) const { in starts_with() function in SkSL::String
/third_party/spirv-tools/source/util/
H A Dstring_utils.h124 inline bool starts_with(const std::string& str, const char* prefix) { in starts_with() function
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBReporterScanner.java232 String starts_with; field in FileRule
236 FileRule(String name, String starts_with, String ends_with, String contains) { in FileRule() argument
/third_party/skia/include/core/
H A DSkStringView.h84 constexpr bool starts_with(string_view s) const { in starts_with() function in skstd::string_view
91 constexpr bool starts_with(value_type c) const { in starts_with() function in skstd::string_view
/third_party/libphonenumber/cpp/src/phonenumbers/base/strings/
H A Dstring_piece.h113 bool starts_with(const StringPiece& x) const { in starts_with() function in i18n::phonenumbers::StringPiece
/third_party/ffmpeg/libavfilter/
H A Df_metadata.c131 static int starts_with(MetadataContext *s, const char *value1, const char *value2) in starts_with() function
/third_party/nghttp2/src/
H A Dutil.h290 bool starts_with(InputIterator1 first1, InputIterator1 last1, in starts_with() function
298 template <typename S, typename T> bool starts_with(const S &a, const T &b) { in starts_with() function
/third_party/rust/crates/proc-macro2/src/
H A Dparse.rs26 pub fn starts_with(&self, s: &str) -> bool { in starts_with() functions
[all...]
/third_party/gn/src/base/strings/
H A Dstring_util.cc129 bool starts_with(const std::string_view str1, const std::string_view str2) { in starts_with() function
/third_party/rust/crates/os_str_bytes/src/
H A Draw_str.rs619 pub fn starts_with<P>(&self, pat: P) -> bool in starts_with() functions

Completed in 9 milliseconds