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

  /external/chromium/testing/gtest/src/
gtest-death-test.cc 346 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } function in class:testing::internal::DeathTestImpl
398 set_outcome(DIED);
402 set_outcome(RETURNED);
405 set_outcome(THREW);
408 set_outcome(LIVED);
    [all...]
  /external/gtest/src/
gtest-death-test.cc 346 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } function in class:testing::internal::DeathTestImpl
398 set_outcome(DIED);
402 set_outcome(RETURNED);
405 set_outcome(THREW);
408 set_outcome(LIVED);
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest-death-test.cc 346 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } function in class:testing::internal::DeathTestImpl
398 set_outcome(DIED);
402 set_outcome(RETURNED);
405 set_outcome(THREW);
408 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...]
  /frameworks/compile/mclinker/utils/gtest/src/
gtest-all.cpp     [all...]

Completed in 551 milliseconds