Home
last modified time | relevance | path

Searched defs:StripPrefix (Results 1 – 19 of 19) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dstrip.h71 ABSL_MUST_USE_RESULT inline absl::string_view StripPrefix( in StripPrefix() function
Dstrip_test.cc92 TEST(Strip, StripPrefix) { in TEST() argument
/external/abseil-cpp/absl/strings/
Dstrip.h71 ABSL_MUST_USE_RESULT inline absl::string_view StripPrefix( in StripPrefix() function
Dstrip_test.cc92 TEST(Strip, StripPrefix) { in TEST() argument
/external/openscreen/third_party/abseil/src/absl/strings/
Dstrip.h71 ABSL_MUST_USE_RESULT inline absl::string_view StripPrefix( in StripPrefix() function
Dstrip_test.cc92 TEST(Strip, StripPrefix) { in TEST() argument
/external/angle/third_party/abseil-cpp/absl/strings/
Dstrip.h71 ABSL_MUST_USE_RESULT inline absl::string_view StripPrefix( in StripPrefix() function
Dstrip_test.cc92 TEST(Strip, StripPrefix) { in TEST() argument
/external/webrtc/third_party/abseil-cpp/absl/strings/
Dstrip.h71 ABSL_MUST_USE_RESULT inline absl::string_view StripPrefix( in StripPrefix() function
Dstrip_test.cc92 TEST(Strip, StripPrefix) { in TEST() argument
/external/libtextclassifier/abseil-cpp/absl/strings/
Dstrip.h71 ABSL_MUST_USE_RESULT inline absl::string_view StripPrefix( in StripPrefix() function
Dstrip_test.cc92 TEST(Strip, StripPrefix) { in TEST() argument
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_suppressions.cc93 static const char *StripPrefix(const char *str, const char *prefix) { in StripPrefix() function
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_suppressions.cpp106 static const char *StripPrefix(const char *str, const char *prefix) { in StripPrefix() function
/external/grpc-grpc/src/compiler/
Dgenerator_helpers.h44 inline bool StripPrefix(grpc::string* name, const grpc::string& prefix) { in StripPrefix() function
/external/rust/crates/grpcio-sys/grpc/src/compiler/
Dgenerator_helpers.h44 inline bool StripPrefix(std::string* name, const std::string& prefix) { in StripPrefix() function
/external/tensorflow/tensorflow/core/platform/
Dstr_util.cc115 StringPiece StripPrefix(StringPiece s, StringPiece expected) { in StripPrefix() function
Dstr_util_test.cc225 TEST(StripPrefix, Basic) { in TEST() argument
/external/perfetto/src/base/
Dstring_utils.cc154 std::string StripPrefix(const std::string& str, const std::string& prefix) { in StripPrefix() function