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

  /external/gtest/src/
gtest-death-test.cc 349 void set_outcome(DeathTestOutcome outcome) { outcome_ = outcome; } function in class:testing::internal::DeathTestImpl
473 set_outcome(DIED);
477 set_outcome(RETURNED);
480 set_outcome(LIVED);
750 set_outcome(DIED);
754 set_outcome(RETURNED);
757 set_outcome(LIVED);
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 333 void set_outcome(DeathTestOutcome outcome) { outcome_ = outcome; } function in class:testing::internal::DeathTestImpl
385 set_outcome(DIED);
389 set_outcome(RETURNED);
392 set_outcome(LIVED);
    [all...]

Completed in 12 milliseconds