Home
last modified time | relevance | path

Searched defs:EscapeString (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
DGraphWriter.cpp20 std::string llvm::DOT::EscapeString(const std::string &Label) { in EscapeString() function in llvm::DOT
/external/llvm/lib/Support/
DGraphWriter.cpp24 std::string llvm::DOT::EscapeString(const std::string &Label) { in EscapeString() function in llvm::DOT
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DGraphWriter.cpp36 std::string llvm::DOT::EscapeString(const std::string &Label) { in EscapeString() function in llvm::DOT
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_dns_cache_test.cc55 string EscapeString(const string& str) override { return ""; } in EscapeString() function in tensorflow::TestHttpRequest
Dhttp_request_fake.h143 string EscapeString(const string& str) override { in EscapeString() function
Dcurl_http_request.cc167 string CurlHttpRequest::EscapeString(const string& str) { in EscapeString() function in tensorflow::CurlHttpRequest
Dcurl_http_request_test.cc616 TEST(CurlHttpRequestTest, EscapeString) { in TEST() argument
/external/flatbuffers/include/flatbuffers/
Dutil.h569 inline bool EscapeString(const char *s, size_t length, std::string *_text, in EscapeString() function
/external/ImageMagick/MagickCore/
Dstring.c929 MagickExport char *EscapeString(const char *source,const char escape) in EscapeString() function
Dmethods.h299 #define EscapeString PrependMagickMethod(EscapeString) macro