Flutter Engine
The Flutter Engine
|
#include "include/core/SkString.h"
#include "include/private/base/SkAPI.h"
#include <cstddef>
#include <cstdint>
#include <string>
#include <string_view>
#include <type_traits>
Go to the source code of this file.
Classes | |
struct | SkGoodHash |
struct | SkForceDirectHash< K > |
Namespaces | |
namespace | SkChecksum |
Functions | |
static uint32_t | SkChecksum::Mix (uint32_t hash) |
static uint32_t | SkChecksum::CheapMix (uint32_t hash) |
uint32_t | SkChecksum::Hash32 (const void *data, size_t bytes, uint32_t seed) |
uint64_t | SkChecksum::Hash64 (const void *data, size_t bytes, uint64_t seed) |