HomeSort by relevance Sort by last modified time
    Searched full:failed_ (Results 1 - 11 of 11) sorted by null

  /external/protobuf/src/google/protobuf/io/
printer.cc 50 failed_(false) {
153 if (failed_) return;
158 if (failed_) return;
165 if (failed_) return;
175 failed_ = !output_->Next(&void_buffer, &buffer_size_);
176 if (failed_) return;
zero_copy_stream_impl_lite.cc 208 failed_(false),
222 if (failed_) {
243 failed_ = true;
270 if (failed_) {
314 failed_(false),
360 if (failed_) {
372 failed_ = true;
printer.h 112 bool failed() const { return failed_; }
123 bool failed_; member in class:google::protobuf::io::Printer
zero_copy_stream_impl_lite.h 226 bool failed_; member in class:google::protobuf::io::CopyingInputStreamAdaptor
315 bool failed_; member in class:google::protobuf::io::CopyingOutputStreamAdaptor
  /external/chromium/chrome/browser/resources/picasaweb_uploader/
background.html 36 this.failed_ = false;
50 this.failed_ = false;
109 if (this.failed_) {
136 if (this.files_.length == 0 || this.failed_ || this.canceled_) {
151 if (this.failed_ || this.canceled_) {
157 this.failed_ = true;
  /external/chromium/base/threading/
thread_collision_warner_unittest.cc 42 : failed_(false) {}
45 failed_ = true;
50 bool fail_state() const { return failed_; }
51 void reset() { failed_ = false; }
54 bool failed_; member in class:__anon2392::AssertReporter