OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReplaceDeathTestFactory
(Results
1 - 5
of
5
) 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/chromium_org/testing/gtest/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
...]
/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
...]
/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 339 milliseconds