Flutter Engine
The Flutter Engine
|
#include "include/private/base/SkTemplates.h"
#include "tests/Test.h"
#include <cstddef>
#include <utility>
Go to the source code of this file.
Functions | |
static void | test_automalloc_realloc (skiatest::Reporter *reporter) |
DEF_TEST (Templates, reporter) | |
template<typename TContainer , typename TCount > | |
static void | test_container_apis (skiatest::Reporter *reporter) |
DEF_TEST (TemplateContainerAPIs, reporter) | |
template<typename TAutoMalloc > | |
static void | test_realloc_to_zero (skiatest::Reporter *reporter) |
DEF_TEST (AutoReallocToZero, reporter) | |
DEF_TEST (AutoTMallocSelfMove, r) | |
Variables | |
constexpr static int | kStackPreallocCount = 10 |
DEF_TEST | ( | AutoReallocToZero | , |
reporter | |||
) |
Definition at line 138 of file TemplatesTest.cpp.
DEF_TEST | ( | AutoTMallocSelfMove | , |
r | |||
) |
Definition at line 143 of file TemplatesTest.cpp.
DEF_TEST | ( | TemplateContainerAPIs | , |
reporter | |||
) |
Definition at line 113 of file TemplatesTest.cpp.
DEF_TEST | ( | Templates | , |
reporter | |||
) |
Definition at line 75 of file TemplatesTest.cpp.
|
static |
Definition at line 17 of file TemplatesTest.cpp.
|
static |
Definition at line 83 of file TemplatesTest.cpp.
|
static |
Definition at line 121 of file TemplatesTest.cpp.
|
staticconstexpr |
Definition at line 79 of file TemplatesTest.cpp.