Home
last modified time | relevance | path

Searched refs:has_error_ (Results 1 – 18 of 18) sorted by relevance

/external/grpc-grpc/test/cpp/util/
Dproto_file_parser.cc69 : has_error_(false), in ProtoFileParser()
131 has_error_ = false; in GetFullMethodName()
158 if (has_error_) { in GetFullMethodName()
169 has_error_ = false; in GetFormattedMethodName()
171 if (has_error_) { in GetFormattedMethodName()
184 has_error_ = false; in GetMessageTypeFromMethod()
186 if (has_error_) { in GetMessageTypeFromMethod()
201 has_error_ = false; in IsStreaming()
204 if (has_error_) { in IsStreaming()
222 has_error_ = false; in GetSerializedProtoFromMethod()
[all …]
Dproto_file_parser.h74 bool HasError() const { return has_error_; } in HasError()
82 bool has_error_; variable
/external/image_io/includes/image_io/base/
Dmessage_store.h61 ErrorFlagMessageStore() : has_error_(false) {} in ErrorFlagMessageStore()
62 void ClearMessages() override { has_error_ = false; } in ClearMessages()
65 has_error_ = true; in AddMessage()
71 bool HasErrorMessages() const override { return has_error_; } in HasErrorMessages()
74 bool has_error_;
Dostream_ref_data_destination.h24 has_error_(false) {} in OStreamRefDataDestination()
39 bool HasError() const { return has_error_; } in HasError()
60 bool has_error_; variable
/external/image_io/includes/image_io/extras/
Dbase64_decoder_data_destination.h26 has_error_(false) {} in Base64DecoderDataDestination()
29 bool HasError() const { return has_error_; } in HasError()
61 bool has_error_; variable
/external/image_io/includes/image_io/jpeg/
Djpeg_xmp_data_extractor.h28 has_error_(false) {} in JpegXmpDataExtractor()
35 bool HasError() const { return has_error_; } in HasError()
67 bool has_error_; variable
Djpeg_scanner.h26 has_error_(false) {} in JpegScanner()
41 bool HasError() const { return has_error_; } in HasError()
99 bool has_error_; variable
/external/image_io/src/extras/
Dbase64_decoder_data_destination.cc133 has_error_ = true; in Transfer()
150 has_error_ = true; in Transfer()
187 has_error_ = true; in FinishTransfer()
/external/image_io/src/jpeg/
Djpeg_scanner.cc28 has_error_ = false; in Run()
110 has_error_ = true; in GetByte()
Djpeg_xmp_data_extractor.cc57 has_error_ = true; in Transfer()
67 has_error_ = true; in Transfer()
/external/image_io/src/base/
Dostream_ref_data_destination.cc32 has_error_ = true; in Transfer()
/external/libcxx/utils/google-benchmark/src/
Dthread_manager.h48 bool has_error_ = false; member
Dbenchmark_runner.cc72 report.error_occurred = results.has_error_; in CreateRunReport()
270 return i.results.has_error_ || in ShouldReportIterationResults()
Dbenchmark.cc184 if (manager_->results.has_error_ == false) { in SkipWithError()
186 manager_->results.has_error_ = true; in SkipWithError()
/external/google-benchmark/src/
Dthread_manager.h48 bool has_error_ = false; member
Dbenchmark_runner.cc74 report.error_occurred = results.has_error_; in CreateRunReport()
279 return i.results.has_error_ || in ShouldReportIterationResults()
Dbenchmark.cc178 if (manager_->results.has_error_ == false) { in SkipWithError()
180 manager_->results.has_error_ = true; in SkipWithError()
/external/libchrome/ipc/
Dipc_channel_mojo_unittest.cc182 : TestListenerBase(std::move(quit_closure)), has_error_(false) {} in ListenerExpectingErrors()
187 has_error_ = true; in OnChannelError()
191 bool has_error() const { return has_error_; } in has_error()
194 bool has_error_; member in __anonc5269e260111::ListenerExpectingErrors