V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::base::CustomMatcherTemplateHashMapImpl< AllocationPolicy > Class Template Reference
Inheritance diagram for v8::base::CustomMatcherTemplateHashMapImpl< AllocationPolicy >:
v8::base::TemplateHashMapImpl< void *, void *, HashEqualityThenKeyMatcher< void *, bool(*)(void *, void *)>, AllocationPolicy >

Public Types

typedef bool(* MatchFun) (void *, void *)
 
- Public Types inherited from v8::base::TemplateHashMapImpl< void *, void *, HashEqualityThenKeyMatcher< void *, bool(*)(void *, void *)>, AllocationPolicy >
typedef TemplateHashMapEntry< void *, void * > Entry
 

Public Member Functions

 CustomMatcherTemplateHashMapImpl (MatchFun match, uint32_t capacity=Base::kDefaultHashMapCapacity, AllocationPolicy allocator=AllocationPolicy())
 
 CustomMatcherTemplateHashMapImpl (const CustomMatcherTemplateHashMapImpl< AllocationPolicy > *original, AllocationPolicy allocator=AllocationPolicy())
 
- Public Member Functions inherited from v8::base::TemplateHashMapImpl< void *, void *, HashEqualityThenKeyMatcher< void *, bool(*)(void *, void *)>, AllocationPolicy >
 TemplateHashMapImpl (uint32_t capacity=kDefaultHashMapCapacity, HashEqualityThenKeyMatcher< void *, bool(*)(void *, void *)> match=HashEqualityThenKeyMatcher< void *, bool(*)(void *, void *)>(), AllocationPolicy allocator=AllocationPolicy())
 
 TemplateHashMapImpl (const TemplateHashMapImpl< void *, void *, HashEqualityThenKeyMatcher< void *, bool(*)(void *, void *)>, AllocationPolicy > *original, AllocationPolicy allocator=AllocationPolicy())
 
EntryLookup (const void * &key, uint32_t hash) const
 
EntryLookupOrInsert (const void * &key, uint32_t hash, AllocationPolicy allocator=AllocationPolicy())
 
EntryLookupOrInsert (const void * &key, uint32_t hash, const Func &value_func, AllocationPolicy allocator=AllocationPolicy())
 
EntryInsertNew (const void * &key, uint32_t hash, AllocationPolicy allocator=AllocationPolicy())
 
void * Remove (const void * &key, uint32_t hash)
 
void Clear ()
 
void Invalidate ()
 
uint32_t occupancy () const
 
uint32_t capacity () const
 
EntryStart () const
 
EntryNext (Entry *entry) const
 
void Reset (AllocationPolicy allocator)
 

Additional Inherited Members

- Static Public Attributes inherited from v8::base::TemplateHashMapImpl< void *, void *, HashEqualityThenKeyMatcher< void *, bool(*)(void *, void *)>, AllocationPolicy >
static const uint32_t kDefaultHashMapCapacity
 
- Protected Member Functions inherited from v8::base::TemplateHashMapImpl< void *, void *, HashEqualityThenKeyMatcher< void *, bool(*)(void *, void *)>, AllocationPolicy >
void Initialize (uint32_t capacity, AllocationPolicy allocator)
 

Detailed Description

template<typename AllocationPolicy>
class v8::base::CustomMatcherTemplateHashMapImpl< AllocationPolicy >

Definition at line 387 of file hashmap.h.


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