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

Classes

struct  Pair
 

Public Types

typedef StackMapEntryKey
 
typedef intptr_t Value
 

Static Public Member Functions

static Key KeyOf (Pair kv)
 
static Value ValueOf (Pair kv)
 
static uword Hash (Key key)
 
static bool IsKeyEqual (Pair kv, Key key)
 

Detailed Description

Definition at line 540 of file program_visitor.cc.

Member Typedef Documentation

◆ Key

Definition at line 542 of file program_visitor.cc.

◆ Value

Definition at line 543 of file program_visitor.cc.

Member Function Documentation

◆ Hash()

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

Definition at line 557 of file program_visitor.cc.

557{ return key->Hash(); }

◆ IsKeyEqual()

static bool dart::StackMapEntryKeyIntValueTrait::IsKeyEqual ( Pair  kv,
Key  key 
)
inlinestatic

Definition at line 558 of file program_visitor.cc.

558{ return key->Equals(*kv.key); }

◆ KeyOf()

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

Definition at line 555 of file program_visitor.cc.

555{ return kv.key; }

◆ ValueOf()

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

Definition at line 556 of file program_visitor.cc.

556{ return kv.value; }

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