Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dcoded_stream.cc622 had_error_(false), in CodedOutputStream()
629 had_error_ = false; in CodedOutputStream()
638 had_error_(false), in CodedOutputStream()
646 had_error_ = false; in CodedOutputStream()
710 had_error_ |= !output_->WriteAliasedRaw(data, size); in WriteAliasedRaw()
861 had_error_ = true; in Refresh()
Dcoded_stream.h801 bool HadError() const { return had_error_; } in HadError()
810 bool had_error_; // Whether an error occurred during output. variable
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc377 bool had_error_; member in google::protobuf::compiler::CommandLineInterface::GeneratorContextImpl
415 had_error_(false) { in GeneratorContextImpl()
424 if (had_error_) { in WriteAllToDisk()
499 if (had_error_) { in WriteAllToZip()
607 directory_->had_error_ = true; in ~MemoryOutputStream()
627 directory_->had_error_ = true; in ~MemoryOutputStream()
640 directory_->had_error_ = true; in ~MemoryOutputStream()