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

  /external/google-breakpad/src/testing/gtest/src/
gtest-death-test.cc 367 outcome_(IN_PROGRESS),
383 DeathTestOutcome outcome() const { return outcome_; }
384 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
391 // test child process via a pipe, interprets it to set the outcome_
408 DeathTestOutcome outcome_; member in class:testing::internal::DeathTestImpl
420 // test child process via a pipe, interprets it to set the outcome_
    [all...]
  /external/gtest/src/
gtest-death-test.cc 369 outcome_(IN_PROGRESS),
385 DeathTestOutcome outcome() const { return outcome_; }
386 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
393 // test child process via a pipe, interprets it to set the outcome_
410 DeathTestOutcome outcome_; member in class:testing::internal::DeathTestImpl
422 // test child process via a pipe, interprets it to set the outcome_
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 332 outcome_(IN_PROGRESS),
348 DeathTestOutcome outcome() const { return outcome_; }
349 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
356 // test child process via a pipe, interprets it to set the outcome_
373 DeathTestOutcome outcome_; member in class:testing::internal::DeathTestImpl
385 // test child process via a pipe, interprets it to set the outcome_
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc 329 outcome_(IN_PROGRESS),
345 DeathTestOutcome outcome() const { return outcome_; }
346 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
353 // test child process via a pipe, interprets it to set the outcome_
370 DeathTestOutcome outcome_; member in class:testing::internal::DeathTestImpl
382 // test child process via a pipe, interprets it to set the outcome_
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 316 outcome_(IN_PROGRESS),
332 DeathTestOutcome outcome() const { return outcome_; }
333 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_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...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 369 outcome_(IN_PROGRESS),
385 DeathTestOutcome outcome() const { return outcome_; }
386 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
393 // test child process via a pipe, interprets it to set the outcome_
410 DeathTestOutcome outcome_; member in class:testing::internal::DeathTestImpl
422 // test child process via a pipe, interprets it to set the outcome_
    [all...]

Completed in 492 milliseconds