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

  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-death-test.cc 271 DeathTestOutcome outcome_; member in class:testing::internal::ForkingDeathTest
284 outcome_(IN_PROGRESS) {
331 outcome_ = DIED;
335 outcome_ = RETURNED;
338 outcome_ = LIVED;
394 switch (outcome_) {
  /external/gtest/src/
gtest-death-test.cc 338 outcome_(IN_PROGRESS) {}
348 DeathTestOutcome outcome() const { return outcome_; }
349 void set_outcome(DeathTestOutcome outcome) { outcome_ = outcome; }
363 DeathTestOutcome outcome_; member in class:testing::internal::DeathTestImpl
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 316 outcome_(IN_PROGRESS),
332 DeathTestOutcome outcome() const { return outcome_; }
333 void set_outcome(DeathTestOutcome outcome) { outcome_ = outcome; }
340 // test child process via a pipe, interprets it to set the outcome_
357 DeathTestOutcome outcome_; member in class:testing::internal::DeathTestImpl
369 // test child process via a pipe, interprets it to set the outcome_
    [all...]

Completed in 319 milliseconds