class CommonFieldsGenerationInfoEnabled
Defined at line 900 of file ../../third_party/abseil-cpp/absl/container/internal/raw_hash_set.h
Public Methods
void CommonFieldsGenerationInfoEnabled ()
Defined at line 909 of file ../../third_party/abseil-cpp/absl/container/internal/raw_hash_set.h
void CommonFieldsGenerationInfoEnabled (CommonFieldsGenerationInfoEnabled && that)
Defined at line 910 of file ../../third_party/abseil-cpp/absl/container/internal/raw_hash_set.h
CommonFieldsGenerationInfoEnabled & operator= (CommonFieldsGenerationInfoEnabled && )
Defined at line 918 of file ../../third_party/abseil-cpp/absl/container/internal/raw_hash_set.h
void maybe_increment_generation_on_insert ()
Defined at line 930 of file ../../third_party/abseil-cpp/absl/container/internal/raw_hash_set.h
void increment_generation ()
Defined at line 939 of file ../../third_party/abseil-cpp/absl/container/internal/raw_hash_set.h
void reset_reserved_growth (size_t reservation, size_t size)
Defined at line 940 of file ../../third_party/abseil-cpp/absl/container/internal/raw_hash_set.h
size_t reserved_growth ()
Defined at line 943 of file ../../third_party/abseil-cpp/absl/container/internal/raw_hash_set.h
void set_reserved_growth (size_t r)
Defined at line 944 of file ../../third_party/abseil-cpp/absl/container/internal/raw_hash_set.h
size_t reservation_size ()
Defined at line 945 of file ../../third_party/abseil-cpp/absl/container/internal/raw_hash_set.h
void set_reservation_size (size_t r)
Defined at line 946 of file ../../third_party/abseil-cpp/absl/container/internal/raw_hash_set.h
GenerationType generation ()
Defined at line 947 of file ../../third_party/abseil-cpp/absl/container/internal/raw_hash_set.h
void set_generation (GenerationType g)
Defined at line 948 of file ../../third_party/abseil-cpp/absl/container/internal/raw_hash_set.h
GenerationType * generation_ptr ()
Defined at line 949 of file ../../third_party/abseil-cpp/absl/container/internal/raw_hash_set.h
void set_generation_ptr (GenerationType * g)
Defined at line 950 of file ../../third_party/abseil-cpp/absl/container/internal/raw_hash_set.h
bool should_rehash_for_bug_detection_on_insert (const ctrl_t * ctrl, 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 (const ctrl_t * ctrl, size_t capacity)
Similar to above, except that we don't depend on reserved_growth_.