|
size_t | absl::container_internal::AllocSize (size_t capacity, size_t slot_size, size_t slot_align) |
|
void | absl::container_internal::AssertIsValid (ctrl_t *ctrl) |
|
size_t | absl::container_internal::CapacityToGrowth (size_t capacity) |
|
void | absl::container_internal::ConvertDeletedToEmptyAndFullToDeleted (ctrl_t *ctrl, size_t capacity) |
|
ctrl_t * | absl::container_internal::EmptyGroup () |
|
template<typename P , typename H , typename E , typename A , typename Predicate > |
raw_hash_set< P, H, E, A >::size_type | absl::container_internal::EraseIf (Predicate &pred, raw_hash_set< P, H, E, A > *c) |
|
template FindInfo | absl::container_internal::find_first_non_full (const ctrl_t *, size_t, size_t) |
|
size_t | absl::container_internal::GrowthToLowerboundCapacity (size_t growth) |
|
size_t | absl::container_internal::H1 (size_t hash, const ctrl_t *ctrl) |
|
h2_t | absl::container_internal::H2 (size_t hash) |
|
bool | absl::container_internal::is_small (size_t capacity) |
|
bool | absl::container_internal::IsDeleted (ctrl_t c) |
|
bool | absl::container_internal::IsEmpty (ctrl_t c) |
|
bool | absl::container_internal::IsEmptyOrDeleted (ctrl_t c) |
|
bool | absl::container_internal::IsFull (ctrl_t c) |
|
template<class T > |
constexpr bool | absl::container_internal::IsNoThrowSwappable (std::false_type) |
|
template<class T > |
constexpr bool | absl::container_internal::IsNoThrowSwappable (std::true_type={}) |
|
bool | absl::container_internal::IsValidCapacity (size_t n) |
|
size_t | absl::container_internal::NormalizeCapacity (size_t n) |
|
constexpr size_t | absl::container_internal::NumClonedBytes () |
|
size_t | absl::container_internal::PerTableSalt (const ctrl_t *ctrl) |
|
probe_seq< Group::kWidth > | absl::container_internal::probe (const ctrl_t *ctrl, size_t hash, size_t capacity) |
|
void | absl::container_internal::ResetCtrl (size_t capacity, ctrl_t *ctrl, const void *slot, size_t slot_size) |
|
template<class InputIter > |
size_t | absl::container_internal::SelectBucketCountForIterRange (InputIter first, InputIter last, size_t bucket_count) |
|
void | absl::container_internal::SetCtrl (size_t i, ctrl_t h, size_t capacity, ctrl_t *ctrl, const void *slot, size_t slot_size) |
|
void | absl::container_internal::SetCtrl (size_t i, h2_t h, size_t capacity, ctrl_t *ctrl, const void *slot, size_t slot_size) |
|
bool | absl::container_internal::ShouldInsertBackwards (size_t hash, const ctrl_t *ctrl) |
|
size_t | absl::container_internal::SlotOffset (size_t capacity, size_t slot_align) |
|
template<typename AllocType > |
void | absl::container_internal::SwapAlloc (AllocType &, AllocType &, std::false_type) |
|
template<typename AllocType > |
void | absl::container_internal::SwapAlloc (AllocType &lhs, AllocType &rhs, std::true_type) |
|
template<typename T > |
uint32_t | absl::container_internal::TrailingZeros (T x) |
|