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

#include <precompiler.h>

Public Types

typedef const TypeArgumentsKey
 
typedef const TypeArgumentsValue
 
typedef const TypeArgumentsPair
 

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 167 of file precompiler.h.

Member Typedef Documentation

◆ Key

Definition at line 170 of file precompiler.h.

◆ Pair

Definition at line 172 of file precompiler.h.

◆ Value

Definition at line 171 of file precompiler.h.

Member Function Documentation

◆ Hash()

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

Definition at line 178 of file precompiler.h.

178{ return key->Hash(); }

◆ IsKeyEqual()

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

Definition at line 180 of file precompiler.h.

180 {
181 return pair->ptr() == key->ptr();
182 }

◆ KeyOf()

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

Definition at line 174 of file precompiler.h.

174{ return kv; }

◆ ValueOf()

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

Definition at line 176 of file precompiler.h.

176{ return kv; }

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