Home
last modified time | relevance | path

Searched refs:outcome_ (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/googletest/src/
Dgtest-death-test.cc411 outcome_(IN_PROGRESS), in DeathTestImpl()
426 DeathTestOutcome outcome() const { return outcome_; } in outcome()
427 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } in set_outcome()
453 DeathTestOutcome outcome_; member in testing::internal::DeathTestImpl
/third_party/googletest/googletest/src/
Dgtest-death-test.cc407 outcome_(IN_PROGRESS), in DeathTestImpl()
422 DeathTestOutcome outcome() const { return outcome_; } in outcome()
423 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } in set_outcome()
449 DeathTestOutcome outcome_; member in testing::internal::DeathTestImpl
/third_party/mesa3d/src/gtest/src/
Dgtest-death-test.cc404 outcome_(IN_PROGRESS), in DeathTestImpl()
419 DeathTestOutcome outcome() const { return outcome_; } in outcome()
420 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } in set_outcome()
446 DeathTestOutcome outcome_; member in testing::internal::DeathTestImpl