Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
dart::InstructionsKeyValueTrait Class Reference

Public Types

typedef const InstructionsKey
 
typedef const InstructionsValue
 
typedef const InstructionsPair
 

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)
 

Detailed Description

Definition at line 1138 of file program_visitor.cc.

Member Typedef Documentation

◆ Key

Definition at line 1141 of file program_visitor.cc.

◆ Pair

Definition at line 1143 of file program_visitor.cc.

◆ Value

Definition at line 1142 of file program_visitor.cc.

Member Function Documentation

◆ Hash()

static uword dart::InstructionsKeyValueTrait::Hash ( Key  key)
inlinestatic

Definition at line 1149 of file program_visitor.cc.

1149{ return key->Hash(); }

◆ IsKeyEqual()

static bool dart::InstructionsKeyValueTrait::IsKeyEqual ( Pair  pair,
Key  key 
)
inlinestatic

Definition at line 1151 of file program_visitor.cc.

1151 {
1152 return pair->Equals(*key);
1153 }

◆ KeyOf()

static Key dart::InstructionsKeyValueTrait::KeyOf ( Pair  kv)
inlinestatic

Definition at line 1145 of file program_visitor.cc.

1145{ return kv; }

◆ ValueOf()

static Value dart::InstructionsKeyValueTrait::ValueOf ( Pair  kv)
inlinestatic

Definition at line 1147 of file program_visitor.cc.

1147{ return kv; }

The documentation for this class was generated from the following file: