Flutter Engine
The Flutter Engine
|
#include "include/core/SkData.h"
#include "include/core/SkDataTable.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkStream.h"
#include "include/core/SkString.h"
#include "include/core/SkTypes.h"
#include "include/private/base/SkMalloc.h"
#include "src/core/SkOSFile.h"
#include "src/utils/SkOSPath.h"
#include "tests/Test.h"
#include <array>
#include <cstdio>
#include <cstring>
Go to the source code of this file.
Functions | |
static void | test_is_equal (skiatest::Reporter *reporter, const SkDataTable *a, const SkDataTable *b) |
static void | test_datatable_is_empty (skiatest::Reporter *reporter, SkDataTable *table) |
static void | test_emptytable (skiatest::Reporter *reporter) |
static void | test_simpletable (skiatest::Reporter *reporter) |
static void | test_vartable (skiatest::Reporter *reporter) |
static void | test_globaltable (skiatest::Reporter *reporter) |
DEF_TEST (DataTable, reporter) | |
static void | delete_int_proc (const void *ptr, void *context) |
static void | assert_len (skiatest::Reporter *reporter, const sk_sp< SkData > &ref, size_t len) |
static void | assert_data (skiatest::Reporter *reporter, const sk_sp< SkData > &ref, const void *data, size_t len) |
static void | test_cstring (skiatest::Reporter *reporter) |
static void | test_files (skiatest::Reporter *reporter) |
DEF_TEST (Data, reporter) | |
DEF_TEST (Data_empty, reporter) | |
Variables | |
static void * | gGlobal |
|
static |
Definition at line 131 of file DataRefTest.cpp.
|
static |
Definition at line 127 of file DataRefTest.cpp.
DEF_TEST | ( | Data | , |
reporter | |||
) |
Definition at line 182 of file DataRefTest.cpp.
DEF_TEST | ( | Data_empty | , |
reporter | |||
) |
Definition at line 208 of file DataRefTest.cpp.
DEF_TEST | ( | DataTable | , |
reporter | |||
) |
Definition at line 112 of file DataRefTest.cpp.
|
static |
Definition at line 121 of file DataRefTest.cpp.
|
static |
Definition at line 137 of file DataRefTest.cpp.
|
static |
Definition at line 35 of file DataRefTest.cpp.
|
static |
Definition at line 40 of file DataRefTest.cpp.
|
static |
Definition at line 151 of file DataRefTest.cpp.
|
static |
Definition at line 94 of file DataRefTest.cpp.
|
static |
Definition at line 23 of file DataRefTest.cpp.
|
static |
Definition at line 56 of file DataRefTest.cpp.
|
static |
Definition at line 69 of file DataRefTest.cpp.
|
static |
Definition at line 119 of file DataRefTest.cpp.