#include <canonical_tables.h>
Definition at line 346 of file canonical_tables.h.
◆ DispatcherKey()
◆ Equals()
bool dart::DispatcherKey::Equals |
( |
const Function & |
other | ) |
const |
|
inline |
Definition at line 352 of file canonical_tables.h.
352 {
353 return (name_.
ptr() == other.name()) &&
354 (args_desc_.
ptr() == other.saved_args_desc()) &&
355 (kind_ == other.kind());
356 }
◆ Hash()
uword dart::DispatcherKey::Hash |
( |
| ) |
const |
|
inline |
Definition at line 357 of file canonical_tables.h.
uint32_t CombineHashes(uint32_t hash, uint32_t other_hash)
The documentation for this class was generated from the following file: