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

#include <hashmap.h>

Public Member Functions

 Entry ()
 

Public Attributes

void * key
 
void * value
 
uint32_t hash
 

Detailed Description

Definition at line 49 of file hashmap.h.

Constructor & Destructor Documentation

◆ Entry()

dart::SimpleHashMap::Entry::Entry ( )
inline

Definition at line 50 of file hashmap.h.

50: key(nullptr), value(nullptr), hash(0) {}

Member Data Documentation

◆ hash

uint32_t dart::SimpleHashMap::Entry::hash

Definition at line 53 of file hashmap.h.

◆ key

void* dart::SimpleHashMap::Entry::key

Definition at line 51 of file hashmap.h.

◆ value

void* dart::SimpleHashMap::Entry::value

Definition at line 52 of file hashmap.h.


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