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

#include <canonical_tables.h>

Public Member Functions

 CanonicalTypeKey (const Type &key)
 
bool Matches (const Type &arg) const
 
uword Hash () const
 

Public Attributes

const Typekey_
 

Detailed Description

Definition at line 138 of file canonical_tables.h.

Constructor & Destructor Documentation

◆ CanonicalTypeKey()

dart::CanonicalTypeKey::CanonicalTypeKey ( const Type key)
inlineexplicit

Definition at line 140 of file canonical_tables.h.

Member Function Documentation

◆ Hash()

uword dart::CanonicalTypeKey::Hash ( ) const
inline

Definition at line 142 of file canonical_tables.h.

142{ return key_.Hash(); }
uword Hash() const
Definition object.h:13351

◆ Matches()

bool dart::CanonicalTypeKey::Matches ( const Type arg) const
inline

Definition at line 141 of file canonical_tables.h.

141{ return key_.Equals(arg); }
virtual bool Equals(const Instance &other) const
Definition object.h:9074

Member Data Documentation

◆ key_

const Type& dart::CanonicalTypeKey::key_

Definition at line 143 of file canonical_tables.h.


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