Blender
V3.3
|
#include "BLI_math_vec_types.hh"
#include "BLI_memory_utils.hh"
#include "BLI_strict_flags.h"
#include "testing/testing.h"
Go to the source code of this file.
Classes | |
class | blender::tests::TestBaseClass |
class | blender::tests::TestChildClass |
Namespaces | |
blender | |
blender::tests | |
Functions | |
blender::tests::TEST (memory_utils, DefaultConstructN_ActuallyCallsConstructor) | |
blender::tests::TEST (memory_utils, DefaultConstructN_StrongExceptionSafety) | |
blender::tests::TEST (memory_utils, UninitializedCopyN_ActuallyCopies) | |
blender::tests::TEST (memory_utils, UninitializedCopyN_StrongExceptionSafety) | |
blender::tests::TEST (memory_utils, UninitializedFillN_ActuallyCopies) | |
blender::tests::TEST (memory_utils, UninitializedFillN_StrongExceptionSafety) | |
blender::tests::TEST (memory_utils, ScopedDefer1) | |
blender::tests::TEST (memory_utils, ScopedDefer2) | |
|
inlinestatic |
Definition at line 12 of file BLI_memory_utils_test.cc.
Referenced by blender::tests::TEST().