#include <raster_cache_key.h>
Definition at line 26 of file raster_cache_key.h.
◆ RasterCacheKeyID() [1/2]
| flutter::RasterCacheKeyID::RasterCacheKeyID |
( |
uint64_t |
unique_id, |
|
|
RasterCacheKeyType |
type |
|
) |
| |
|
inline |
Definition at line 30 of file raster_cache_key.h.
RasterCacheKeyType type() const
uint64_t unique_id() const
◆ RasterCacheKeyID() [2/2]
Definition at line 33 of file raster_cache_key.h.
static constexpr uint64_t kDefaultUniqueID
const std::vector< RasterCacheKeyID > & child_ids() const
◆ child_ids()
| const std::vector< RasterCacheKeyID > & flutter::RasterCacheKeyID::child_ids |
( |
| ) |
const |
|
inline |
◆ GetHash()
| std::size_t flutter::RasterCacheKeyID::GetHash |
( |
| ) |
const |
|
inline |
◆ LayerChildrenIds()
| std::optional< std::vector< RasterCacheKeyID > > flutter::RasterCacheKeyID::LayerChildrenIds |
( |
const Layer * |
layer | ) |
|
|
static |
◆ operator==()
| bool flutter::RasterCacheKeyID::operator== |
( |
const RasterCacheKeyID & |
other | ) |
const |
|
inline |
Definition at line 62 of file raster_cache_key.h.
62 {
63 return unique_id_ == other.unique_id_ && type_ == other.type_ &&
64 GetHash() == other.GetHash() && child_ids_ == other.child_ids_;
65 }
std::size_t GetHash() const
References GetHash().
◆ type()
◆ unique_id()
| uint64_t flutter::RasterCacheKeyID::unique_id |
( |
| ) |
const |
|
inline |
◆ kDefaultUniqueID
| constexpr uint64_t flutter::RasterCacheKeyID::kDefaultUniqueID = 0 |
|
staticconstexpr |
The documentation for this class was generated from the following files: