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.cc49 at_start_of_line_(true), in Printer()
73 at_start_of_line_ = true; in Print()
161 if (at_start_of_line_) { in WriteRaw()
163 at_start_of_line_ = false; in WriteRaw()
Dprinter.h122 bool at_start_of_line_; variable
/external/protobuf/src/google/protobuf/
Dtext_format.cc654 at_start_of_line_(true), in TextGenerator()
711 at_start_of_line_ = true; in Print()
731 if (at_start_of_line_) { in Write()
733 at_start_of_line_ = false; in Write()
759 bool at_start_of_line_; member in google::protobuf::TextFormat::Printer::TextGenerator