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

#include <precompiler.h>

Static Public Member Functions

static const char * Name ()
 
static bool ReportStats ()
 
static bool IsMatch (const Object &a, const Object &b)
 
static uword Hash (const Object &obj)
 

Detailed Description

Definition at line 419 of file precompiler.h.

Member Function Documentation

◆ Hash()

static uword dart::FunctionsTraits::Hash ( const Object obj)
inlinestatic

Definition at line 427 of file precompiler.h.

427{ return String::Cast(obj).Hash(); }

◆ IsMatch()

static bool dart::FunctionsTraits::IsMatch ( const Object a,
const Object b 
)
inlinestatic

Definition at line 424 of file precompiler.h.

424 {
425 return String::Cast(a).ptr() == String::Cast(b).ptr();
426 }
static bool b
struct MyStruct a[10]

◆ Name()

static const char * dart::FunctionsTraits::Name ( )
inlinestatic

Definition at line 421 of file precompiler.h.

421{ return "FunctionsTraits"; }

◆ ReportStats()

static bool dart::FunctionsTraits::ReportStats ( )
inlinestatic

Definition at line 422 of file precompiler.h.

422{ return false; }

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