Home
last modified time | relevance | path

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

/third_party/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()
168 has_error_ = false; in GetFormattedMethodName()
170 if (has_error_) { in GetFormattedMethodName()
183 has_error_ = false; in GetMessageTypeFromMethod()
185 if (has_error_) { in GetMessageTypeFromMethod()
200 has_error_ = false; in IsStreaming()
203 if (has_error_) { in IsStreaming()
221 has_error_ = false; in GetSerializedProtoFromMethod()
[all …]
Dproto_file_parser.h102 bool HasError() const { return has_error_; } in HasError()
110 bool has_error_; variable
/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
Dparser.cc303 has_error_ = !ParseFormatString(format, ParsedFormatConsumer(this)) || in ParsedFormatBase()
/third_party/skia/third_party/externals/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
Dparser.cc306 has_error_ = !ParseFormatString(format, ParsedFormatConsumer(this)) || in ParsedFormatBase()
/third_party/json/benchmarks/thirdparty/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
/third_party/benchmark/src/
Dthread_manager.h47 bool has_error_ = false; member
Dbenchmark_runner.cc78 report.error_occurred = results.has_error_; in CreateRunReport()
260 return i.results.has_error_ || in ShouldReportIterationResults()
Dbenchmark.cc210 if (manager_->results.has_error_ == false) { in SkipWithError()
212 manager_->results.has_error_ = true; in SkipWithError()
/third_party/abseil-cpp/absl/types/internal/
Dconformance_profile.h125 has_error_ = true; in addTestFailure()
131 return has_error_ ? assertion_result_ : ::testing::AssertionSuccess(); in assertionResult()
141 if (!has_error_) { in expectFailedTests()
237 bool has_error_ = false; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
Dconformance_profile.h125 has_error_ = true; in addTestFailure()
131 return has_error_ ? assertion_result_ : ::testing::AssertionSuccess(); in assertionResult()
141 if (!has_error_) { in expectFailedTests()
237 bool has_error_ = false; variable
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch46237 + has_error_(false),
46286 + if (has_error_ || !media_player_)
46295 + if (has_error_)
46368 + has_error_ = true;
46510 + bool has_error_;