![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "core/fxcrt/autorestorer.h"#include "core/fxcrt/retain_ptr.h"#include "core/fxcrt/unowned_ptr.h"#include "testing/gtest/include/gtest/gtest.h"#include "testing/pseudo_retainable.h"Go to the source code of this file.
Functions | |
| TEST (fxcrt, AutoRestorer) | |
| TEST (fxcrt, AutoRestorerNoOp) | |
| TEST (fxcrt, AutoRestorerAbandon) | |
| TEST (fxcrt, AutoRestorerUnownedPtr) | |
| TEST (fxcrt, AutoRestorerUnownedNoOp) | |
| TEST (fxcrt, AutoRestorerUnownedPtrAbandon) | |
| TEST (fxcrt, AutoRestorerRetainPtr) | |
| TEST (fxcrt, AutoRestorerRetainPtrNoOp) | |
| TEST (fxcrt, AutoRestorerRetainPtrAbandon) | |
| TEST | ( | fxcrt | , |
| AutoRestorer | ) |
Definition at line 11 of file autorestorer_unittest.cpp.
| TEST | ( | fxcrt | , |
| AutoRestorerAbandon | ) |
Definition at line 30 of file autorestorer_unittest.cpp.
| TEST | ( | fxcrt | , |
| AutoRestorerNoOp | ) |
Definition at line 21 of file autorestorer_unittest.cpp.
| TEST | ( | fxcrt | , |
| AutoRestorerRetainPtr | ) |
Definition at line 76 of file autorestorer_unittest.cpp.
| TEST | ( | fxcrt | , |
| AutoRestorerRetainPtrAbandon | ) |
Definition at line 131 of file autorestorer_unittest.cpp.
| TEST | ( | fxcrt | , |
| AutoRestorerRetainPtrNoOp | ) |
Definition at line 113 of file autorestorer_unittest.cpp.
| TEST | ( | fxcrt | , |
| AutoRestorerUnownedNoOp | ) |
Definition at line 53 of file autorestorer_unittest.cpp.
| TEST | ( | fxcrt | , |
| AutoRestorerUnownedPtr | ) |
Definition at line 41 of file autorestorer_unittest.cpp.
| TEST | ( | fxcrt | , |
| AutoRestorerUnownedPtrAbandon | ) |
Definition at line 63 of file autorestorer_unittest.cpp.