Flutter Engine
The Flutter Engine
|
#include <precompiler.h>
Public Types | |
typedef const Instance * | Key |
typedef const Instance * | Value |
typedef const Instance * | Pair |
Static Public Member Functions | |
static Key | KeyOf (Pair kv) |
static Value | ValueOf (Pair kv) |
static uword | Hash (Key key) |
static bool | IsKeyEqual (Pair pair, Key key) |
Definition at line 222 of file precompiler.h.
typedef const Instance* dart::InstanceKeyValueTrait::Key |
Definition at line 225 of file precompiler.h.
typedef const Instance* dart::InstanceKeyValueTrait::Pair |
Definition at line 227 of file precompiler.h.
typedef const Instance* dart::InstanceKeyValueTrait::Value |
Definition at line 226 of file precompiler.h.
Definition at line 233 of file precompiler.h.
Definition at line 235 of file precompiler.h.
Definition at line 229 of file precompiler.h.
Definition at line 231 of file precompiler.h.