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

#include <canonical_tables.h>

Public Member Functions

 CanonicalRecordTypeKey (const RecordType &key)
 
bool Matches (const RecordType &arg) const
 
uword Hash () const
 

Public Attributes

const RecordTypekey_
 

Detailed Description

Definition at line 216 of file canonical_tables.h.

Constructor & Destructor Documentation

◆ CanonicalRecordTypeKey()

dart::CanonicalRecordTypeKey::CanonicalRecordTypeKey ( const RecordType key)
inlineexplicit

Definition at line 218 of file canonical_tables.h.

Member Function Documentation

◆ Hash()

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

Definition at line 220 of file canonical_tables.h.

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

◆ Matches()

bool dart::CanonicalRecordTypeKey::Matches ( const RecordType arg) const
inline

Definition at line 219 of file canonical_tables.h.

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

Member Data Documentation

◆ key_

const RecordType& dart::CanonicalRecordTypeKey::key_

Definition at line 221 of file canonical_tables.h.


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