#include <swiss-hash-table-helpers.h>
|
| static constexpr size_t | kWidth = 8 |
| |
| static constexpr uint64_t | kMsbs = 0x8080808080808080ULL |
| |
| static constexpr uint64_t | kLsbs = 0x0101010101010101ULL |
| |
Definition at line 288 of file swiss-hash-table-helpers.h.
◆ GroupPortableImpl()
| v8::internal::swiss_table::GroupPortableImpl::GroupPortableImpl |
( |
const ctrl_t * | pos | ) |
|
|
inlineexplicit |
◆ Match()
| BitMask< uint64_t, kWidth, 3 > v8::internal::swiss_table::GroupPortableImpl::Match |
( |
h2_t | hash | ) |
const |
|
inline |
◆ MatchEmpty()
| BitMask< uint64_t, kWidth, 3 > v8::internal::swiss_table::GroupPortableImpl::MatchEmpty |
( |
| ) |
const |
|
inline |
◆ ctrl
| uint64_t v8::internal::swiss_table::GroupPortableImpl::ctrl |
◆ kLsbs
| uint64_t v8::internal::swiss_table::GroupPortableImpl::kLsbs = 0x0101010101010101ULL |
|
staticconstexpr |
◆ kMsbs
| uint64_t v8::internal::swiss_table::GroupPortableImpl::kMsbs = 0x8080808080808080ULL |
|
staticconstexpr |
◆ kWidth
| size_t v8::internal::swiss_table::GroupPortableImpl::kWidth = 8 |
|
staticconstexpr |
The documentation for this struct was generated from the following file: