Flutter Engine
The Flutter Engine
|
#include <hash_map.h>
Classes | |
struct | Pair |
Public Types | |
using | Key = const char * |
using | Value = intptr_t |
Static Public Member Functions | |
static Key | KeyOf (const Pair &pair) |
static Value | ValueOf (const Pair &pair) |
static uword | Hash (const Key &key) |
static bool | IsKeyEqual (const Pair &kv, const Key &key) |
Static Public Attributes | |
static constexpr Value | kNoValue = kIntptrMin |
Definition at line 459 of file hash_map.h.
using dart::CStringIntMapKeyValueTrait::Key = const char* |
Definition at line 460 of file hash_map.h.
using dart::CStringIntMapKeyValueTrait::Value = intptr_t |
Definition at line 461 of file hash_map.h.
Definition at line 476 of file hash_map.h.
Definition at line 474 of file hash_map.h.
Definition at line 475 of file hash_map.h.
|
staticconstexpr |
Definition at line 463 of file hash_map.h.