Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc6738 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enum
6879 DeathTestOutcome outcome() const { return outcome_; } in outcome()
6880 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } in set_outcome()
6904 DeathTestOutcome outcome_;