|
| TemplateHashMapImpl (uint32_t capacity=kDefaultHashMapCapacity, MatchFun match=MatchFun(), AllocationPolicy allocator=AllocationPolicy()) |
|
| TemplateHashMapImpl (const TemplateHashMapImpl &)=delete |
|
| TemplateHashMapImpl (const TemplateHashMapImpl *original, AllocationPolicy allocator=AllocationPolicy()) |
|
| TemplateHashMapImpl (TemplateHashMapImpl &&other) V8_NOEXCEPT=default |
|
TemplateHashMapImpl & | operator= (const TemplateHashMapImpl &)=delete |
|
TemplateHashMapImpl & | operator= (TemplateHashMapImpl &&other) V8_NOEXCEPT=default |
|
| ~TemplateHashMapImpl () |
|
Entry * | Lookup (const void *&key, uint32_t hash) const |
|
Entry * | LookupOrInsert (const void *&key, uint32_t hash) |
|
Entry * | LookupOrInsert (const void *&key, uint32_t hash, const Func &value_func) |
|
Entry * | LookupOrInsert (const LookupKey &lookup_key, uint32_t hash, const KeyFunc &key_func, const ValueFunc &value_func) |
|
Entry * | InsertNew (const void *&key, uint32_t hash) |
|
void * | Remove (const void *&key, uint32_t hash) |
|
void | Clear () |
|
void | Invalidate () |
|
uint32_t | occupancy () const |
|
uint32_t | capacity () const |
|
Entry * | Start () const |
|
Entry * | Next (Entry *entry) const |
|
AllocationPolicy | allocator () const |
|
void | Initialize (uint32_t capacity) |
|
static const uint32_t | kDefaultHashMapCapacity |
|
template<class Key, class
Value, class MatchFun, class AllocationPolicy>
class v8::base::TemplateHashMap< Key, Value, MatchFun, AllocationPolicy >
Definition at line 524 of file hashmap.h.