Home
last modified time | relevance | path

Searched defs:EscapeString (Results 1 – 9 of 9) 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/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.cc575 TEST(CurlHttpRequestTest, EscapeString) { in TEST() argument
/external/flatbuffers/include/flatbuffers/
Dutil.h378 inline bool EscapeString(const char *s, size_t length, std::string *_text, in EscapeString() function
/external/ImageMagick/MagickCore/
Dstring.c917 MagickExport char *EscapeString(const char *source,const char escape) in EscapeString() function
Dmethods.h311 #define EscapeString PrependMagickMethod(EscapeString) macro