Definition at line 7589 of file gtest_unittest.cc.
◆ ConstructionCounting() [1/3]
ConstructionCounting::ConstructionCounting |
( |
| ) |
|
|
inline |
◆ ~ConstructionCounting()
ConstructionCounting::~ConstructionCounting |
( |
| ) |
|
|
inline |
◆ ConstructionCounting() [2/3]
◆ ConstructionCounting() [3/3]
◆ operator=() [1/2]
Definition at line 7594 of file gtest_unittest.cc.
7594 {
7596 return *this;
7597 }
static int copy_assignment_calls
◆ operator=() [2/2]
Definition at line 7598 of file gtest_unittest.cc.
7598 {
7600 return *this;
7601 }
static int move_assignment_calls
◆ Reset()
static void ConstructionCounting::Reset |
( |
| ) |
|
|
inlinestatic |
◆ copy_assignment_calls
int ConstructionCounting::copy_assignment_calls = 0 |
|
static |
◆ copy_ctor_calls
int ConstructionCounting::copy_ctor_calls = 0 |
|
static |
◆ default_ctor_calls
int ConstructionCounting::default_ctor_calls = 0 |
|
static |
◆ dtor_calls
int ConstructionCounting::dtor_calls = 0 |
|
static |
◆ move_assignment_calls
int ConstructionCounting::move_assignment_calls = 0 |
|
static |
◆ move_ctor_calls
int ConstructionCounting::move_ctor_calls = 0 |
|
static |
The documentation for this struct was generated from the following file:
- /media/home/debian/src/github/tesseract-ocr/tesseract/unittest/third_party/googletest/googletest/test/gtest_unittest.cc