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

  /external/protobuf/gtest/src/
gtest-death-test.cc 309 class DeathTestImpl : public DeathTest {
311 DeathTestImpl(const char* statement, const RE* regex)
321 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); }
349 // The regular expression which test output must match. DeathTestImpl
372 void DeathTestImpl::ReadAndInterpretStatusByte() {
414 void DeathTestImpl::Abort(AbortReason reason) {
447 bool DeathTestImpl::Passed(bool status_ok) {
520 class WindowsDeathTest : public DeathTestImpl {
526 : DeathTestImpl(statement, regex), file_(file), line_(line) {}
692 class ForkingDeathTest : public DeathTestImpl {
    [all...]
  /external/gtest/src/
gtest-death-test.cc 331 class DeathTestImpl : public DeathTest {
333 DeathTestImpl(const char* statement, const RE* regex)
355 // The regular expression which test output must match. DeathTestImpl
366 // TODO(vladl@google.com): Move definition of DeathTestImpl::Passed() here.
397 class WindowsDeathTest : public DeathTestImpl {
403 : DeathTestImpl(statement, regex), file_(file), line_(line) {}
639 class ForkingDeathTest : public DeathTestImpl {
662 : DeathTestImpl(statement, regex),
805 bool DeathTestImpl::Passed(bool status_ok) {
    [all...]

Completed in 34 milliseconds