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

  /external/protobuf/src/google/protobuf/io/
coded_stream.h 675 bool HadError() const { return had_error_; }
684 bool had_error_; // Whether an error occurred during output. member in class:google::protobuf::io::CodedOutputStream
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 252 bool had_error_; member in class:google::protobuf::compiler::CommandLineInterface::MemoryOutputDirectory
284 : had_error_(false) {}
292 if (had_error_) {
367 if (had_error_) {
456 directory_->had_error_ = true;
474 directory_->had_error_ = true;
487 directory_->had_error_ = true;
    [all...]

Completed in 40 milliseconds