/aosp_15_r20/external/skia/src/base/ |
H A D | SkStringView.h | 28 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
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/ |
H A D | string_view.h | 639 constexpr bool ends_with(string_view s) const noexcept { in ends_with() function 647 constexpr bool ends_with(char c) const noexcept { in ends_with() function 653 constexpr bool ends_with(const char* s) const { in ends_with() function
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/ |
H A D | string_view.h | 637 constexpr bool ends_with(string_view s) const noexcept { in ends_with() function 645 constexpr bool ends_with(char c) const noexcept { in ends_with() function 651 constexpr bool ends_with(const char* s) const { in ends_with() function
|
/aosp_15_r20/external/abseil-cpp/absl/strings/ |
H A D | string_view.h | 639 constexpr bool ends_with(string_view s) const noexcept { in ends_with() function 647 constexpr bool ends_with(char c) const noexcept { in ends_with() function 653 constexpr bool ends_with(const char* s) const { in ends_with() function
|
/aosp_15_r20/external/pytorch/c10/util/ |
H A D | string_view.h | 306 constexpr bool ends_with(basic_string_view suffix) const noexcept { in ends_with() function 312 constexpr bool ends_with(CharT suffix) const noexcept { in ends_with() function 316 constexpr bool ends_with(const_pointer suffix) const { in ends_with() function
|
/aosp_15_r20/external/cronet/base/strings/ |
H A D | cstring_view.h | 330 constexpr bool ends_with(std::basic_string_view<Char> suffix) const noexcept { in ends_with() function 335 constexpr bool ends_with(Char character) const noexcept { in ends_with() function
|
/aosp_15_r20/external/llvm-libc/src/__support/CPP/ |
H A D | string_view.h | 152 LIBC_INLINE bool ends_with(const char Suffix) const { in ends_with() function 157 LIBC_INLINE bool ends_with(string_view Suffix) const { in ends_with() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/string/ |
D | predicate.hpp | 140 inline bool ends_with( in ends_with() function 169 inline bool ends_with( in ends_with() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/ |
D | protobuf_abs_path.rs | 250 pub fn ends_with(&self, that: &ProtobufRelPath) -> bool { in ends_with() method 332 fn ends_with() { in ends_with() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | StringRef.h | 269 [[nodiscard]] bool ends_with(StringRef Suffix) const { in ends_with() function 274 [[nodiscard]] bool ends_with(char Suffix) const { in ends_with() function
|
D | SmallString.h | 125 [[nodiscard]] bool ends_with(StringRef Suffix) const { in ends_with() function
|
/aosp_15_r20/external/rust/cxx/gen/cmd/src/ |
D | output.rs | 10 pub(crate) fn ends_with(&self, suffix: &str) -> bool { in ends_with() method
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/ |
H A D | output.rs | 10 pub(crate) fn ends_with(&self, suffix: &str) -> bool { in ends_with() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/os_str_bytes/src/windows/wtf8/ |
D | string.rs | 5 pub(crate) fn ends_with(string: &[u8], mut suffix: &[u8]) -> bool { in ends_with() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/os_str_bytes/src/common/ |
D | raw.rs | 21 pub(crate) fn ends_with(string: &[u8], suffix: &[u8]) -> bool { in ends_with() function
|
/aosp_15_r20/external/pytorch/aten/src/ATen/test/ |
H A D | mps_test_print.cpp | 6 bool ends_with(const std::string& str, const std::string& suffix) { in ends_with() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/support/ |
D | string_ref.h | 109 bool ends_with(string_ref x) const { in ends_with() function
|
/aosp_15_r20/external/grpc-grpc/include/grpcpp/support/ |
H A D | string_ref.h | 109 bool ends_with(string_ref x) const { in ends_with() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/support/ |
D | string_ref.h | 109 bool ends_with(string_ref x) const { in ends_with() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/ |
D | SmallString.h | 125 [[nodiscard]] bool ends_with(StringRef Suffix) const { in ends_with() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/ |
D | SmallString.h | 125 [[nodiscard]] bool ends_with(StringRef Suffix) const { in ends_with() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | SmallString.h | 125 [[nodiscard]] bool ends_with(StringRef Suffix) const { in ends_with() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/include/boost/utility/ |
D | string_ref.hpp | 180 bool ends_with(charT c) const { return !empty() && traits::eq ( c, back()); } in ends_with() function in boost::basic_string_ref 181 bool ends_with(basic_string_ref x) const { in ends_with() function in boost::basic_string_ref
|
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/ |
H A D | stringpiece.h | 290 bool ends_with(StringPiece x) const { in ends_with() function
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | stringpiece.h | 290 bool ends_with(StringPiece x) const { in ends_with() function
|