Home
last modified time | relevance | path

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

/external/skia/src/base/
DSkStringView.h28 inline constexpr bool ends_with(std::string_view str, std::string_view suffix) { in ends_with() function
36 inline constexpr bool ends_with(std::string_view str, std::string_view::value_type c) { in ends_with() function
/external/rust/cxx/gen/cmd/src/
Doutput.rs10 pub(crate) fn ends_with(&self, suffix: &str) -> bool { in ends_with() method
/external/rust/crates/os_str_bytes/src/windows/wtf8/
Dstring.rs5 pub(crate) fn ends_with(string: &[u8], mut suffix: &[u8]) -> bool { in ends_with() function
/external/rust/crates/os_str_bytes/src/common/
Draw.rs21 pub(crate) fn ends_with(string: &[u8], suffix: &[u8]) -> bool { in ends_with() function
/external/rust/crates/protobuf-parse/src/
Dprotobuf_abs_path.rs250 pub fn ends_with(&self, that: &ProtobufRelPath) -> bool { in ends_with() method
332 fn ends_with() { in ends_with() function
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dstring_ref.h109 bool ends_with(string_ref x) const { in ends_with() function
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dstring_ref.h109 bool ends_with(string_ref x) const { in ends_with() function
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dstring_ref.h106 bool ends_with(string_ref x) const { in ends_with() function
/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
Dstringpiece.h290 bool ends_with(StringPiece x) const { in ends_with() function
/external/protobuf/src/google/protobuf/stubs/
Dstringpiece.h290 bool ends_with(StringPiece x) const { in ends_with() function
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dstringpiece.h156 bool ends_with(const StringPiece& x) const { in ends_with() function
/external/libchrome/base/strings/
Dstring_piece.h304 constexpr bool ends_with(BasicStringPiece x) const noexcept { in ends_with() function
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Terminal/
DStandard_Suite.py518 class ends_with(aetools.NComparison): class
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/SystemEvents/
DStandard_Suite.py518 class ends_with(aetools.NComparison): class
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
DStandard_Suite.py650 class ends_with(aetools.NComparison): class
DAppleScript_Suite.py385 def ends_with(self, _object, _attributes={}, **_arguments): member in AppleScript_Suite_Events
/external/rust/crates/os_str_bytes/src/
Draw_str.rs329 pub fn ends_with<P>(&self, pat: P) -> bool in ends_with() method