Flutter Engine
The Flutter Engine
|
#include "include/private/base/SkAssert.h"
#include "include/private/base/SkDebug.h"
#include "include/private/base/SkTo.h"
#include "src/base/SkBlockAllocator.h"
#include <algorithm>
#include <cstring>
#include <type_traits>
#include <utility>
Go to the source code of this file.
Classes | |
class | SkTBlockList< T, StartingItems > |
class | BlockIndexIterator< T, Forward, Const, Start, End, Next, Resolve > |
class | BlockIndexIterator< T, Forward, Const, Start, End, Next, Resolve >::Item |
Typedefs | |
using | IndexFn = int(*)(const SkBlockAllocator::Block *) |
using | NextFn = int(*)(const SkBlockAllocator::Block *, int) |
template<typename T , typename B > | |
using | ItemFn = T(*)(B *, int) |
using IndexFn = int (*)(const SkBlockAllocator::Block*) |
Definition at line 22 of file SkTBlockList.h.
Definition at line 24 of file SkTBlockList.h.
using NextFn = int (*)(const SkBlockAllocator::Block*, int) |
Definition at line 23 of file SkTBlockList.h.