Home
last modified time | relevance | path

Searched refs:had_error_ (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc252 bool had_error_; member in google::protobuf::compiler::CommandLineInterface::MemoryOutputDirectory
284 : 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()
/external/protobuf/src/google/protobuf/io/
Dcoded_stream.cc531 had_error_(false) { in CodedOutputStream()
537 had_error_ = false; in CodedOutputStream()
781 had_error_ = true; in Refresh()
Dcoded_stream.h675 bool HadError() const { return had_error_; } in HadError()
684 bool had_error_; // Whether an error occurred during output. variable