Flutter Engine
The Flutter Engine
|
#include <precompiler.h>
Public Types | |
typedef const String * | Key |
typedef const String * | Value |
typedef const String * | 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 53 of file precompiler.h.
typedef const String* dart::SymbolKeyValueTrait::Key |
Definition at line 56 of file precompiler.h.
typedef const String* dart::SymbolKeyValueTrait::Pair |
Definition at line 58 of file precompiler.h.
typedef const String* dart::SymbolKeyValueTrait::Value |
Definition at line 57 of file precompiler.h.
Definition at line 64 of file precompiler.h.
Definition at line 66 of file precompiler.h.
Definition at line 60 of file precompiler.h.
Definition at line 62 of file precompiler.h.