HomeSort by relevance Sort by last modified time
    Searched refs:at_start_of_line_ (Results 1 - 8 of 8) 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
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
printer.h 126 bool at_start_of_line_; member in class:google::protobuf::io::Printer
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
printer.h 126 bool at_start_of_line_; member in class:google::protobuf::io::Printer
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
printer.h 126 bool at_start_of_line_; member in class:google::protobuf::io::Printer
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
printer.h 126 bool at_start_of_line_; member in class:google::protobuf::io::Printer
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
printer.h 304 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 5682 milliseconds