Flutter Engine
The Flutter Engine
|
#include <precompiler.h>
Public Types | |
typedef const Object * | Key |
typedef const Object * | Value |
typedef const Object * | 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 187 of file precompiler.h.
typedef const Object* dart::ProgramElementKeyValueTrait::Key |
Definition at line 190 of file precompiler.h.
typedef const Object* dart::ProgramElementKeyValueTrait::Pair |
Definition at line 192 of file precompiler.h.
typedef const Object* dart::ProgramElementKeyValueTrait::Value |
Definition at line 191 of file precompiler.h.
Definition at line 198 of file precompiler.h.
Definition at line 215 of file precompiler.h.
Definition at line 194 of file precompiler.h.
Definition at line 196 of file precompiler.h.