Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dprinter.cc50 at_start_of_line_(true), in Printer()
61 at_start_of_line_(true), in Printer()
123 at_start_of_line_ = true; in Print()
317 if (at_start_of_line_ && (size > 0) && (data[0] != '\n')) { in WriteRaw()
319 at_start_of_line_ = false; in WriteRaw()
Dprinter.h304 bool at_start_of_line_; variable
/external/protobuf/src/google/protobuf/
Dtext_format.cc1116 at_start_of_line_(true), in TextGenerator()
1173 at_start_of_line_ = true; in Print()
1193 if (at_start_of_line_) { in Write()
1195 at_start_of_line_ = false; in Write()
1221 bool at_start_of_line_; member in google::protobuf::TextFormat::Printer::TextGenerator