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

  /external/chromium_org/testing/gtest/test/
gtest-death-test_test.cc 85 class ReplaceDeathTestFactory {
87 explicit ReplaceDeathTestFactory(DeathTestFactory* new_factory)
93 ~ReplaceDeathTestFactory() {
98 // Prevents copying ReplaceDeathTestFactory objects.
99 ReplaceDeathTestFactory(const ReplaceDeathTestFactory&);
100 void operator=(const ReplaceDeathTestFactory&);
1014 static testing::internal::ReplaceDeathTestFactory* replacer_;
1019 replacer_ = new testing::internal::ReplaceDeathTestFactory(factory_);
1040 testing::internal::ReplaceDeathTestFactory* MacroLogicDeathTest::replacer
    [all...]
  /external/gtest/test/
gtest-death-test_test.cc 85 class ReplaceDeathTestFactory {
87 explicit ReplaceDeathTestFactory(DeathTestFactory* new_factory)
93 ~ReplaceDeathTestFactory() {
98 // Prevents copying ReplaceDeathTestFactory objects.
99 ReplaceDeathTestFactory(const ReplaceDeathTestFactory&);
100 void operator=(const ReplaceDeathTestFactory&);
953 static testing::internal::ReplaceDeathTestFactory* replacer_;
958 replacer_ = new testing::internal::ReplaceDeathTestFactory(factory_);
979 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...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-death-test_test.cc 86 class ReplaceDeathTestFactory {
88 explicit ReplaceDeathTestFactory(DeathTestFactory* new_factory)
94 ~ReplaceDeathTestFactory() {
99 // Prevents copying ReplaceDeathTestFactory objects.
100 ReplaceDeathTestFactory(const ReplaceDeathTestFactory&);
101 void operator=(const ReplaceDeathTestFactory&);
954 static testing::internal::ReplaceDeathTestFactory* replacer_;
959 replacer_ = new testing::internal::ReplaceDeathTestFactory(factory_);
980 testing::internal::ReplaceDeathTestFactory* MacroLogicDeathTest::replacer
    [all...]

Completed in 180 milliseconds