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.cc48 at_start_of_line_(true), in Printer()
72 at_start_of_line_ = true; in Print()
171 if (at_start_of_line_ && (size > 0) && (data[0] != '\n')) { in WriteRaw()
173 at_start_of_line_ = false; in WriteRaw()
Dprinter.h126 bool at_start_of_line_; variable
/external/protobuf/src/google/protobuf/
Dtext_format.cc1025 at_start_of_line_(true), in TextGenerator()
1082 at_start_of_line_ = true; in Print()
1102 if (at_start_of_line_) { in Write()
1104 at_start_of_line_ = false; in Write()
1130 bool at_start_of_line_; member in google::protobuf::TextFormat::Printer::TextGenerator