Searched refs:has_error_ (Results 1 – 14 of 14) sorted by relevance
69 : 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 …]
102 bool HasError() const { return has_error_; } in HasError()110 bool has_error_; variable
199 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
303 has_error_ = !ParseFormatString(format, ParsedFormatConsumer(this)) || in ParsedFormatBase()
221 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
306 has_error_ = !ParseFormatString(format, ParsedFormatConsumer(this)) || in ParsedFormatBase()
124 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()
50 bool has_error_ = false; member
47 bool has_error_ = false; member
78 report.error_occurred = results.has_error_; in CreateRunReport()260 return i.results.has_error_ || in ShouldReportIterationResults()
210 if (manager_->results.has_error_ == false) { in SkipWithError()212 manager_->results.has_error_ = true; in SkipWithError()
125 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
46237 + has_error_(false),46286 + if (has_error_ || !media_player_)46295 + if (has_error_)46368 + has_error_ = true;46510 + bool has_error_;