Home
last modified time | relevance | path

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

/third_party/gn/examples/ios/host/
Dmain.cc18 void EscapeString(std::ostream* stream, const std::string& string) { in EscapeString() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DGraphWriter.cpp35 std::string llvm::DOT::EscapeString(const std::string &Label) { in EscapeString() function in llvm::DOT
/third_party/grpc/src/core/util/json/
Djson_writer.cc142 void JsonWriter::EscapeString(const std::string& string) { in EscapeString() function in grpc_core::__anon4aa3328e0111::JsonWriter
/third_party/gn/src/gn/
Descape.cc289 std::string EscapeString(std::string_view str, in EscapeString() function
/third_party/flatbuffers/include/flatbuffers/
Dutil.h599 inline bool EscapeString(const char *s, size_t length, std::string *_text, in EscapeString() function