|
| | CustomMatcherTemplateHashMapImpl (MatchFun match, uint32_t capacity=Base::kDefaultHashMapCapacity, AllocationPolicy allocator=AllocationPolicy()) |
| |
| | CustomMatcherTemplateHashMapImpl (const CustomMatcherTemplateHashMapImpl *original, AllocationPolicy allocator=AllocationPolicy()) |
| |
| | CustomMatcherTemplateHashMapImpl (const CustomMatcherTemplateHashMapImpl &)=delete |
| |
| CustomMatcherTemplateHashMapImpl & | operator= (const CustomMatcherTemplateHashMapImpl &)=delete |
| |
| | TemplateHashMapImpl (uint32_t capacity=kDefaultHashMapCapacity, HashEqualityThenKeyMatcher< void *, bool(*)(void *, void *)> match=HashEqualityThenKeyMatcher< void *, bool(*)(void *, void *)>(), 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 |
| |
template<typename AllocationPolicy>
class v8::base::CustomMatcherTemplateHashMapImpl< AllocationPolicy >
Definition at line 451 of file hashmap.h.