Home
last modified time | relevance | path

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

12

/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/webrtc/modules/video_coding/utility/
Divf_file_reader.cc48 has_error_ = true; in Reset()
103 has_error_ = false; in Reset()
115 if (has_error_ || !HasMoreFrames()) { in NextFrame()
141 has_error_ = true; in NextFrame()
151 if (!has_error_ && num_read_frames_ != num_frames_) { in NextFrame()
153 has_error_ = true; in NextFrame()
197 has_error_ = true; in ParseCodecType()
211 has_error_ = true; in ReadNextFrameHeader()
224 has_error_ = true; in ReadNextFrameHeader()
231 has_error_ = true; in ReadNextFrameHeader()
Divf_file_reader.h42 bool HasError() const { return has_error_; } in HasError()
73 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/abseil-cpp/absl/strings/internal/str_format/
Dparser.h198 has_error_ = other.has_error_;
208 has_error_ = other.has_error_;
229 return !has_error_; in ProcessFormat()
232 bool has_error() const { return has_error_; } in has_error()
249 bool has_error_; variable
/external/libtextclassifier/abseil-cpp/absl/strings/internal/str_format/
Dparser.h199 has_error_ = other.has_error_;
209 has_error_ = other.has_error_;
230 return !has_error_; in ProcessFormat()
233 bool has_error() const { return has_error_; } in has_error()
251 bool has_error_; variable
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/str_format/
Dparser.h199 has_error_ = other.has_error_;
209 has_error_ = other.has_error_;
230 return !has_error_; in ProcessFormat()
233 bool has_error() const { return has_error_; } in has_error()
251 bool has_error_; variable
/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/
Dparser.h213 has_error_ = other.has_error_;
223 has_error_ = other.has_error_;
244 return !has_error_; in ProcessFormat()
247 bool has_error() const { return has_error_; } in has_error()
265 bool has_error_; variable
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/
Dparser.h198 has_error_ = other.has_error_;
208 has_error_ = other.has_error_;
229 return !has_error_; in ProcessFormat()
232 bool has_error() const { return has_error_; } in has_error()
249 bool has_error_; variable
/external/angle/third_party/abseil-cpp/absl/strings/internal/str_format/
Dparser.h221 has_error_ = other.has_error_;
231 has_error_ = other.has_error_;
252 return !has_error_; in ProcessFormat()
255 bool has_error() const { return has_error_; } in has_error()
273 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/llvm-project/llvm/utils/benchmark/src/
Dbenchmark.cc124 report.error_occurred = results.has_error_; in CreateRunReport()
241 || results.has_error_ in RunBenchmark()
349 if (manager_->results.has_error_ == false) { in SkipWithError()
351 manager_->results.has_error_ = true; in SkipWithError()
Dthread_manager.h50 bool has_error_ = false; member
/external/llvm-project/libcxx/utils/google-benchmark/src/
Dthread_manager.h48 bool has_error_ = false; member
/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()
/external/google-benchmark/src/
Dthread_manager.h48 bool has_error_ = false; member

12