allocator_ | dart::BaseDirectChainedHashMap< KeyValueTrait, MallocAllocated, Malloc > | protected |
BaseDirectChainedHashMap(Malloc *allocator, intptr_t initial_size=kInitialSize) | dart::BaseDirectChainedHashMap< KeyValueTrait, MallocAllocated, Malloc > | inlineexplicit |
BaseDirectChainedHashMap(const BaseDirectChainedHashMap &other) | dart::BaseDirectChainedHashMap< KeyValueTrait, MallocAllocated, Malloc > | |
Clear() | dart::BaseDirectChainedHashMap< KeyValueTrait, MallocAllocated, Malloc > | inline |
deleted_count_ | dart::BaseDirectChainedHashMap< KeyValueTrait, MallocAllocated, Malloc > | protected |
GetIterator() const | dart::BaseDirectChainedHashMap< KeyValueTrait, MallocAllocated, Malloc > | inline |
hash_table_ | dart::BaseDirectChainedHashMap< KeyValueTrait, MallocAllocated, Malloc > | protected |
hash_table_size_ | dart::BaseDirectChainedHashMap< KeyValueTrait, MallocAllocated, Malloc > | protected |
HasKey(typename KeyValueTrait::Key key) const | dart::BaseDirectChainedHashMap< KeyValueTrait, MallocAllocated, Malloc > | inline |
Insert(typename KeyValueTrait::Pair kv) | dart::BaseDirectChainedHashMap< KeyValueTrait, MallocAllocated, Malloc > | |
IsEmpty() const | dart::BaseDirectChainedHashMap< KeyValueTrait, MallocAllocated, Malloc > | inline |
kDeleted | dart::BaseDirectChainedHashMap< KeyValueTrait, MallocAllocated, Malloc > | protectedstatic |
kEmpty | dart::BaseDirectChainedHashMap< KeyValueTrait, MallocAllocated, Malloc > | protectedstatic |
kInitialSize | dart::BaseDirectChainedHashMap< KeyValueTrait, MallocAllocated, Malloc > | protectedstatic |
kMaxPairs | dart::BaseDirectChainedHashMap< KeyValueTrait, MallocAllocated, Malloc > | protectedstatic |
Length() const | dart::BaseDirectChainedHashMap< KeyValueTrait, MallocAllocated, Malloc > | inline |
Lookup(typename KeyValueTrait::Key key) const | dart::BaseDirectChainedHashMap< KeyValueTrait, MallocAllocated, Malloc > | |
LookupValue(typename KeyValueTrait::Key key) const | dart::BaseDirectChainedHashMap< KeyValueTrait, MallocAllocated, Malloc > | |
MallocAllocated() | dart::MallocAllocated | inline |
MallocDirectChainedHashMap(intptr_t initial_size=MallocDirectChainedHashMap::kInitialSize) | dart::MallocDirectChainedHashMap< KeyValueTrait > | inline |
MallocDirectChainedHashMap(const MallocDirectChainedHashMap &other) | dart::MallocDirectChainedHashMap< KeyValueTrait > | inline |
next_pair_index_ | dart::BaseDirectChainedHashMap< KeyValueTrait, MallocAllocated, Malloc > | protected |
operator delete(void *pointer) | dart::MallocAllocated | inline |
operator delete[](void *pointer) | dart::MallocAllocated | inline |
operator new(size_t size) | dart::MallocAllocated | inline |
operator new[](size_t size) | dart::MallocAllocated | inline |
pairs_ | dart::BaseDirectChainedHashMap< KeyValueTrait, MallocAllocated, Malloc > | protected |
pairs_size_ | dart::BaseDirectChainedHashMap< KeyValueTrait, MallocAllocated, Malloc > | protected |
Remove(typename KeyValueTrait::Key key) | dart::BaseDirectChainedHashMap< KeyValueTrait, MallocAllocated, Malloc > | |
Resize(intptr_t new_size) | dart::BaseDirectChainedHashMap< KeyValueTrait, MallocAllocated, Malloc > | protected |
Size() const | dart::BaseDirectChainedHashMap< KeyValueTrait, MallocAllocated, Malloc > | inline |
Update(typename KeyValueTrait::Pair kv) | dart::BaseDirectChainedHashMap< KeyValueTrait, MallocAllocated, Malloc > | |
~BaseDirectChainedHashMap() | dart::BaseDirectChainedHashMap< KeyValueTrait, MallocAllocated, Malloc > | inline |