Home
last modified time | relevance | path

Searched refs:out_indents (Results 1 - 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_diagnostic_trace.cpp116 std::string out_indents(""); in TraceNode()
119 out_indents = std::string(out_indent, ' '); in TraceNode()
124 out << out_indents << "[ \"node\", \"" << buffer << "\",\n"; in TraceNode()
163 std::string out_indents(""); in ~TraceNode()
166 out_indents = std::string(out_indent, ' '); in ~TraceNode()
177 out << out_indents << "]"; in ~TraceNode() local

Completed in 2 milliseconds