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

  /external/google-breakpad/src/testing/gtest/test/
gtest-death-test_test.cc 87 class ReplaceDeathTestFactory {
89 explicit ReplaceDeathTestFactory(DeathTestFactory* new_factory)
95 ~ReplaceDeathTestFactory() {
100 // Prevents copying ReplaceDeathTestFactory objects.
101 ReplaceDeathTestFactory(const ReplaceDeathTestFactory&);
102 void operator=(const ReplaceDeathTestFactory&);
955 static testing::internal::ReplaceDeathTestFactory* replacer_;
960 replacer_ = new testing::internal::ReplaceDeathTestFactory(factory_);
981 testing::internal::ReplaceDeathTestFactory* MacroLogicDeathTest::replacer
    [all...]
  /external/googletest/googletest/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&);
1018 static testing::internal::ReplaceDeathTestFactory* replacer_;
1023 replacer_ = new testing::internal::ReplaceDeathTestFactory(factory_);
1044 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&);
835 static testing::internal::ReplaceDeathTestFactory* replacer_;
840 replacer_ = new testing::internal::ReplaceDeathTestFactory(factory_);
861 testing::internal::ReplaceDeathTestFactory* MacroLogicDeathTest::replacer
    [all...]
  /external/v8/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&);
1018 static testing::internal::ReplaceDeathTestFactory* replacer_;
1023 replacer_ = new testing::internal::ReplaceDeathTestFactory(factory_);
1044 testing::internal::ReplaceDeathTestFactory* MacroLogicDeathTest::replacer
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/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&);
1019 static testing::internal::ReplaceDeathTestFactory* replacer_;
1024 replacer_ = new testing::internal::ReplaceDeathTestFactory(factory_);
1045 testing::internal::ReplaceDeathTestFactory* MacroLogicDeathTest::replacer
    [all...]
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/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 419 milliseconds