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

  /external/chromium/testing/gtest/test/
gtest-death-test_test.cc 82 class ReplaceDeathTestFactory {
84 explicit ReplaceDeathTestFactory(DeathTestFactory* new_factory)
90 ~ReplaceDeathTestFactory() {
95 // Prevents copying ReplaceDeathTestFactory objects.
96 ReplaceDeathTestFactory(const ReplaceDeathTestFactory&);
97 void operator=(const ReplaceDeathTestFactory&);
901 static testing::internal::ReplaceDeathTestFactory* replacer_;
906 replacer_ = new testing::internal::ReplaceDeathTestFactory(factory_);
927 testing::internal::ReplaceDeathTestFactory* MacroLogicDeathTest::replacer
    [all...]
  /external/gtest/test/
gtest-death-test_test.cc 82 class ReplaceDeathTestFactory {
84 explicit ReplaceDeathTestFactory(DeathTestFactory* new_factory)
90 ~ReplaceDeathTestFactory() {
95 // Prevents copying ReplaceDeathTestFactory objects.
96 ReplaceDeathTestFactory(const ReplaceDeathTestFactory&);
97 void operator=(const ReplaceDeathTestFactory&);
901 static testing::internal::ReplaceDeathTestFactory* replacer_;
906 replacer_ = new testing::internal::ReplaceDeathTestFactory(factory_);
927 testing::internal::ReplaceDeathTestFactory* MacroLogicDeathTest::replacer
    [all...]
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 82 class ReplaceDeathTestFactory {
84 explicit ReplaceDeathTestFactory(DeathTestFactory* new_factory)
90 ~ReplaceDeathTestFactory() {
95 // Prevents copying ReplaceDeathTestFactory objects.
96 ReplaceDeathTestFactory(const ReplaceDeathTestFactory&);
97 void operator=(const ReplaceDeathTestFactory&);
855 static testing::internal::ReplaceDeathTestFactory* replacer_;
860 replacer_ = new testing::internal::ReplaceDeathTestFactory(factory_);
881 testing::internal::ReplaceDeathTestFactory* MacroLogicDeathTest::replacer
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h     [all...]
  /external/chromium/testing/gtest/src/
gtest-internal-inl.h 743 friend class ReplaceDeathTestFactory;
    [all...]
  /external/gtest/src/
gtest-internal-inl.h 750 friend class ReplaceDeathTestFactory;
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h 750 friend class ReplaceDeathTestFactory;
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h     [all...]
  /frameworks/compile/mclinker/utils/gtest/src/
gtest-all.cpp     [all...]

Completed in 403 milliseconds