Home
last modified time | relevance | path

Searched defs:starts_with (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/include/core/
DSkStringView.h82 constexpr bool starts_with(string_view s) const { in starts_with() function
89 constexpr bool starts_with(value_type c) const { in starts_with() function
/third_party/skia/include/private/
DSkSLString.h37 bool starts_with(const char prefix[]) const { in starts_with() function
/third_party/rust/crates/os_str_bytes/src/windows/wtf8/
Dstring.rs38 pub(crate) fn starts_with(string: &[u8], mut prefix: &[u8]) -> bool { in starts_with() function
/third_party/rust/crates/os_str_bytes/src/common/
Draw.rs25 pub(crate) fn starts_with(string: &[u8], prefix: &[u8]) -> bool { in starts_with() function
/third_party/spirv-tools/source/util/
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/
DRBReporterScanner.java232 String starts_with; field in FileRule
236 FileRule(String name, String starts_with, String ends_with, String contains) { in FileRule()
/third_party/libphonenumber/cpp/src/phonenumbers/base/strings/
Dstring_piece.h113 bool starts_with(const StringPiece& x) const { in starts_with() function
/third_party/protobuf/src/google/protobuf/stubs/
Dstringpiece.h320 bool starts_with(StringPiece x) const { in starts_with() function
/third_party/nghttp2/src/
Dutil.h286 bool starts_with(InputIterator1 first1, InputIterator1 last1, in starts_with() function
294 template <typename S, typename T> bool starts_with(const S &a, const T &b) { in starts_with() function
/third_party/ffmpeg/libavfilter/
Df_metadata.c125 static int starts_with(MetadataContext *s, const char *value1, const char *value2) in starts_with() function
/third_party/rust/crates/proc-macro2/src/
Dparse.rs26 pub fn starts_with(&self, s: &str) -> bool { in starts_with() method
/third_party/rust/crates/os_str_bytes/src/
Draw_str.rs619 pub fn starts_with<P>(&self, pat: P) -> bool in starts_with() method