#include <hash_table.h>
|
static constexpr intptr_t | ArrayCid = kArrayCid |
|
Definition at line 15 of file hash_table.h.
◆ ArrayHandle
◆ ArrayPtr
◆ At()
Definition at line 38 of file hash_table.h.
38 {
39 return array->At(index);
40 }
◆ ClearHandle()
static void dart::ArrayStorageTraits::ClearHandle |
( |
ArrayHandle & |
handle | ) |
|
|
inlinestatic |
◆ IsImmutable()
static bool dart::ArrayStorageTraits::IsImmutable |
( |
const ArrayHandle & |
handle | ) |
|
|
inlinestatic |
Definition at line 34 of file hash_table.h.
34 {
35 return handle.ptr()->untag()->InVMIsolateHeap();
36 }
◆ New()
Definition at line 30 of file hash_table.h.
30 {
32 }
static ArrayPtr New(intptr_t len, Heap::Space space=Heap::kNew)
◆ PtrToHandle()
◆ SetAt()
static void dart::ArrayStorageTraits::SetAt |
( |
ArrayHandle * |
array, |
|
|
intptr_t |
index, |
|
|
const Object & |
value |
|
) |
| |
|
inlinestatic |
◆ SetHandle()
◆ ArrayCid
constexpr intptr_t dart::ArrayStorageTraits::ArrayCid = kArrayCid |
|
staticconstexpr |
The documentation for this struct was generated from the following file: