Searched defs:starts_with (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/include/private/ |
H A D | SkSLString.h | 37 bool starts_with(const char prefix[]) const { in starts_with() function in SkSL::String
|
/third_party/spirv-tools/source/util/ |
H A 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/ |
H A D | RBReporterScanner.java | 232 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 D | SkStringView.h | 84 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 D | string_piece.h | 113 bool starts_with(const StringPiece& x) const { in starts_with() function in i18n::phonenumbers::StringPiece
|
/third_party/ffmpeg/libavfilter/ |
H A D | f_metadata.c | 131 static int starts_with(MetadataContext *s, const char *value1, const char *value2) in starts_with() function
|
/third_party/nghttp2/src/ |
H A D | util.h | 290 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 D | parse.rs | 26 pub fn starts_with(&self, s: &str) -> bool { in starts_with() functions [all...] |
/third_party/gn/src/base/strings/ |
H A D | string_util.cc | 129 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 D | raw_str.rs | 619 pub fn starts_with<P>(&self, pat: P) -> bool in starts_with() functions
|
Completed in 9 milliseconds