|
| TemplateHashMapImpl (uint32_t capacity=kDefaultHashMapCapacity, MatchFun match=MatchFun(), AllocationPolicy allocator=AllocationPolicy()) |
|
| TemplateHashMapImpl (const TemplateHashMapImpl< Key, Value, MatchFun, AllocationPolicy > *original, AllocationPolicy allocator=AllocationPolicy()) |
|
Entry * | Lookup (const Key &key, uint32_t hash) const |
|
Entry * | LookupOrInsert (const Key &key, uint32_t hash, AllocationPolicy allocator=AllocationPolicy()) |
|
template<typename Func > |
Entry * | LookupOrInsert (const Key &key, uint32_t hash, const Func &value_func, AllocationPolicy allocator=AllocationPolicy()) |
|
Entry * | InsertNew (const Key &key, uint32_t hash, AllocationPolicy allocator=AllocationPolicy()) |
|
Value | Remove (const Key &key, uint32_t hash) |
|
void | Clear () |
|
void | Invalidate () |
|
uint32_t | occupancy () const |
|
uint32_t | capacity () const |
|
Entry * | Start () const |
|
Entry * | Next (Entry *entry) const |
|
void | Reset (AllocationPolicy allocator) |
|
template<typename Key, typename Value, class MatchFun, class AllocationPolicy>
class v8::base::TemplateHashMapImpl< Key, Value, MatchFun, AllocationPolicy >
Definition at line 28 of file hashmap.h.