/external/grpc-grpc/test/cpp/util/ |
D | proto_file_parser.cc | 69 : 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 …]
|
D | proto_file_parser.h | 74 bool HasError() const { return has_error_; } in HasError() 82 bool has_error_; variable
|
/external/image_io/includes/image_io/base/ |
D | message_store.h | 61 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_;
|
D | ostream_ref_data_destination.h | 24 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/ |
D | base64_decoder_data_destination.h | 26 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/ |
D | jpeg_xmp_data_extractor.h | 28 has_error_(false) {} in JpegXmpDataExtractor() 35 bool HasError() const { return has_error_; } in HasError() 67 bool has_error_; variable
|
D | jpeg_scanner.h | 26 has_error_(false) {} in JpegScanner() 41 bool HasError() const { return has_error_; } in HasError() 99 bool has_error_; variable
|
/external/image_io/src/extras/ |
D | base64_decoder_data_destination.cc | 133 has_error_ = true; in Transfer() 150 has_error_ = true; in Transfer() 187 has_error_ = true; in FinishTransfer()
|
/external/image_io/src/jpeg/ |
D | jpeg_scanner.cc | 28 has_error_ = false; in Run() 110 has_error_ = true; in GetByte()
|
D | jpeg_xmp_data_extractor.cc | 57 has_error_ = true; in Transfer() 67 has_error_ = true; in Transfer()
|
/external/image_io/src/base/ |
D | ostream_ref_data_destination.cc | 32 has_error_ = true; in Transfer()
|
/external/libcxx/utils/google-benchmark/src/ |
D | thread_manager.h | 48 bool has_error_ = false; member
|
D | benchmark_runner.cc | 72 report.error_occurred = results.has_error_; in CreateRunReport() 270 return i.results.has_error_ || in ShouldReportIterationResults()
|
D | benchmark.cc | 184 if (manager_->results.has_error_ == false) { in SkipWithError() 186 manager_->results.has_error_ = true; in SkipWithError()
|
/external/google-benchmark/src/ |
D | thread_manager.h | 48 bool has_error_ = false; member
|
D | benchmark_runner.cc | 74 report.error_occurred = results.has_error_; in CreateRunReport() 279 return i.results.has_error_ || in ShouldReportIterationResults()
|
D | benchmark.cc | 178 if (manager_->results.has_error_ == false) { in SkipWithError() 180 manager_->results.has_error_ = true; in SkipWithError()
|
/external/libchrome/ipc/ |
D | ipc_channel_mojo_unittest.cc | 182 : 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
|