Home
last modified time | relevance | path

Searched defs:remove_suffix (Results 1 – 25 of 44) sorted by relevance

12

/external/rust/crates/protobuf/2.27.1/src/
Dstrx.rs8 pub fn remove_suffix<'s>(s: &'s str, suffix: &str) -> &'s str { in remove_suffix() function
/external/rust/crates/protobuf-codegen/src/gen/
Dstrx.rs11 pub fn remove_suffix<'s>(s: &'s str, suffix: &str) -> &'s str { in remove_suffix() function
/external/rust/crates/protobuf-codegen/2.27.1/src/
Dstrx.rs11 pub fn remove_suffix<'s>(s: &'s str, suffix: &str) -> &'s str { in remove_suffix() function
/external/python/bumble/tools/
Drtk_fw_download.py56 def download_file(base_url, name, remove_suffix): argument
/external/cronet/third_party/icu/source/common/unicode/
Dstringpiece.h271 void remove_suffix(int32_t n) { in remove_suffix() function
/external/icu/icu4c/source/common/unicode/
Dstringpiece.h271 void remove_suffix(int32_t n) { in remove_suffix() function
/external/icu/libicu/cts_headers/unicode/
Dstringpiece.h271 void remove_suffix(int32_t n) { in remove_suffix() function
/external/pigweed/pw_minimal_cpp_stdlib/public/pw_minimal_cpp_stdlib/internal/
Dstring_view.h95 constexpr void remove_suffix(size_type characters) { size_ -= characters; } in remove_suffix() function
/external/protobuf/src/google/protobuf/stubs/
Dstringpiece.h253 void remove_suffix(size_type n) { in remove_suffix() function
/external/llvm-libc/src/__support/CPP/
Dstring_view.h137 LIBC_INLINE void remove_suffix(size_t N) { Len -= N; } in remove_suffix() function
/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
Dstringpiece.h253 void remove_suffix(size_type n) { in remove_suffix() function
/external/regex-re2/re2/
Dstringpiece.h92 void remove_suffix(size_type n) { in remove_suffix() function
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dstringpiece.h87 void remove_suffix(size_type n) { in remove_suffix() function
/external/mesa3d/src/vulkan/util/
Dvk_cmd_queue_gen.py428 def remove_suffix(text, suffix): function
/external/openscreen/third_party/abseil/src/absl/types/
Dspan.h378 void remove_suffix(size_type n) noexcept { in remove_suffix() function
/external/libchrome/base/strings/
Dstring_piece.h247 constexpr void remove_suffix(size_type n) { in remove_suffix() function
/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/types/
Dspan.h400 void remove_suffix(size_type n) noexcept { in remove_suffix() function
/external/cronet/third_party/abseil-cpp/absl/types/
Dspan.h399 void remove_suffix(size_type n) noexcept { in remove_suffix() function
/external/libtextclassifier/abseil-cpp/absl/types/
Dspan.h399 void remove_suffix(size_type n) noexcept { in remove_suffix() function
/external/tensorflow/third_party/absl/abseil-cpp/absl/types/
Dspan.h400 void remove_suffix(size_type n) noexcept { in remove_suffix() function
/external/abseil-cpp/absl/types/
Dspan.h402 void remove_suffix(size_type n) noexcept { in remove_suffix() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/
Dspan.h400 void remove_suffix(size_type n) noexcept { in remove_suffix() function
/external/webrtc/third_party/abseil-cpp/absl/types/
Dspan.h400 void remove_suffix(size_type n) noexcept { in remove_suffix() function
/external/angle/third_party/abseil-cpp/absl/types/
Dspan.h403 void remove_suffix(size_type n) noexcept { in remove_suffix() function
/external/perfetto/python/tools/
Dcheck_imports.py375 def remove_suffix(s, suffix): function

12