Searched defs:starts_with (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/include/core/ |
D | SkStringView.h | 82 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/ |
D | SkSLString.h | 37 bool starts_with(const char prefix[]) const { in starts_with() function
|
/third_party/rust/crates/os_str_bytes/src/windows/wtf8/ |
D | string.rs | 38 pub(crate) fn starts_with(string: &[u8], mut prefix: &[u8]) -> bool { in starts_with() function
|
/third_party/rust/crates/os_str_bytes/src/common/ |
D | raw.rs | 25 pub(crate) fn starts_with(string: &[u8], prefix: &[u8]) -> bool { in starts_with() function
|
/third_party/spirv-tools/source/util/ |
D | string_utils.h | 124 inline bool starts_with(const std::string& str, const char* prefix) { in starts_with() function
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
D | RBReporterScanner.java | 232 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/ |
D | string_piece.h | 113 bool starts_with(const StringPiece& x) const { in starts_with() function
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | stringpiece.h | 320 bool starts_with(StringPiece x) const { in starts_with() function
|
/third_party/nghttp2/src/ |
D | util.h | 286 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/ |
D | f_metadata.c | 125 static int starts_with(MetadataContext *s, const char *value1, const char *value2) in starts_with() function
|
/third_party/rust/crates/proc-macro2/src/ |
D | parse.rs | 26 pub fn starts_with(&self, s: &str) -> bool { in starts_with() method
|
/third_party/rust/crates/os_str_bytes/src/ |
D | raw_str.rs | 619 pub fn starts_with<P>(&self, pat: P) -> bool in starts_with() method
|