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

  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
printer.h 126 bool at_start_of_line_; member in class:google::protobuf::io::Printer
  /external/protobuf/src/google/protobuf/io/
printer.h 122 bool at_start_of_line_; member in class:google::protobuf::io::Printer
  /external/protobuf/src/google/protobuf/
text_format.cc 654 at_start_of_line_(true),
711 at_start_of_line_ = true;
731 if (at_start_of_line_) {
733 at_start_of_line_ = false;
759 bool at_start_of_line_; member in class:google::protobuf::TextFormat::Printer::TextGenerator
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.cc 920 at_start_of_line_(true),
977 at_start_of_line_ = true;
1025 bool at_start_of_line_; member in class:google::protobuf::TextFormat::Printer::TextGenerator
    [all...]

Completed in 477 milliseconds