Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dgraph-visualizer.cc235 class JSONEscaped { class
237 explicit JSONEscaped(const std::ostringstream& os) : str_(os.str()) {} in JSONEscaped() function in v8::internal::compiler::JSONEscaped
239 friend std::ostream& operator<<(std::ostream& os, const JSONEscaped& e) { in operator <<()
286 os_ << "{\"id\":" << SafeId(node) << ",\"label\":\"" << JSONEscaped(label) in PrintNode()
288 << ",\"title\":\"" << JSONEscaped(title) << "\"" in PrintNode()
290 << ",\"properties\":\"" << JSONEscaped(properties) << "\""; in PrintNode()
328 os_ << ",\"type\":\"" << JSONEscaped(type_out) << "\""; in PrintNode()