![]() |
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/fx_memory_wrappers.h"#include <memory>#include <sstream>#include <string>#include <vector>#include "build/build_config.h"#include "testing/gtest/include/gtest/gtest.h"Go to the source code of this file.
Functions | |
| FX_DATA_PARTITION_EXCEPTION (OnlyNumbers) | |
| TEST (fxcrt, FxFreeDeleter) | |
| TEST (fxcrt, FxAllocAllocator) | |
| TEST (fxcrt, FxStringAllocator) | |
| TEST (fxcrt, FxAllocAllocatorStructException) | |
| FX_DATA_PARTITION_EXCEPTION | ( | OnlyNumbers | ) |
| TEST | ( | fxcrt | , |
| FxAllocAllocator | ) |
Definition at line 35 of file fx_memory_wrappers_unittest.cpp.
| TEST | ( | fxcrt | , |
| FxAllocAllocatorStructException | ) |
Definition at line 61 of file fx_memory_wrappers_unittest.cpp.
| TEST | ( | fxcrt | , |
| FxFreeDeleter | ) |
Definition at line 26 of file fx_memory_wrappers_unittest.cpp.
| TEST | ( | fxcrt | , |
| FxStringAllocator | ) |
Definition at line 49 of file fx_memory_wrappers_unittest.cpp.