Flutter Engine
The Flutter Engine
|
#include <hash_map.h>
Classes | |
struct | Pair |
Public Types | |
typedef intptr_t | Key |
typedef V | Value |
Static Public Member Functions | |
static Key | KeyOf (Pair kv) |
static Value | ValueOf (Pair kv) |
static uword | Hash (Key key) |
static bool | IsKeyEqual (Pair kv, Key key) |
Definition at line 512 of file hash_map.h.
typedef intptr_t dart::IntKeyRawPointerValueTrait< V >::Key |
Definition at line 514 of file hash_map.h.
typedef V dart::IntKeyRawPointerValueTrait< V >::Value |
Definition at line 515 of file hash_map.h.
|
inlinestatic |
Definition at line 528 of file hash_map.h.
|
inlinestatic |
Definition at line 529 of file hash_map.h.
|
inlinestatic |
Definition at line 526 of file hash_map.h.
|
inlinestatic |
Definition at line 527 of file hash_map.h.