Flutter Engine
The Flutter Engine
|
#include <hash_map.h>
Public Types | |
typedef T | Value |
typedef intptr_t | Key |
typedef T | Pair |
Static Public Member Functions | |
static intptr_t | KeyOf (Pair kv) |
static T | ValueOf (Pair kv) |
static uword | Hash (Key key) |
static bool | IsKeyEqual (Pair kv, Key key) |
Definition at line 385 of file hash_map.h.
typedef intptr_t dart::NumbersKeyValueTrait< T >::Key |
Definition at line 388 of file hash_map.h.
typedef T dart::NumbersKeyValueTrait< T >::Pair |
Definition at line 389 of file hash_map.h.
typedef T dart::NumbersKeyValueTrait< T >::Value |
Definition at line 387 of file hash_map.h.
|
inlinestatic |
Definition at line 393 of file hash_map.h.
|
inlinestatic |
Definition at line 394 of file hash_map.h.
|
inlinestatic |
Definition at line 391 of file hash_map.h.
|
inlinestatic |
Definition at line 392 of file hash_map.h.