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

#include <precompiler.h>

Public Types

typedef int32_t Key
 
typedef int32_t Value
 
typedef int32_t 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)
 

Detailed Description

Definition at line 35 of file precompiler.h.

Member Typedef Documentation

◆ Key

Definition at line 38 of file precompiler.h.

◆ Pair

Definition at line 40 of file precompiler.h.

◆ Value

Definition at line 39 of file precompiler.h.

Member Function Documentation

◆ Hash()

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

Definition at line 46 of file precompiler.h.

46{ return key; }

◆ IsKeyEqual()

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

Definition at line 48 of file precompiler.h.

48{ return pair == key; }

◆ KeyOf()

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

Definition at line 42 of file precompiler.h.

42{ return kv; }

◆ ValueOf()

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

Definition at line 44 of file precompiler.h.

44{ return kv; }

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