Searched refs:had_error_ (Results 1 – 3 of 3) sorted by relevance
252 bool had_error_; member in google::protobuf::compiler::CommandLineInterface::MemoryOutputDirectory284 : had_error_(false) {} in MemoryOutputDirectory()292 if (had_error_) { in WriteAllToDisk()367 if (had_error_) { in WriteAllToZip()456 directory_->had_error_ = true; in ~MemoryOutputStream()474 directory_->had_error_ = true; in ~MemoryOutputStream()487 directory_->had_error_ = true; in ~MemoryOutputStream()
531 had_error_(false) { in CodedOutputStream()537 had_error_ = false; in CodedOutputStream()781 had_error_ = true; in Refresh()
675 bool HadError() const { return had_error_; } in HadError()684 bool had_error_; // Whether an error occurred during output. variable