Namespaces | |
example | |
hash_internal | |
hash_testing_internal | |
hashtable_debug_internal | |
internal_compressed_tuple | |
internal_layout | |
memory_internal | |
Enumerations | |
enum | Ctrl : ctrl_t { kEmpty = -128, kEmpty = -128, kDeleted = -2, kDeleted = -2, kSentinel = -1, kSentinel = -1 } |
enum | ctrl_t : int8_t { kEmpty = -128, kDeleted = -2, kSentinel = -1 } |
enum | MatchKind : uint8_t { MatchKind::kEq, MatchKind::kNe, MatchKind::kEq, MatchKind::kNe } |
enum | MatchKind : uint8_t { MatchKind::kEq, MatchKind::kNe, MatchKind::kEq, MatchKind::kNe } |
Functions | |
bool ABSL_INTERNAL_C_SYMBOL() | AbslContainerInternalSampleEverything () |
template<size_t Alignment, class Alloc > | |
void * | Allocate (Alloc *alloc, size_t n) |
template<typename C > | |
size_t | AllocatedByteSize (const C &c) |
size_t | AllocSize (size_t capacity, size_t slot_size, size_t slot_align) |
template<typename TypeParam > | |
void | AllocTest (std::false_type) |
template<typename TypeParam > | |
void | AllocTest (std::true_type) |
void | AssertIsFull (ctrl_t *ctrl) |
void | AssertIsValid (ctrl_t *ctrl) |
template<typename TypeParam > | |
void | BucketCountAllocTest (std::false_type) |
template<typename TypeParam > | |
void | BucketCountAllocTest (std::true_type) |
template<typename TypeParam > | |
void | BucketCountHashAllocTest (std::false_type) |
template<typename TypeParam > | |
void | BucketCountHashAllocTest (std::true_type) |
size_t | CapacityToGrowth (size_t capacity) |
template<typename Compare , typename Key > | |
constexpr bool | compare_has_valid_result_type () |
template<class Alloc , class T , class Tuple > | |
void | ConstructFromTuple (Alloc *alloc, T *ptr, Tuple &&t) |
void | ConvertDeletedToEmptyAndFullToDeleted (ctrl_t *ctrl, size_t capacity) |
template<typename TypeParam > | |
void | CopyConstructorAllocTest (std::false_type) |
template<typename TypeParam > | |
void | CopyConstructorAllocTest (std::true_type) |
template<size_t Alignment, class Alloc > | |
void | Deallocate (Alloc *alloc, void *p, size_t n) |
template<class F , class... Args> | |
auto | DecomposePair (F &&f, Args &&... args) -> decltype(memory_internal::DecomposePairImpl(std::forward< F >(f), PairArgs(std::forward< Args >(args)...))) |
template<class F , class Arg > | |
decltype(std::declval< F >()(std::declval< const Arg & >(), std::declval< Arg >())) | DecomposeValue (F &&f, Arg &&arg) |
ctrl_t * | EmptyGroup () |
template<typename P , typename H , typename E , typename A , typename Predicate > | |
raw_hash_set< P, H, E, A >::size_type | EraseIf (Predicate &pred, raw_hash_set< P, H, E, A > *c) |
template<typename P , typename H , typename E , typename A , typename Predicate > | |
void | EraseIf (Predicate pred, raw_hash_set< P, H, E, A > *c) |
template FindInfo | find_first_non_full (const ctrl_t *, size_t, size_t) |
FindInfo | find_first_non_full (ctrl_t *ctrl, size_t hash, size_t capacity) |
char * | GenerateDigits (char buf[16], unsigned val, unsigned maxval) |
std::vector< int > | GenerateNumbersWithSeed (int n, int maxval, int seed) |
template<typename V > | |
std::vector< V > | GenerateValuesWithSeed (int n, int maxval, int seed) |
template<typename C > | |
size_t | GetHashtableDebugNumProbes (const C &c, const typename C::key_type &key) |
template<typename C > | |
std::vector< size_t > | GetHashtableDebugNumProbesHistogram (const C &container) |
template<typename C > | |
HashtableDebugProbeSummary | GetHashtableDebugProbeSummary (const C &container) |
int32_t | GetHashtablezMaxSamples () |
int32_t | GetHashtablezSampleParameter () |
HashtablezSampler & | GlobalHashtablezSampler () |
size_t | GrowthToLowerboundCapacity (size_t growth) |
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST (UniquePtrModifiersTest) | |
size_t | H1 (size_t hash, const ctrl_t *ctrl) |
h2_t | H2 (size_t hash) |
size_t | HashSeed (const ctrl_t *ctrl) |
template<typename TypeParam > | |
void | InitializerListBucketAllocTest (std::false_type) |
template<typename TypeParam > | |
void | InitializerListBucketAllocTest (std::true_type) |
template<typename TypeParam > | |
void | InitializerListBucketHashAllocTest (std::false_type) |
template<typename TypeParam > | |
void | InitializerListBucketHashAllocTest (std::true_type) |
template<typename TypeParam > | |
void | InputIteratorBucketAllocTest (std::false_type) |
template<typename TypeParam > | |
void | InputIteratorBucketAllocTest (std::true_type) |
template<typename TypeParam > | |
void | InputIteratorBucketHashAllocTest (std::false_type) |
template<typename TypeParam > | |
void | InputIteratorBucketHashAllocTest (std::true_type) |
bool | is_small (size_t capacity) |
bool | IsDeleted (ctrl_t c) |
bool | IsEmpty (ctrl_t c) |
bool | IsEmptyOrDeleted (ctrl_t c) |
bool | IsFull (ctrl_t c) |
bool | IsHashtablezEnabled () |
template<class T > | |
constexpr bool | IsNoThrowSwappable (std::false_type) |
template<class T > | |
constexpr bool | IsNoThrowSwappable (std::true_type={}) |
bool | IsValidCapacity (size_t n) |
template<class Map > | |
auto | items (const Map &m) -> std::vector< std::pair< typename Map::key_type, typename Map::mapped_type >> |
template<class Set > | |
auto | keys (const Set &s) -> std::vector< typename std::decay< typename Set::key_type >::type > |
template<typename C > | |
size_t | LowerBoundAllocatedByteSize (size_t num_elements) |
template<typename TypeParam > | |
void | MoveConstructorAllocTest (std::false_type) |
template<typename TypeParam > | |
void | MoveConstructorAllocTest (std::true_type) |
size_t | NormalizeCapacity (size_t n) |
constexpr size_t | NumClonedBytes () |
std::pair< std::tuple<>, std::tuple<> > | PairArgs () |
template<class F , class S > | |
std::pair< std::tuple< const F & >, std::tuple< const S & > > | PairArgs (const std::pair< F, S > &p) |
template<class F , class S > | |
std::pair< std::tuple< F && >, std::tuple< S && > > | PairArgs (F &&f, S &&s) |
template<class F , class S > | |
std::pair< std::tuple< F && >, std::tuple< S && > > | PairArgs (std::pair< F, S > &&p) |
template<class F , class S > | |
auto | PairArgs (std::piecewise_construct_t, F &&f, S &&s) -> decltype(std::make_pair(memory_internal::TupleRef(std::forward< F >(f)), memory_internal::TupleRef(std::forward< S >(s)))) |
size_t | PerTableSalt (const ctrl_t *ctrl) |
probe_seq< Group::kWidth > | probe (const ctrl_t *ctrl, size_t hash, size_t capacity) |
probe_seq< Group::kWidth > | probe (ctrl_t *ctrl, size_t hash, size_t capacity) |
size_t | RandomSeed () |
void | RecordClearedReservationSlow (HashtablezInfo *info) |
void | RecordEraseSlow (HashtablezInfo *info) |
void | RecordInsertSlow (HashtablezInfo *info, size_t hash, size_t distance_from_desired) |
void | RecordRehashSlow (HashtablezInfo *info, size_t total_probe_length) |
void | RecordReservationSlow (HashtablezInfo *info, size_t target_capacity) |
void | RecordStorageChangedSlow (HashtablezInfo *info, size_t size, size_t capacity) |
REGISTER_TYPED_TEST_CASE_P (ConstructorTest, NoArgs, BucketCount, BucketCountHash, BucketCountHashEqual, BucketCountHashEqualAlloc, BucketCountAlloc, BucketCountHashAlloc, Alloc, InputIteratorBucketHashEqualAlloc, InputIteratorBucketAlloc, InputIteratorBucketHashAlloc, CopyConstructor, CopyConstructorAlloc, MoveConstructor, MoveConstructorAlloc, InitializerListBucketHashEqualAlloc, InitializerListBucketAlloc, InitializerListBucketHashAlloc, Assignment, MoveAssignment, AssignmentFromInitializerList, AssignmentOverwritesExisting, MoveAssignmentOverwritesExisting, AssignmentFromInitializerListOverwritesExisting, AssignmentOnSelf) | |
REGISTER_TYPED_TEST_CASE_P (ConstructorTest, NoArgs, BucketCount, BucketCountHash, BucketCountHashEqual, BucketCountHashEqualAlloc, BucketCountAlloc, BucketCountHashAlloc, Alloc, InputIteratorBucketHashEqualAlloc, InputIteratorBucketAlloc, InputIteratorBucketHashAlloc, CopyConstructor, CopyConstructorAlloc, MoveConstructor, MoveConstructorAlloc, InitializerListBucketHashEqualAlloc, InitializerListBucketAlloc, InitializerListBucketHashAlloc, CopyAssignment, MoveAssignment, AssignmentFromInitializerList, AssignmentOverwritesExisting, MoveAssignmentOverwritesExisting, AssignmentFromInitializerListOverwritesExisting, AssignmentOnSelf) | |
REGISTER_TYPED_TEST_CASE_P (LookupTest, At, OperatorBracket, Count, Find, EqualRange) | |
REGISTER_TYPED_TEST_CASE_P (LookupTest, Count, Find, EqualRange) | |
REGISTER_TYPED_TEST_CASE_P (ModifiersTest, Clear, Insert, InsertHint, InsertRange, Emplace, EmplaceHint, Erase, EraseRange, EraseKey, Swap) | |
REGISTER_TYPED_TEST_CASE_P (ModifiersTest, Clear, Insert, InsertHint, InsertRange, InsertOrAssign, InsertOrAssignHint, Emplace, EmplaceHint, TryEmplace, TryEmplaceHint, Erase, EraseRange, EraseKey, Swap) | |
REGISTER_TYPED_TEST_SUITE_P (ConstructorTest, NoArgs, BucketCount, BucketCountHash, BucketCountHashEqual, BucketCountHashEqualAlloc, BucketCountAlloc, BucketCountHashAlloc, Alloc, InputIteratorBucketHashEqualAlloc, InputIteratorBucketAlloc, InputIteratorBucketHashAlloc, CopyConstructor, CopyConstructorAlloc, MoveConstructor, MoveConstructorAlloc, InitializerListBucketHashEqualAlloc, InitializerListBucketAlloc, InitializerListBucketHashAlloc, Assignment, MoveAssignment, AssignmentFromInitializerList, AssignmentOverwritesExisting, MoveAssignmentOverwritesExisting, AssignmentFromInitializerListOverwritesExisting, AssignmentOnSelf) | |
REGISTER_TYPED_TEST_SUITE_P (ConstructorTest, NoArgs, BucketCount, BucketCountHash, BucketCountHashEqual, BucketCountHashEqualAlloc, BucketCountAlloc, BucketCountHashAlloc, Alloc, InputIteratorBucketHashEqualAlloc, InputIteratorBucketAlloc, InputIteratorBucketHashAlloc, CopyConstructor, CopyConstructorAlloc, MoveConstructor, MoveConstructorAlloc, InitializerListBucketHashEqualAlloc, InitializerListBucketAlloc, InitializerListBucketHashAlloc, CopyAssignment, MoveAssignment, AssignmentFromInitializerList, AssignmentOverwritesExisting, MoveAssignmentOverwritesExisting, AssignmentFromInitializerListOverwritesExisting, AssignmentOnSelf) | |
REGISTER_TYPED_TEST_SUITE_P (LookupTest, At, OperatorBracket, Count, Find, EqualRange) | |
REGISTER_TYPED_TEST_SUITE_P (LookupTest, Count, Find, EqualRange) | |
REGISTER_TYPED_TEST_SUITE_P (MembersTest, Typedefs, SimpleFunctions, BeginEnd) | |
REGISTER_TYPED_TEST_SUITE_P (ModifiersTest, Clear, Insert, InsertHint, InsertRange, InsertWithinCapacity, InsertRangeWithinCapacity, Emplace, EmplaceHint, Erase, EraseRange, EraseKey, Swap) | |
REGISTER_TYPED_TEST_SUITE_P (ModifiersTest, Clear, Insert, InsertHint, InsertRange, InsertWithinCapacity, InsertRangeWithinCapacity, InsertOrAssign, InsertOrAssignHint, Emplace, EmplaceHint, TryEmplace, TryEmplaceHint, Erase, EraseRange, EraseKey, Swap) | |
REGISTER_TYPED_TEST_SUITE_P (UniquePtrModifiersTest, TryEmplace) | |
void | ResetCtrl (size_t capacity, ctrl_t *ctrl, const void *slot, size_t slot_size) |
HashtablezInfoHandle | Sample () |
HashtablezInfoHandle | Sample (size_t inline_element_size ABSL_ATTRIBUTE_UNUSED) |
HashtablezInfo * | SampleSlow (int64_t *next_sample) |
HashtablezInfo * | SampleSlow (SamplingState &next_sample, size_t inline_element_size) |
void | SanitizerPoisonMemoryRegion (const void *m, size_t s) |
template<typename T > | |
void | SanitizerPoisonObject (const T *object) |
void | SanitizerUnpoisonMemoryRegion (const void *m, size_t s) |
template<typename T > | |
void | SanitizerUnpoisonObject (const T *object) |
template<class InputIter > | |
size_t | SelectBucketCountForIterRange (InputIter first, InputIter last, size_t bucket_count) |
void | SetCtrl (size_t i, ctrl_t h, size_t capacity, ctrl_t *ctrl, const void *slot, size_t slot_size) |
void | SetCtrl (size_t i, h2_t h, size_t capacity, ctrl_t *ctrl, const void *slot, size_t slot_size) |
void | SetHashtablezConfigListener (HashtablezConfigListener l) |
void | SetHashtablezEnabled (bool enabled) |
void | SetHashtablezEnabledInternal (bool enabled) |
void | SetHashtablezMaxSamples (int32_t max) |
void | SetHashtablezMaxSamplesInternal (int32_t max) |
void | SetHashtablezSampleParameter (int32_t rate) |
void | SetHashtablezSampleParameterInternal (int32_t rate) |
static bool | ShouldForceSampling () |
static bool | ShouldForceSampling () |
bool | ShouldInsertBackwards (size_t hash, const ctrl_t *ctrl) |
bool | ShouldInsertBackwards (size_t hash, ctrl_t *ctrl) |
size_t | SlotOffset (size_t capacity, size_t slot_align) |
template<typename AllocType > | |
void | SwapAlloc (AllocType &, AllocType &, std::false_type) |
template<typename AllocType > | |
void | SwapAlloc (AllocType &lhs, AllocType &rhs, std::true_type) |
template<typename T > | |
uint32_t | TrailingZeros (T x) |
TYPED_TEST_P (ConstructorTest, Alloc) | |
TYPED_TEST_P (ConstructorTest, Assignment) | |
TYPED_TEST_P (ConstructorTest, AssignmentFromInitializerList) | |
TYPED_TEST_P (ConstructorTest, AssignmentFromInitializerListOverwritesExisting) | |
TYPED_TEST_P (ConstructorTest, AssignmentOnSelf) | |
TYPED_TEST_P (ConstructorTest, AssignmentOverwritesExisting) | |
TYPED_TEST_P (ConstructorTest, BucketCount) | |
TYPED_TEST_P (ConstructorTest, BucketCountAlloc) | |
TYPED_TEST_P (ConstructorTest, BucketCountHash) | |
TYPED_TEST_P (ConstructorTest, BucketCountHashAlloc) | |
TYPED_TEST_P (ConstructorTest, BucketCountHashEqual) | |
TYPED_TEST_P (ConstructorTest, BucketCountHashEqualAlloc) | |
TYPED_TEST_P (ConstructorTest, CopyAssignment) | |
TYPED_TEST_P (ConstructorTest, CopyConstructor) | |
TYPED_TEST_P (ConstructorTest, CopyConstructorAlloc) | |
TYPED_TEST_P (ConstructorTest, InitializerListBucketAlloc) | |
TYPED_TEST_P (ConstructorTest, InitializerListBucketHashAlloc) | |
TYPED_TEST_P (ConstructorTest, InitializerListBucketHashEqualAlloc) | |
TYPED_TEST_P (ConstructorTest, InputIteratorBucketAlloc) | |
TYPED_TEST_P (ConstructorTest, InputIteratorBucketHashAlloc) | |
TYPED_TEST_P (ConstructorTest, InputIteratorBucketHashEqualAlloc) | |
TYPED_TEST_P (ConstructorTest, MoveAssignment) | |
TYPED_TEST_P (ConstructorTest, MoveAssignmentOverwritesExisting) | |
TYPED_TEST_P (ConstructorTest, MoveConstructor) | |
TYPED_TEST_P (ConstructorTest, MoveConstructorAlloc) | |
TYPED_TEST_P (ConstructorTest, NoArgs) | |
TYPED_TEST_P (LookupTest, At) | |
TYPED_TEST_P (LookupTest, Count) | |
TYPED_TEST_P (LookupTest, EqualRange) | |
TYPED_TEST_P (LookupTest, Find) | |
TYPED_TEST_P (LookupTest, OperatorBracket) | |
TYPED_TEST_P (MembersTest, BeginEnd) | |
TYPED_TEST_P (MembersTest, SimpleFunctions) | |
TYPED_TEST_P (MembersTest, Typedefs) | |
TYPED_TEST_P (ModifiersTest, Clear) | |
TYPED_TEST_P (ModifiersTest, Emplace) | |
TYPED_TEST_P (ModifiersTest, EmplaceHint) | |
TYPED_TEST_P (ModifiersTest, Erase) | |
TYPED_TEST_P (ModifiersTest, EraseKey) | |
TYPED_TEST_P (ModifiersTest, EraseRange) | |
TYPED_TEST_P (ModifiersTest, Insert) | |
TYPED_TEST_P (ModifiersTest, InsertHint) | |
TYPED_TEST_P (ModifiersTest, InsertOrAssign) | |
TYPED_TEST_P (ModifiersTest, InsertOrAssignHint) | |
TYPED_TEST_P (ModifiersTest, InsertRange) | |
TYPED_TEST_P (ModifiersTest, InsertRangeWithinCapacity) | |
TYPED_TEST_P (ModifiersTest, InsertWithinCapacity) | |
TYPED_TEST_P (ModifiersTest, Swap) | |
TYPED_TEST_P (ModifiersTest, TryEmplace) | |
TYPED_TEST_P (ModifiersTest, TryEmplaceHint) | |
TYPED_TEST_P (UniquePtrModifiersTest, TryEmplace) | |
TYPED_TEST_SUITE_P (ConstructorTest) | |
TYPED_TEST_SUITE_P (LookupTest) | |
TYPED_TEST_SUITE_P (MembersTest) | |
TYPED_TEST_SUITE_P (ModifiersTest) | |
TYPED_TEST_SUITE_P (UniquePtrModifiersTest) | |
void | UnsampleSlow (HashtablezInfo *info) |
template<typename T > | |
void | UseType () |
template<class T , class Tuple , class F > | |
decltype(std::declval< F >()(std::declval< T >())) | WithConstructed (Tuple &&t, F &&f) |
Variables | |
ABSL_CONST_INIT const ABSL_DLL ctrl_t | kEmptyGroup [16] |
using absl::container_internal::btree_is_key_compare_to = typedef std::is_convertible<absl::result_of_t<Compare(const T &, const T &)>, absl::weak_ordering> |
Definition at line 95 of file abseil-cpp/absl/container/internal/btree.h.
using absl::container_internal::compare_result_t = typedef absl::result_of_t<const Compare(const T &, const U &)> |
Definition at line 89 of file abseil-cpp/absl/container/internal/btree.h.
using absl::container_internal::ctrl_t = typedef signed char |
Definition at line 255 of file bloaty/third_party/abseil-cpp/absl/container/internal/raw_hash_set.h.
using absl::container_internal::expect_alloc_constructors = typedef absl::disjunction<absl::negation<is_std_unordered_set<T> >, has_alloc_std_constructors> |
Definition at line 153 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
using absl::container_internal::expect_cxx14_apis = typedef absl::disjunction<absl::negation<is_std_unordered_set<T> >, has_cxx14_std_apis> |
Definition at line 103 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
Definition at line 715 of file abseil-cpp/absl/container/internal/raw_hash_set.h.
Definition at line 403 of file abseil-cpp/absl/container/internal/raw_hash_set.h.
typedef std::false_type absl::container_internal::has_alloc_std_constructors |
Definition at line 147 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
typedef std::false_type absl::container_internal::has_cxx14_std_apis |
Definition at line 97 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
using absl::container_internal::hash_default_eq = typedef typename container_internal::HashEq<T>::Eq |
Definition at line 157 of file abseil-cpp/absl/container/internal/hash_function_defaults.h.
using absl::container_internal::hash_default_hash = typedef typename container_internal::HashEq<T>::Hash |
Definition at line 150 of file abseil-cpp/absl/container/internal/hash_function_defaults.h.
using absl::container_internal::HashtablezConfigListener = typedef void (*)() |
Definition at line 270 of file abseil-cpp/absl/container/internal/hashtablez_sampler.h.
using absl::container_internal::HashtablezSampler = typedef ::absl::profiling_internal::SampleRecorder<HashtablezInfo> |
Definition at line 265 of file abseil-cpp/absl/container/internal/hashtablez_sampler.h.
using absl::container_internal::IfNotVoid = typedef typename std::enable_if<!std::is_void<V>::value, V>::type |
Definition at line 220 of file abseil-cpp/absl/container/internal/unordered_map_modifiers_test.h.
Enumerator | |
---|---|
kEmpty | |
kEmpty | |
kDeleted | |
kDeleted | |
kSentinel | |
kSentinel |
Definition at line 260 of file bloaty/third_party/abseil-cpp/absl/container/internal/raw_hash_set.h.
|
strong |
Enumerator | |
---|---|
kEmpty | |
kDeleted | |
kSentinel |
Definition at line 422 of file abseil-cpp/absl/container/internal/raw_hash_set.h.
|
strong |
Enumerator | |
---|---|
kEq | |
kNe | |
kEq | |
kNe |
Definition at line 421 of file bloaty/third_party/abseil-cpp/absl/container/internal/btree.h.
|
strong |
Enumerator | |
---|---|
kEq | |
kNe | |
kEq | |
kNe |
Definition at line 484 of file abseil-cpp/absl/container/internal/btree.h.
bool ABSL_INTERNAL_C_SYMBOL() absl::container_internal::AbslContainerInternalSampleEverything | ( | ) |
Definition at line 25 of file abseil-cpp/absl/container/internal/hashtablez_sampler_force_weak_definition.cc.
void * absl::container_internal::Allocate | ( | Alloc * | alloc, |
size_t | n | ||
) |
Definition at line 54 of file abseil-cpp/absl/container/internal/container_memory.h.
size_t absl::container_internal::AllocatedByteSize | ( | const C & | c | ) |
Definition at line 93 of file abseil-cpp/absl/container/internal/hashtable_debug.h.
|
inline |
Definition at line 915 of file abseil-cpp/absl/container/internal/raw_hash_set.h.
void absl::container_internal::AllocTest | ( | std::false_type | ) |
Definition at line 156 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
void absl::container_internal::AllocTest | ( | std::true_type | ) |
Definition at line 159 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
|
inline |
Definition at line 501 of file bloaty/third_party/abseil-cpp/absl/container/internal/raw_hash_set.h.
|
inline |
Definition at line 801 of file abseil-cpp/absl/container/internal/raw_hash_set.h.
void absl::container_internal::BucketCountAllocTest | ( | std::false_type | ) |
Definition at line 106 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
void absl::container_internal::BucketCountAllocTest | ( | std::true_type | ) |
Definition at line 109 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
void absl::container_internal::BucketCountHashAllocTest | ( | std::false_type | ) |
Definition at line 124 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
void absl::container_internal::BucketCountHashAllocTest | ( | std::true_type | ) |
Definition at line 127 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
|
inline |
Definition at line 758 of file abseil-cpp/absl/container/internal/raw_hash_set.h.
|
constexpr |
Definition at line 332 of file abseil-cpp/absl/container/internal/btree.h.
void absl::container_internal::ConstructFromTuple | ( | Alloc * | alloc, |
T * | ptr, | ||
Tuple && | t | ||
) |
Definition at line 148 of file abseil-cpp/absl/container/internal/container_memory.h.
void absl::container_internal::ConvertDeletedToEmptyAndFullToDeleted | ( | ctrl_t * | ctrl, |
size_t | capacity | ||
) |
Definition at line 56 of file abseil-cpp/absl/container/internal/raw_hash_set.cc.
void absl::container_internal::CopyConstructorAllocTest | ( | std::false_type | ) |
Definition at line 255 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
void absl::container_internal::CopyConstructorAllocTest | ( | std::true_type | ) |
Definition at line 258 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
void absl::container_internal::Deallocate | ( | Alloc * | alloc, |
void * | p, | ||
size_t | n | ||
) |
Definition at line 73 of file abseil-cpp/absl/container/internal/container_memory.h.
auto absl::container_internal::DecomposePair | ( | F && | f, |
Args &&... | args | ||
) | -> decltype(memory_internal::DecomposePairImpl( std::forward<F>(f), PairArgs(std::forward<Args>(args)...))) |
Definition at line 203 of file abseil-cpp/absl/container/internal/container_memory.h.
decltype(std::declval<F>()(std::declval<const Arg&>(), std::declval<Arg>())) absl::container_internal::DecomposeValue | ( | F && | f, |
Arg && | arg | ||
) |
Definition at line 213 of file abseil-cpp/absl/container/internal/container_memory.h.
|
inline |
Definition at line 457 of file abseil-cpp/absl/container/internal/raw_hash_set.h.
raw_hash_set<P, H, E, A>::size_type absl::container_internal::EraseIf | ( | Predicate & | pred, |
raw_hash_set< P, H, E, A > * | c | ||
) |
Definition at line 2287 of file abseil-cpp/absl/container/internal/raw_hash_set.h.
void absl::container_internal::EraseIf | ( | Predicate | pred, |
raw_hash_set< P, H, E, A > * | c | ||
) |
Definition at line 1830 of file bloaty/third_party/abseil-cpp/absl/container/internal/raw_hash_set.h.
template FindInfo absl::container_internal::find_first_non_full | ( | const ctrl_t * | , |
size_t | , | ||
size_t | |||
) |
Definition at line 842 of file abseil-cpp/absl/container/internal/raw_hash_set.h.
|
inline |
Definition at line 548 of file bloaty/third_party/abseil-cpp/absl/container/internal/raw_hash_set.h.
|
inline |
Definition at line 64 of file abseil-cpp/absl/container/btree_test.h.
|
inline |
Definition at line 126 of file abseil-cpp/absl/container/btree_test.h.
std::vector< V > absl::container_internal::GenerateValuesWithSeed | ( | int | n, |
int | maxval, | ||
int | seed | ||
) |
Definition at line 149 of file abseil-cpp/absl/container/btree_test.h.
size_t absl::container_internal::GetHashtableDebugNumProbes | ( | const C & | c, |
const typename C::key_type & | key | ||
) |
Definition at line 49 of file abseil-cpp/absl/container/internal/hashtable_debug.h.
std::vector< size_t > absl::container_internal::GetHashtableDebugNumProbesHistogram | ( | const C & | container | ) |
Definition at line 58 of file abseil-cpp/absl/container/internal/hashtable_debug.h.
HashtableDebugProbeSummary absl::container_internal::GetHashtableDebugProbeSummary | ( | const C & | container | ) |
Definition at line 79 of file abseil-cpp/absl/container/internal/hashtable_debug.h.
int32_t absl::container_internal::GetHashtablezMaxSamples | ( | ) |
Definition at line 218 of file abseil-cpp/absl/container/internal/hashtablez_sampler.cc.
int32_t absl::container_internal::GetHashtablezSampleParameter | ( | ) |
Definition at line 200 of file abseil-cpp/absl/container/internal/hashtablez_sampler.cc.
HashtablezSampler & absl::container_internal::GlobalHashtablezSampler | ( | ) |
Definition at line 63 of file abseil-cpp/absl/container/internal/hashtablez_sampler.cc.
|
inline |
Definition at line 773 of file abseil-cpp/absl/container/internal/raw_hash_set.h.
absl::container_internal::GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST | ( | UniquePtrModifiersTest | ) |
Definition at line 479 of file abseil-cpp/absl/container/internal/raw_hash_set.h.
|
inline |
Definition at line 486 of file abseil-cpp/absl/container/internal/raw_hash_set.h.
Definition at line 302 of file bloaty/third_party/abseil-cpp/absl/container/internal/raw_hash_set.h.
void absl::container_internal::InitializerListBucketAllocTest | ( | std::false_type | ) |
Definition at line 349 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
void absl::container_internal::InitializerListBucketAllocTest | ( | std::true_type | ) |
Definition at line 352 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
void absl::container_internal::InitializerListBucketHashAllocTest | ( | std::false_type | ) |
Definition at line 369 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
void absl::container_internal::InitializerListBucketHashAllocTest | ( | std::true_type | ) |
Definition at line 372 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
void absl::container_internal::InputIteratorBucketAllocTest | ( | std::false_type | ) |
Definition at line 192 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
void absl::container_internal::InputIteratorBucketAllocTest | ( | std::true_type | ) |
Definition at line 195 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
void absl::container_internal::InputIteratorBucketHashAllocTest | ( | std::false_type | ) |
Definition at line 213 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
void absl::container_internal::InputIteratorBucketHashAllocTest | ( | std::true_type | ) |
Definition at line 216 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
|
inline |
Definition at line 826 of file abseil-cpp/absl/container/internal/raw_hash_set.h.
Definition at line 491 of file abseil-cpp/absl/container/internal/raw_hash_set.h.
Definition at line 489 of file abseil-cpp/absl/container/internal/raw_hash_set.h.
Definition at line 492 of file abseil-cpp/absl/container/internal/raw_hash_set.h.
Definition at line 490 of file abseil-cpp/absl/container/internal/raw_hash_set.h.
bool absl::container_internal::IsHashtablezEnabled | ( | ) |
Definition at line 187 of file abseil-cpp/absl/container/internal/hashtablez_sampler.cc.
|
constexpr |
Definition at line 310 of file abseil-cpp/absl/container/internal/raw_hash_set.h.
|
constexpr |
Definition at line 305 of file abseil-cpp/absl/container/internal/raw_hash_set.h.
|
inline |
Definition at line 731 of file abseil-cpp/absl/container/internal/raw_hash_set.h.
auto absl::container_internal::items | ( | const Map & | m | ) | -> std::vector< std::pair<typename Map::key_type, typename Map::mapped_type>> |
Definition at line 147 of file abseil-cpp/absl/container/internal/hash_policy_testing.h.
auto absl::container_internal::keys | ( | const Set & | s | ) | -> std::vector<typename std::decay<typename Set::key_type>::type> |
Definition at line 157 of file abseil-cpp/absl/container/internal/hash_policy_testing.h.
size_t absl::container_internal::LowerBoundAllocatedByteSize | ( | size_t | num_elements | ) |
Definition at line 101 of file abseil-cpp/absl/container/internal/hashtable_debug.h.
void absl::container_internal::MoveConstructorAllocTest | ( | std::false_type | ) |
Definition at line 302 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
void absl::container_internal::MoveConstructorAllocTest | ( | std::true_type | ) |
Definition at line 305 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
|
inline |
Definition at line 744 of file abseil-cpp/absl/container/internal/raw_hash_set.h.
|
constexpr |
Definition at line 723 of file abseil-cpp/absl/container/internal/raw_hash_set.h.
|
inline |
Definition at line 178 of file abseil-cpp/absl/container/internal/container_memory.h.
std::pair< std::tuple< const F & >, std::tuple< const S & > > absl::container_internal::PairArgs | ( | const std::pair< F, S > & | p | ) |
Definition at line 185 of file abseil-cpp/absl/container/internal/container_memory.h.
std::pair< std::tuple< F && >, std::tuple< S && > > absl::container_internal::PairArgs | ( | F && | f, |
S && | s | ||
) |
Definition at line 180 of file abseil-cpp/absl/container/internal/container_memory.h.
std::pair< std::tuple< F && >, std::tuple< S && > > absl::container_internal::PairArgs | ( | std::pair< F, S > && | p | ) |
Definition at line 190 of file abseil-cpp/absl/container/internal/container_memory.h.
auto absl::container_internal::PairArgs | ( | std::piecewise_construct_t | , |
F && | f, | ||
S && | s | ||
) | -> decltype(std::make_pair(memory_internal::TupleRef(std::forward<F>(f)), memory_internal::TupleRef(std::forward<S>(s)))) |
Definition at line 194 of file abseil-cpp/absl/container/internal/container_memory.h.
Definition at line 472 of file abseil-cpp/absl/container/internal/raw_hash_set.h.
|
inline |
Definition at line 829 of file abseil-cpp/absl/container/internal/raw_hash_set.h.
|
inline |
Definition at line 534 of file bloaty/third_party/abseil-cpp/absl/container/internal/raw_hash_set.h.
|
inline |
Definition at line 39 of file abseil-cpp/absl/container/internal/raw_hash_set.cc.
|
inline |
Definition at line 121 of file abseil-cpp/absl/container/internal/hashtablez_sampler.h.
|
inline |
Definition at line 139 of file abseil-cpp/absl/container/internal/hashtablez_sampler.h.
void absl::container_internal::RecordInsertSlow | ( | HashtablezInfo * | info, |
size_t | hash, | ||
size_t | distance_from_desired | ||
) |
Definition at line 161 of file abseil-cpp/absl/container/internal/hashtablez_sampler.cc.
|
inline |
Definition at line 98 of file abseil-cpp/absl/container/internal/hashtablez_sampler.h.
|
inline |
Definition at line 113 of file abseil-cpp/absl/container/internal/hashtablez_sampler.h.
|
inline |
Definition at line 125 of file abseil-cpp/absl/container/internal/hashtablez_sampler.h.
absl::container_internal::REGISTER_TYPED_TEST_CASE_P | ( | ConstructorTest | , |
NoArgs | , | ||
BucketCount | , | ||
BucketCountHash | , | ||
BucketCountHashEqual | , | ||
BucketCountHashEqualAlloc | , | ||
BucketCountAlloc | , | ||
BucketCountHashAlloc | , | ||
Alloc | , | ||
InputIteratorBucketHashEqualAlloc | , | ||
InputIteratorBucketAlloc | , | ||
InputIteratorBucketHashAlloc | , | ||
CopyConstructor | , | ||
CopyConstructorAlloc | , | ||
MoveConstructor | , | ||
MoveConstructorAlloc | , | ||
InitializerListBucketHashEqualAlloc | , | ||
InitializerListBucketAlloc | , | ||
InitializerListBucketHashAlloc | , | ||
Assignment | , | ||
MoveAssignment | , | ||
AssignmentFromInitializerList | , | ||
AssignmentOverwritesExisting | , | ||
MoveAssignmentOverwritesExisting | , | ||
AssignmentFromInitializerListOverwritesExisting | , | ||
AssignmentOnSelf | |||
) |
absl::container_internal::REGISTER_TYPED_TEST_CASE_P | ( | ConstructorTest | , |
NoArgs | , | ||
BucketCount | , | ||
BucketCountHash | , | ||
BucketCountHashEqual | , | ||
BucketCountHashEqualAlloc | , | ||
BucketCountAlloc | , | ||
BucketCountHashAlloc | , | ||
Alloc | , | ||
InputIteratorBucketHashEqualAlloc | , | ||
InputIteratorBucketAlloc | , | ||
InputIteratorBucketHashAlloc | , | ||
CopyConstructor | , | ||
CopyConstructorAlloc | , | ||
MoveConstructor | , | ||
MoveConstructorAlloc | , | ||
InitializerListBucketHashEqualAlloc | , | ||
InitializerListBucketAlloc | , | ||
InitializerListBucketHashAlloc | , | ||
CopyAssignment | , | ||
MoveAssignment | , | ||
AssignmentFromInitializerList | , | ||
AssignmentOverwritesExisting | , | ||
MoveAssignmentOverwritesExisting | , | ||
AssignmentFromInitializerListOverwritesExisting | , | ||
AssignmentOnSelf | |||
) |
absl::container_internal::REGISTER_TYPED_TEST_CASE_P | ( | LookupTest | , |
At | , | ||
OperatorBracket | , | ||
Count | , | ||
Find | , | ||
EqualRange | |||
) |
absl::container_internal::REGISTER_TYPED_TEST_CASE_P | ( | LookupTest | , |
Count | , | ||
Find | , | ||
EqualRange | |||
) |
absl::container_internal::REGISTER_TYPED_TEST_CASE_P | ( | ModifiersTest | , |
Clear | , | ||
Insert | , | ||
InsertHint | , | ||
InsertRange | , | ||
Emplace | , | ||
EmplaceHint | , | ||
Erase | , | ||
EraseRange | , | ||
EraseKey | , | ||
Swap | |||
) |
absl::container_internal::REGISTER_TYPED_TEST_CASE_P | ( | ModifiersTest | , |
Clear | , | ||
Insert | , | ||
InsertHint | , | ||
InsertRange | , | ||
InsertOrAssign | , | ||
InsertOrAssignHint | , | ||
Emplace | , | ||
EmplaceHint | , | ||
TryEmplace | , | ||
TryEmplaceHint | , | ||
Erase | , | ||
EraseRange | , | ||
EraseKey | , | ||
Swap | |||
) |
absl::container_internal::REGISTER_TYPED_TEST_SUITE_P | ( | ConstructorTest | , |
NoArgs | , | ||
BucketCount | , | ||
BucketCountHash | , | ||
BucketCountHashEqual | , | ||
BucketCountHashEqualAlloc | , | ||
BucketCountAlloc | , | ||
BucketCountHashAlloc | , | ||
Alloc | , | ||
InputIteratorBucketHashEqualAlloc | , | ||
InputIteratorBucketAlloc | , | ||
InputIteratorBucketHashAlloc | , | ||
CopyConstructor | , | ||
CopyConstructorAlloc | , | ||
MoveConstructor | , | ||
MoveConstructorAlloc | , | ||
InitializerListBucketHashEqualAlloc | , | ||
InitializerListBucketAlloc | , | ||
InitializerListBucketHashAlloc | , | ||
Assignment | , | ||
MoveAssignment | , | ||
AssignmentFromInitializerList | , | ||
AssignmentOverwritesExisting | , | ||
MoveAssignmentOverwritesExisting | , | ||
AssignmentFromInitializerListOverwritesExisting | , | ||
AssignmentOnSelf | |||
) |
absl::container_internal::REGISTER_TYPED_TEST_SUITE_P | ( | ConstructorTest | , |
NoArgs | , | ||
BucketCount | , | ||
BucketCountHash | , | ||
BucketCountHashEqual | , | ||
BucketCountHashEqualAlloc | , | ||
BucketCountAlloc | , | ||
BucketCountHashAlloc | , | ||
Alloc | , | ||
InputIteratorBucketHashEqualAlloc | , | ||
InputIteratorBucketAlloc | , | ||
InputIteratorBucketHashAlloc | , | ||
CopyConstructor | , | ||
CopyConstructorAlloc | , | ||
MoveConstructor | , | ||
MoveConstructorAlloc | , | ||
InitializerListBucketHashEqualAlloc | , | ||
InitializerListBucketAlloc | , | ||
InitializerListBucketHashAlloc | , | ||
CopyAssignment | , | ||
MoveAssignment | , | ||
AssignmentFromInitializerList | , | ||
AssignmentOverwritesExisting | , | ||
MoveAssignmentOverwritesExisting | , | ||
AssignmentFromInitializerListOverwritesExisting | , | ||
AssignmentOnSelf | |||
) |
absl::container_internal::REGISTER_TYPED_TEST_SUITE_P | ( | LookupTest | , |
At | , | ||
OperatorBracket | , | ||
Count | , | ||
Find | , | ||
EqualRange | |||
) |
absl::container_internal::REGISTER_TYPED_TEST_SUITE_P | ( | LookupTest | , |
Count | , | ||
Find | , | ||
EqualRange | |||
) |
absl::container_internal::REGISTER_TYPED_TEST_SUITE_P | ( | MembersTest | , |
Typedefs | , | ||
SimpleFunctions | , | ||
BeginEnd | |||
) |
absl::container_internal::REGISTER_TYPED_TEST_SUITE_P | ( | ModifiersTest | , |
Clear | , | ||
Insert | , | ||
InsertHint | , | ||
InsertRange | , | ||
InsertWithinCapacity | , | ||
InsertRangeWithinCapacity | , | ||
Emplace | , | ||
EmplaceHint | , | ||
Erase | , | ||
EraseRange | , | ||
EraseKey | , | ||
Swap | |||
) |
absl::container_internal::REGISTER_TYPED_TEST_SUITE_P | ( | ModifiersTest | , |
Clear | , | ||
Insert | , | ||
InsertHint | , | ||
InsertRange | , | ||
InsertWithinCapacity | , | ||
InsertRangeWithinCapacity | , | ||
InsertOrAssign | , | ||
InsertOrAssignHint | , | ||
Emplace | , | ||
EmplaceHint | , | ||
TryEmplace | , | ||
TryEmplaceHint | , | ||
Erase | , | ||
EraseRange | , | ||
EraseKey | , | ||
Swap | |||
) |
absl::container_internal::REGISTER_TYPED_TEST_SUITE_P | ( | UniquePtrModifiersTest | , |
TryEmplace | |||
) |
|
inline |
Definition at line 872 of file abseil-cpp/absl/container/internal/raw_hash_set.h.
|
inline |
Definition at line 223 of file bloaty/third_party/abseil-cpp/absl/container/internal/hashtablez_sampler.h.
|
inline |
Definition at line 251 of file abseil-cpp/absl/container/internal/hashtablez_sampler.h.
HashtablezInfo * absl::container_internal::SampleSlow | ( | int64_t * | next_sample | ) |
Definition at line 192 of file bloaty/third_party/abseil-cpp/absl/container/internal/hashtablez_sampler.cc.
HashtablezInfo * absl::container_internal::SampleSlow | ( | SamplingState & | next_sample, |
size_t | inline_element_size | ||
) |
Definition at line 114 of file abseil-cpp/absl/container/internal/hashtablez_sampler.cc.
|
inline |
Definition at line 219 of file abseil-cpp/absl/container/internal/container_memory.h.
|
inline |
Definition at line 242 of file abseil-cpp/absl/container/internal/container_memory.h.
|
inline |
Definition at line 230 of file abseil-cpp/absl/container/internal/container_memory.h.
|
inline |
Definition at line 247 of file abseil-cpp/absl/container/internal/container_memory.h.
size_t absl::container_internal::SelectBucketCountForIterRange | ( | InputIter | first, |
InputIter | last, | ||
size_t | bucket_count | ||
) |
Definition at line 783 of file abseil-cpp/absl/container/internal/raw_hash_set.h.
|
inline |
Definition at line 884 of file abseil-cpp/absl/container/internal/raw_hash_set.h.
|
inline |
Definition at line 900 of file abseil-cpp/absl/container/internal/raw_hash_set.h.
void absl::container_internal::SetHashtablezConfigListener | ( | HashtablezConfigListener | l | ) |
Definition at line 183 of file abseil-cpp/absl/container/internal/hashtablez_sampler.cc.
void absl::container_internal::SetHashtablezEnabled | ( | bool | enabled | ) |
Definition at line 191 of file abseil-cpp/absl/container/internal/hashtablez_sampler.cc.
void absl::container_internal::SetHashtablezEnabledInternal | ( | bool | enabled | ) |
Definition at line 196 of file abseil-cpp/absl/container/internal/hashtablez_sampler.cc.
void absl::container_internal::SetHashtablezMaxSamples | ( | int32_t | max | ) |
Definition at line 222 of file abseil-cpp/absl/container/internal/hashtablez_sampler.cc.
void absl::container_internal::SetHashtablezMaxSamplesInternal | ( | int32_t | max | ) |
Definition at line 227 of file abseil-cpp/absl/container/internal/hashtablez_sampler.cc.
void absl::container_internal::SetHashtablezSampleParameter | ( | int32_t | rate | ) |
Definition at line 204 of file abseil-cpp/absl/container/internal/hashtablez_sampler.cc.
void absl::container_internal::SetHashtablezSampleParameterInternal | ( | int32_t | rate | ) |
Definition at line 209 of file abseil-cpp/absl/container/internal/hashtablez_sampler.cc.
|
static |
Definition at line 94 of file abseil-cpp/absl/container/internal/hashtablez_sampler.cc.
|
static |
Definition at line 172 of file bloaty/third_party/abseil-cpp/absl/container/internal/hashtablez_sampler.cc.
Definition at line 50 of file abseil-cpp/absl/container/internal/raw_hash_set.cc.
Definition at line 40 of file bloaty/third_party/abseil-cpp/absl/container/internal/raw_hash_set.cc.
|
inline |
Definition at line 907 of file abseil-cpp/absl/container/internal/raw_hash_set.h.
void absl::container_internal::SwapAlloc | ( | AllocType & | , |
AllocType & | , | ||
std::false_type | |||
) |
Definition at line 229 of file abseil-cpp/absl/container/internal/raw_hash_set.h.
void absl::container_internal::SwapAlloc | ( | AllocType & | lhs, |
AllocType & | rhs, | ||
std::true_type | |||
) |
Definition at line 223 of file abseil-cpp/absl/container/internal/raw_hash_set.h.
Definition at line 315 of file abseil-cpp/absl/container/internal/raw_hash_set.h.
absl::container_internal::TYPED_TEST_P | ( | ConstructorTest | , |
Alloc | |||
) |
Definition at line 168 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
absl::container_internal::TYPED_TEST_P | ( | ConstructorTest | , |
Assignment | |||
) |
Definition at line 391 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
absl::container_internal::TYPED_TEST_P | ( | ConstructorTest | , |
AssignmentFromInitializerList | |||
) |
Definition at line 429 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
absl::container_internal::TYPED_TEST_P | ( | ConstructorTest | , |
AssignmentFromInitializerListOverwritesExisting | |||
) |
Definition at line 457 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
absl::container_internal::TYPED_TEST_P | ( | ConstructorTest | , |
AssignmentOnSelf | |||
) |
Definition at line 466 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
absl::container_internal::TYPED_TEST_P | ( | ConstructorTest | , |
AssignmentOverwritesExisting | |||
) |
Definition at line 438 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
absl::container_internal::TYPED_TEST_P | ( | ConstructorTest | , |
BucketCount | |||
) |
Definition at line 42 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
absl::container_internal::TYPED_TEST_P | ( | ConstructorTest | , |
BucketCountAlloc | |||
) |
Definition at line 119 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
absl::container_internal::TYPED_TEST_P | ( | ConstructorTest | , |
BucketCountHash | |||
) |
Definition at line 49 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
absl::container_internal::TYPED_TEST_P | ( | ConstructorTest | , |
BucketCountHashAlloc | |||
) |
Definition at line 140 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
absl::container_internal::TYPED_TEST_P | ( | ConstructorTest | , |
BucketCountHashEqual | |||
) |
Definition at line 59 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
absl::container_internal::TYPED_TEST_P | ( | ConstructorTest | , |
BucketCountHashEqualAlloc | |||
) |
Definition at line 72 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
absl::container_internal::TYPED_TEST_P | ( | ConstructorTest | , |
CopyAssignment | |||
) |
Definition at line 397 of file abseil-cpp/absl/container/internal/unordered_set_constructor_test.h.
absl::container_internal::TYPED_TEST_P | ( | ConstructorTest | , |
CopyConstructor | |||
) |
Definition at line 236 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
absl::container_internal::TYPED_TEST_P | ( | ConstructorTest | , |
CopyConstructorAlloc | |||
) |
Definition at line 276 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
absl::container_internal::TYPED_TEST_P | ( | ConstructorTest | , |
InitializerListBucketAlloc | |||
) |
Definition at line 364 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
absl::container_internal::TYPED_TEST_P | ( | ConstructorTest | , |
InitializerListBucketHashAlloc | |||
) |
Definition at line 387 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
absl::container_internal::TYPED_TEST_P | ( | ConstructorTest | , |
InitializerListBucketHashEqualAlloc | |||
) |
Definition at line 330 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
absl::container_internal::TYPED_TEST_P | ( | ConstructorTest | , |
InputIteratorBucketAlloc | |||
) |
Definition at line 208 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
absl::container_internal::TYPED_TEST_P | ( | ConstructorTest | , |
InputIteratorBucketHashAlloc | |||
) |
Definition at line 232 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
absl::container_internal::TYPED_TEST_P | ( | ConstructorTest | , |
InputIteratorBucketHashEqualAlloc | |||
) |
Definition at line 172 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
absl::container_internal::TYPED_TEST_P | ( | ConstructorTest | , |
MoveAssignment | |||
) |
Definition at line 411 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
absl::container_internal::TYPED_TEST_P | ( | ConstructorTest | , |
MoveAssignmentOverwritesExisting | |||
) |
Definition at line 447 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
absl::container_internal::TYPED_TEST_P | ( | ConstructorTest | , |
MoveConstructor | |||
) |
Definition at line 282 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
absl::container_internal::TYPED_TEST_P | ( | ConstructorTest | , |
MoveConstructorAlloc | |||
) |
Definition at line 324 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
absl::container_internal::TYPED_TEST_P | ( | ConstructorTest | , |
NoArgs | |||
) |
Definition at line 36 of file abseil-cpp/absl/container/internal/unordered_map_constructor_test.h.
absl::container_internal::TYPED_TEST_P | ( | LookupTest | , |
At | |||
) |
Definition at line 32 of file abseil-cpp/absl/container/internal/unordered_map_lookup_test.h.
absl::container_internal::TYPED_TEST_P | ( | LookupTest | , |
Count | |||
) |
Definition at line 60 of file abseil-cpp/absl/container/internal/unordered_map_lookup_test.h.
absl::container_internal::TYPED_TEST_P | ( | LookupTest | , |
EqualRange | |||
) |
Definition at line 91 of file abseil-cpp/absl/container/internal/unordered_map_lookup_test.h.
absl::container_internal::TYPED_TEST_P | ( | LookupTest | , |
Find | |||
) |
Definition at line 73 of file abseil-cpp/absl/container/internal/unordered_map_lookup_test.h.
absl::container_internal::TYPED_TEST_P | ( | LookupTest | , |
OperatorBracket | |||
) |
Definition at line 44 of file abseil-cpp/absl/container/internal/unordered_map_lookup_test.h.
absl::container_internal::TYPED_TEST_P | ( | MembersTest | , |
BeginEnd | |||
) |
Definition at line 73 of file abseil-cpp/absl/container/internal/unordered_map_members_test.h.
absl::container_internal::TYPED_TEST_P | ( | MembersTest | , |
SimpleFunctions | |||
) |
Definition at line 69 of file abseil-cpp/absl/container/internal/unordered_map_members_test.h.
absl::container_internal::TYPED_TEST_P | ( | MembersTest | , |
Typedefs | |||
) |
Definition at line 35 of file abseil-cpp/absl/container/internal/unordered_map_members_test.h.
absl::container_internal::TYPED_TEST_P | ( | ModifiersTest | , |
Clear | |||
) |
Definition at line 34 of file abseil-cpp/absl/container/internal/unordered_map_modifiers_test.h.
absl::container_internal::TYPED_TEST_P | ( | ModifiersTest | , |
Emplace | |||
) |
Definition at line 155 of file abseil-cpp/absl/container/internal/unordered_map_modifiers_test.h.
absl::container_internal::TYPED_TEST_P | ( | ModifiersTest | , |
EmplaceHint | |||
) |
Definition at line 171 of file abseil-cpp/absl/container/internal/unordered_map_modifiers_test.h.
absl::container_internal::TYPED_TEST_P | ( | ModifiersTest | , |
Erase | |||
) |
Definition at line 238 of file abseil-cpp/absl/container/internal/unordered_map_modifiers_test.h.
absl::container_internal::TYPED_TEST_P | ( | ModifiersTest | , |
EraseKey | |||
) |
Definition at line 269 of file abseil-cpp/absl/container/internal/unordered_map_modifiers_test.h.
absl::container_internal::TYPED_TEST_P | ( | ModifiersTest | , |
EraseRange | |||
) |
Definition at line 257 of file abseil-cpp/absl/container/internal/unordered_map_modifiers_test.h.
absl::container_internal::TYPED_TEST_P | ( | ModifiersTest | , |
Insert | |||
) |
Definition at line 46 of file abseil-cpp/absl/container/internal/unordered_map_modifiers_test.h.
absl::container_internal::TYPED_TEST_P | ( | ModifiersTest | , |
InsertHint | |||
) |
Definition at line 60 of file abseil-cpp/absl/container/internal/unordered_map_modifiers_test.h.
absl::container_internal::TYPED_TEST_P | ( | ModifiersTest | , |
InsertOrAssign | |||
) |
Definition at line 116 of file abseil-cpp/absl/container/internal/unordered_map_modifiers_test.h.
absl::container_internal::TYPED_TEST_P | ( | ModifiersTest | , |
InsertOrAssignHint | |||
) |
Definition at line 136 of file abseil-cpp/absl/container/internal/unordered_map_modifiers_test.h.
absl::container_internal::TYPED_TEST_P | ( | ModifiersTest | , |
InsertRange | |||
) |
Definition at line 74 of file abseil-cpp/absl/container/internal/unordered_map_modifiers_test.h.
absl::container_internal::TYPED_TEST_P | ( | ModifiersTest | , |
InsertRangeWithinCapacity | |||
) |
Definition at line 98 of file abseil-cpp/absl/container/internal/unordered_map_modifiers_test.h.
absl::container_internal::TYPED_TEST_P | ( | ModifiersTest | , |
InsertWithinCapacity | |||
) |
Definition at line 84 of file abseil-cpp/absl/container/internal/unordered_map_modifiers_test.h.
absl::container_internal::TYPED_TEST_P | ( | ModifiersTest | , |
Swap | |||
) |
Definition at line 282 of file abseil-cpp/absl/container/internal/unordered_map_modifiers_test.h.
absl::container_internal::TYPED_TEST_P | ( | ModifiersTest | , |
TryEmplace | |||
) |
Definition at line 185 of file abseil-cpp/absl/container/internal/unordered_map_modifiers_test.h.
absl::container_internal::TYPED_TEST_P | ( | ModifiersTest | , |
TryEmplaceHint | |||
) |
Definition at line 203 of file abseil-cpp/absl/container/internal/unordered_map_modifiers_test.h.
absl::container_internal::TYPED_TEST_P | ( | UniquePtrModifiersTest | , |
TryEmplace | |||
) |
Definition at line 329 of file abseil-cpp/absl/container/internal/unordered_map_modifiers_test.h.
absl::container_internal::TYPED_TEST_SUITE_P | ( | ConstructorTest | ) |
absl::container_internal::TYPED_TEST_SUITE_P | ( | LookupTest | ) |
absl::container_internal::TYPED_TEST_SUITE_P | ( | MembersTest | ) |
absl::container_internal::TYPED_TEST_SUITE_P | ( | ModifiersTest | ) |
absl::container_internal::TYPED_TEST_SUITE_P | ( | UniquePtrModifiersTest | ) |
void absl::container_internal::UnsampleSlow | ( | HashtablezInfo * | info | ) |
Definition at line 157 of file abseil-cpp/absl/container/internal/hashtablez_sampler.cc.
void absl::container_internal::UseType | ( | ) |
Definition at line 33 of file abseil-cpp/absl/container/internal/unordered_map_members_test.h.
decltype(std::declval<F>()(std::declval<T>())) absl::container_internal::WithConstructed | ( | Tuple && | t, |
F && | f | ||
) |
Definition at line 158 of file abseil-cpp/absl/container/internal/container_memory.h.
Definition at line 28 of file abseil-cpp/absl/container/internal/raw_hash_set.cc.