HomeSort by relevance Sort by last modified time
    Searched refs:at_start_of_line_ (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/io/
printer.cc 48 at_start_of_line_(true),
72 at_start_of_line_ = true;
171 if (at_start_of_line_ && (size > 0) && (data[0] != '\n')) {
173 at_start_of_line_ = false;
printer.h 126 bool at_start_of_line_; member in class:google::protobuf::io::Printer
  /external/protobuf/src/google/protobuf/
text_format.cc 1130 bool at_start_of_line_; member in class:google::protobuf::TextFormat::Printer::TextGenerator
    [all...]

Completed in 47 milliseconds