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

  /system/extras/perfprofd/
perfprofd_io.cc 90 bool had_error_; member in class:android::perfprofd::__anon3002::GzipOutputStream
101 had_error_(false) {
196 if (had_error_) {
204 had_error_ = true;
227 if (had_error_) {
232 had_error_ |= (res != Z_OK)
234 return !had_error_;
238 if (had_error_) {
253 had_error_ = true; // Pretend an error so no other operations succeed.
  /external/protobuf/src/google/protobuf/io/
coded_stream.cc 622 had_error_(false),
629 had_error_ = false;
638 had_error_(false),
646 had_error_ = false;
710 had_error_ |= !output_->WriteAliasedRaw(data, size);
861 had_error_ = true;
coded_stream.h 810 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 377 bool had_error_; member in class:google::protobuf::compiler::CommandLineInterface::GeneratorContextImpl
415 had_error_(false) {
424 if (had_error_) {
499 if (had_error_) {
607 directory_->had_error_ = true;
627 directory_->had_error_ = true;
640 directory_->had_error_ = true;
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 727 bool had_error_; \/\/ Whether an error occurred during output. member in class:google::protobuf::io::CodedOutputStream
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 727 bool had_error_; \/\/ Whether an error occurred during output. member in class:google::protobuf::io::CodedOutputStream
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
coded_stream.h 727 bool had_error_; \/\/ Whether an error occurred during output. member in class:google::protobuf::io::CodedOutputStream
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 810 bool had_error_; \/\/ Whether an error occurred during output. member in class:google::protobuf::io::CodedOutputStream
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 727 bool had_error_; \/\/ Whether an error occurred during output. member in class:google::protobuf::io::CodedOutputStream
    [all...]

Completed in 367 milliseconds