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

  /external/protobuf/src/google/protobuf/io/
printer.h 112 bool failed() const { return failed_; }
123 bool failed_; member in class:google::protobuf::io::Printer
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;
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/base/
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:__anon2298::AssertReporter
  /external/protobuf/src/google/protobuf/
text_format.cc 655 failed_(false),
722 bool failed() const { return failed_; }
728 if (failed_) return;
735 if (failed_) return;
745 failed_ = !output_->Next(&void_buffer, &buffer_size_);
746 if (failed_) return;
760 bool failed_; member in class:google::protobuf::TextFormat::Printer::TextGenerator
    [all...]
  /external/v8/src/
parser.cc 637 bool failed() { return failed_; }
699 bool failed_; member in class:v8::internal::RegExpParser
    [all...]

Completed in 84 milliseconds