Home
last modified time | relevance | path

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

/external/rust/cxx/gen/cmd/src/
Doutput.rs10 pub(crate) fn ends_with(&self, suffix: &str) -> bool { in ends_with() method
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dstring_ref.h108 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/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dstring_ref.h108 bool ends_with(string_ref 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/protobuf/src/google/protobuf/stubs/
Dstringpiece.h330 bool ends_with(StringPiece x) const { in ends_with() function
/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/Terminal/
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