Home
last modified time | relevance | path

Searched defs:ends_with (Results 1 - 17 of 17) sorted by relevance

/third_party/skia/include/private/
H A DSkSLString.h40 bool ends_with(const char suffix[]) const { in ends_with() function in SkSL::String
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBReporterScanner.java233 String ends_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.h95 constexpr bool ends_with(string_view s) const { in ends_with() function in skstd::string_view
102 constexpr bool ends_with(value_type c) const { in ends_with() function in skstd::string_view
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring_view.h807 constexpr bool basic_string_view<CharT>::ends_with(const CharT* s) const in ends_with() function in basic_string_view
H A Dstring.h762 bool ends_with(const CharT* s) const in ends_with() function in basic_string
/third_party/libphonenumber/cpp/src/phonenumbers/base/strings/
H A Dstring_piece.h119 bool ends_with(const StringPiece& x) const { in ends_with() function in i18n::phonenumbers::StringPiece
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringpiece.h325 bool ends_with(StringPiece x) const { in ends_with() function in google::protobuf::StringPiece
/third_party/ffmpeg/libavfilter/
H A Df_metadata.c136 static int ends_with(MetadataContext *s, const char *value1, const char *value2) in ends_with() function
/third_party/nghttp2/src/
H A Dutil.h327 bool ends_with(InputIterator1 first1, InputIterator1 last1, in ends_with() function
335 template <typename T, typename S> bool ends_with(const T &a, const S &b) { in ends_with() function
/third_party/astc-encoder/Source/
H A Dastcenccli_toplevel.cpp217 static bool ends_with( in ends_with() function
/third_party/gn/src/base/strings/
H A Dstring_util.cc136 bool ends_with(const std::string_view str1, const std::string_view str2) { in ends_with() function
/third_party/nghttp2/examples/
H A Dlibevent-server.c349 static int ends_with(const char *s, const char *sub) { in ends_with() function
/third_party/skia/third_party/externals/tint/samples/
H A Dmain.cc162 bool ends_with(const std::string& input, const std::string& suffix) { in ends_with() function
/third_party/rust/crates/os_str_bytes/src/
H A Draw_str.rs329 pub fn ends_with<P>(&self, pat: P) -> bool in ends_with() functions
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-script.c2905 static const char *ends_with(const char *str, const char *suffix) in ends_with() function
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-script.c3243 static const char *ends_with(const char *str, const char *suffix) in ends_with() function
/third_party/node/deps/v8/src/d8/
H A Dd8.cc3904 bool ends_with(const char* input, const char* suffix) { in ends_with() function

Completed in 58 milliseconds