Home
last modified time | relevance | path

Searched refs:JSONEscaped (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Dgraph-visualizer.cc92 class JSONEscaped { class
94 explicit JSONEscaped(const std::ostringstream& os) : str_(os.str()) {} in JSONEscaped() function in v8::internal::compiler::JSONEscaped
96 friend std::ostream& operator<<(std::ostream& os, const JSONEscaped& e) { in operator <<()
141 os_ << "{\"id\":" << SafeId(node) << ",\"label\":\"" << JSONEscaped(label) in PrintNode()
143 << ",\"title\":\"" << JSONEscaped(title) << "\"" in PrintNode()
145 << ",\"properties\":\"" << JSONEscaped(properties) << "\""; in PrintNode()
177 os_ << ",\"type\":\"" << JSONEscaped(type_out) << "\""; in PrintNode()