HomeSort by relevance Sort by last modified time
    Searched refs:DeathTestOutcome (Results 1 - 3 of 3) 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/gtest/src/
gtest-death-test.cc 193 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED };
348 DeathTestOutcome outcome() const { return outcome_; }
349 void set_outcome(DeathTestOutcome outcome) { outcome_ = outcome; }
363 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 33 milliseconds