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

  /external/chromium_org/media/audio/
audio_input_unittest.cc 24 had_error_(0) {
33 ++had_error_;
41 return had_error_;
46 int had_error_; member in class:media::TestInputCallback
  /external/chromium_org/media/audio/win/
audio_output_win_unittest.cc 51 had_error_(0) {
63 ++had_error_;
71 return had_error_;
75 had_error_ += error ? 1 : 0;
80 int had_error_; member in class:media::TestSourceBasic
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 268 bool had_error_; member in class:google::protobuf::compiler::CommandLineInterface::GeneratorContextImpl
302 had_error_(false) {
311 if (had_error_) {
386 if (had_error_) {
475 directory_->had_error_ = true;
493 directory_->had_error_ = true;
506 directory_->had_error_ = true;
    [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...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
coded_stream.cc 558 had_error_(false) {
564 had_error_ = false;
808 had_error_ = true;
coded_stream.h 727 bool had_error_; \/\/ Whether an error occurred during output. member in class:google::protobuf::io::CodedOutputStream
    [all...]
  /external/protobuf/src/google/protobuf/io/
coded_stream.cc 531 had_error_(false) {
537 had_error_ = false;
781 had_error_ = true;
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...]

Completed in 1763 milliseconds