HomeSort by relevance Sort by last modified time
    Searched refs:DeathTestOutcome (Results 1 - 5 of 5) sorted by null

  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-death-test.cc 157 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED };
271 DeathTestOutcome outcome_;
  /external/chromium/testing/gtest/src/
gtest-death-test.cc 205 // AbortReason, DeathTestOutcome, and flag characters above.
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
345 DeathTestOutcome outcome() const { return outcome_; }
346 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
370 DeathTestOutcome outcome_;
    [all...]
  /external/gtest/src/
gtest-death-test.cc 205 // AbortReason, DeathTestOutcome, and flag characters above.
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
345 DeathTestOutcome outcome() const { return outcome_; }
346 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
370 DeathTestOutcome outcome_;
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest-death-test.cc 205 // AbortReason, DeathTestOutcome, and flag characters above.
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
345 DeathTestOutcome outcome() const { return outcome_; }
346 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
370 DeathTestOutcome outcome_;
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 193 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED };
332 DeathTestOutcome outcome() const { return outcome_; }
333 void set_outcome(DeathTestOutcome outcome) { outcome_ = outcome; }
357 DeathTestOutcome outcome_;
    [all...]

Completed in 244 milliseconds