class CommonFieldsGenerationInfoEnabled

Defined at line 545 of file ../../third_party/abseil-cpp/src/absl/container/internal/raw_hash_set.h

Public Methods

void CommonFieldsGenerationInfoEnabled ()

Defined at line 554 of file ../../third_party/abseil-cpp/src/absl/container/internal/raw_hash_set.h

void CommonFieldsGenerationInfoEnabled (CommonFieldsGenerationInfoEnabled && that)

Defined at line 555 of file ../../third_party/abseil-cpp/src/absl/container/internal/raw_hash_set.h

CommonFieldsGenerationInfoEnabled & operator= (CommonFieldsGenerationInfoEnabled && )

Defined at line 563 of file ../../third_party/abseil-cpp/src/absl/container/internal/raw_hash_set.h

void maybe_increment_generation_on_insert ()

Defined at line 573 of file ../../third_party/abseil-cpp/src/absl/container/internal/raw_hash_set.h

void increment_generation ()

Defined at line 582 of file ../../third_party/abseil-cpp/src/absl/container/internal/raw_hash_set.h

void reset_reserved_growth (size_t reservation, size_t size)

Defined at line 583 of file ../../third_party/abseil-cpp/src/absl/container/internal/raw_hash_set.h

size_t reserved_growth ()

Defined at line 586 of file ../../third_party/abseil-cpp/src/absl/container/internal/raw_hash_set.h

void set_reserved_growth (size_t r)

Defined at line 587 of file ../../third_party/abseil-cpp/src/absl/container/internal/raw_hash_set.h

size_t reservation_size ()

Defined at line 588 of file ../../third_party/abseil-cpp/src/absl/container/internal/raw_hash_set.h

void set_reservation_size (size_t r)

Defined at line 589 of file ../../third_party/abseil-cpp/src/absl/container/internal/raw_hash_set.h

GenerationType generation ()

Defined at line 590 of file ../../third_party/abseil-cpp/src/absl/container/internal/raw_hash_set.h

void set_generation (GenerationType g)

Defined at line 591 of file ../../third_party/abseil-cpp/src/absl/container/internal/raw_hash_set.h

GenerationType * generation_ptr ()

Defined at line 592 of file ../../third_party/abseil-cpp/src/absl/container/internal/raw_hash_set.h

void set_generation_ptr (GenerationType * g)

Defined at line 593 of file ../../third_party/abseil-cpp/src/absl/container/internal/raw_hash_set.h

bool should_rehash_for_bug_detection_on_insert (size_t capacity)

Whether we should rehash on insert in order to detect bugs of using invalid

references. We rehash on the first insertion after reserved_growth_ reaches

0 after a call to reserve. We also do a rehash with low probability

whenever reserved_growth_ is zero.

bool should_rehash_for_bug_detection_on_move (size_t capacity)

Similar to above, except that we don't depend on reserved_growth_.