Home
last modified time | relevance | path

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

/system/tools/sysprop/
DCodeWriter.cpp56 start_of_line_ = true; in Write()
58 if (start_of_line_) { in Write()
62 start_of_line_ = false; in Write()
/system/tools/sysprop/include/
DCodeWriter.h39 bool start_of_line_ = true; variable
/system/tools/aidl/
Dcode_writer.cpp34 if (!start_of_line_ || str == "\n") { in ApplyIndent()
39 start_of_line_ = !output.empty() && output.back() == '\n'; in ApplyIndent()
Dcode_writer.h75 bool start_of_line_ {true};