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

#include <canonical_tables.h>

Public Member Functions

 CanonicalFunctionTypeKey (const FunctionType &key)
 
bool Matches (const FunctionType &arg) const
 
uword Hash () const
 

Public Attributes

const FunctionTypekey_
 

Detailed Description

Definition at line 177 of file canonical_tables.h.

Constructor & Destructor Documentation

◆ CanonicalFunctionTypeKey()

dart::CanonicalFunctionTypeKey::CanonicalFunctionTypeKey ( const FunctionType key)
inlineexplicit

Definition at line 179 of file canonical_tables.h.

Member Function Documentation

◆ Hash()

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

Definition at line 181 of file canonical_tables.h.

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

◆ Matches()

bool dart::CanonicalFunctionTypeKey::Matches ( const FunctionType arg) const
inline

Definition at line 180 of file canonical_tables.h.

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

Member Data Documentation

◆ key_

const FunctionType& dart::CanonicalFunctionTypeKey::key_

Definition at line 182 of file canonical_tables.h.


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