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

#include <regexp.h>

Public Types

typedef int32_t Key
 
typedef Entry Value
 

Static Public Member Functions

static const Entry NoValue ()
 
static int Compare (int32_t a, int32_t b)
 

Static Public Attributes

static const int32_t kNoKey = Utf::kInvalidChar
 

Detailed Description

Definition at line 145 of file regexp.h.

Member Typedef Documentation

◆ Key

Definition at line 147 of file regexp.h.

◆ Value

Definition at line 148 of file regexp.h.

Member Function Documentation

◆ Compare()

static int dart::ChoiceTable::Config::Compare ( int32_t  a,
int32_t  b 
)
inlinestatic

Definition at line 151 of file regexp.h.

151 {
152 if (a == b)
153 return 0;
154 else if (a < b)
155 return -1;
156 else
157 return 1;
158 }
static bool b
struct MyStruct a[10]

◆ NoValue()

static const Entry dart::ChoiceTable::Config::NoValue ( )
inlinestatic

Definition at line 150 of file regexp.h.

150{ return Value(); }

Member Data Documentation

◆ kNoKey

const int32_t dart::ChoiceTable::Config::kNoKey = Utf::kInvalidChar
static

Definition at line 149 of file regexp.h.


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