allocator() const | v8::base::TemplateHashMapImpl< Key, Value, MatchFun, AllocationPolicy > | inline |
capacity() const | v8::base::TemplateHashMapImpl< Key, Value, MatchFun, AllocationPolicy > | inline |
Clear() | v8::base::TemplateHashMapImpl< Key, Value, MatchFun, AllocationPolicy > | |
Entry typedef | v8::base::TemplateHashMapImpl< Key, Value, MatchFun, AllocationPolicy > | |
FillEmptyEntry(Entry *entry, const Key &key, const Value &value, uint32_t hash) | v8::base::TemplateHashMapImpl< Key, Value, MatchFun, AllocationPolicy > | private |
impl_ | v8::base::TemplateHashMapImpl< Key, Value, MatchFun, AllocationPolicy > | private |
Initialize(uint32_t capacity) | v8::base::TemplateHashMapImpl< Key, Value, MatchFun, AllocationPolicy > | protected |
InsertNew(const Key &key, uint32_t hash) | v8::base::TemplateHashMapImpl< Key, Value, MatchFun, AllocationPolicy > | |
Invalidate() | v8::base::TemplateHashMapImpl< Key, Value, MatchFun, AllocationPolicy > | inline |
kDefaultHashMapCapacity | v8::base::TemplateHashMapImpl< Key, Value, MatchFun, AllocationPolicy > | static |
Lookup(const Key &key, uint32_t hash) const | v8::base::TemplateHashMapImpl< Key, Value, MatchFun, AllocationPolicy > | |
LookupOrInsert(const Key &key, uint32_t hash) | v8::base::TemplateHashMapImpl< Key, Value, MatchFun, AllocationPolicy > | |
LookupOrInsert(const Key &key, uint32_t hash, const Func &value_func) | v8::base::TemplateHashMapImpl< Key, Value, MatchFun, AllocationPolicy > | |
LookupOrInsert(const LookupKey &lookup_key, uint32_t hash, const KeyFunc &key_func, const ValueFunc &value_func) | v8::base::TemplateHashMapImpl< Key, Value, MatchFun, AllocationPolicy > | |
map_end() const | v8::base::TemplateHashMapImpl< Key, Value, MatchFun, AllocationPolicy > | inlineprivate |
Next(Entry *entry) const | v8::base::TemplateHashMapImpl< Key, Value, MatchFun, AllocationPolicy > | |
occupancy() const | v8::base::TemplateHashMapImpl< Key, Value, MatchFun, AllocationPolicy > | inline |
operator=(const TemplateHashMapImpl &)=delete | v8::base::TemplateHashMapImpl< Key, Value, MatchFun, AllocationPolicy > | |
operator=(TemplateHashMapImpl &&other) V8_NOEXCEPT=default | v8::base::TemplateHashMapImpl< Key, Value, MatchFun, AllocationPolicy > | |
Probe(const LookupKey &key, uint32_t hash) const | v8::base::TemplateHashMapImpl< Key, Value, MatchFun, AllocationPolicy > | private |
Remove(const Key &key, uint32_t hash) | v8::base::TemplateHashMapImpl< Key, Value, MatchFun, AllocationPolicy > | |
Resize() | v8::base::TemplateHashMapImpl< Key, Value, MatchFun, AllocationPolicy > | private |
Start() const | v8::base::TemplateHashMapImpl< Key, Value, MatchFun, AllocationPolicy > | |
TemplateHashMapImpl(uint32_t capacity=kDefaultHashMapCapacity, MatchFun match=MatchFun(), AllocationPolicy allocator=AllocationPolicy()) | v8::base::TemplateHashMapImpl< Key, Value, MatchFun, AllocationPolicy > | explicit |
TemplateHashMapImpl(const TemplateHashMapImpl &)=delete | v8::base::TemplateHashMapImpl< Key, Value, MatchFun, AllocationPolicy > | |
TemplateHashMapImpl(const TemplateHashMapImpl *original, AllocationPolicy allocator=AllocationPolicy()) | v8::base::TemplateHashMapImpl< Key, Value, MatchFun, AllocationPolicy > | explicit |
TemplateHashMapImpl(TemplateHashMapImpl &&other) V8_NOEXCEPT=default | v8::base::TemplateHashMapImpl< Key, Value, MatchFun, AllocationPolicy > | |
~TemplateHashMapImpl() | v8::base::TemplateHashMapImpl< Key, Value, MatchFun, AllocationPolicy > | |