#include <hash-table.h>
Definition at line 68 of file hash-table.h.
◆ Capacity()
int v8::internal::HashTableBase::Capacity |
( |
| ) |
const |
|
inline |
◆ ComputeCapacity()
int v8::internal::HashTableBase::ComputeCapacity |
( |
int | at_least_space_for | ) |
|
|
inlinestatic |
◆ ElementAdded()
void v8::internal::HashTableBase::ElementAdded |
( |
| ) |
|
|
inline |
◆ ElementRemoved()
void v8::internal::HashTableBase::ElementRemoved |
( |
| ) |
|
|
inline |
◆ ElementsRemoved()
void v8::internal::HashTableBase::ElementsRemoved |
( |
int | n | ) |
|
|
inline |
◆ IterateEntries()
◆ NextProbe()
◆ NumberOfDeletedElements()
int v8::internal::HashTableBase::NumberOfDeletedElements |
( |
| ) |
const |
|
inline |
◆ NumberOfElements()
int v8::internal::HashTableBase::NumberOfElements |
( |
| ) |
const |
|
inline |
◆ SetInitialNumberOfElements()
void v8::internal::HashTableBase::SetInitialNumberOfElements |
( |
int | nof | ) |
|
|
inline |
◆ SetNumberOfDeletedElements()
void v8::internal::HashTableBase::SetNumberOfDeletedElements |
( |
int | nod | ) |
|
|
inlineprotected |
◆ SetNumberOfElements()
void v8::internal::HashTableBase::SetNumberOfElements |
( |
int | nof | ) |
|
|
inlineprotected |
◆ kCapacityIndex
const int v8::internal::HashTableBase::kCapacityIndex = 2 |
|
static |
◆ kMinCapacity
const int v8::internal::HashTableBase::kMinCapacity = 4 |
|
static |
◆ kNumberOfDeletedElementsIndex
const int v8::internal::HashTableBase::kNumberOfDeletedElementsIndex = 1 |
|
static |
◆ kNumberOfElementsIndex
const int v8::internal::HashTableBase::kNumberOfElementsIndex = 0 |
|
static |
◆ kPrefixStartIndex
const int v8::internal::HashTableBase::kPrefixStartIndex = 3 |
|
static |
The documentation for this class was generated from the following files: