Flutter Engine
The Flutter Engine
|
#include <hash_map.h>
Public Types | |
typedef T * | Value |
typedef T * | Key |
typedef T * | Pair |
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 369 of file hash_map.h.
typedef T* dart::PointerSetKeyValueTrait< T >::Key |
Definition at line 372 of file hash_map.h.
typedef T* dart::PointerSetKeyValueTrait< T >::Pair |
Definition at line 373 of file hash_map.h.
typedef T* dart::PointerSetKeyValueTrait< T >::Value |
Definition at line 371 of file hash_map.h.
|
inlinestatic |
Definition at line 377 of file hash_map.h.
|
inlinestatic |
Definition at line 378 of file hash_map.h.
|
inlinestatic |
Definition at line 375 of file hash_map.h.
|
inlinestatic |
Definition at line 376 of file hash_map.h.