Searched refs:ShouldRehashForBugDetection (Results 1 – 4 of 4) sorted by relevance
/external/abseil-cpp/absl/container/internal/ |
D | raw_hash_set.cc | 89 bool ShouldRehashForBugDetection(const ctrl_t* ctrl, size_t capacity) { in ShouldRehashForBugDetection() function 116 return ShouldRehashForBugDetection(ctrl, capacity); in should_rehash_for_bug_detection_on_insert() 121 return ShouldRehashForBugDetection(ctrl, capacity); in should_rehash_for_bug_detection_on_move()
|
/external/cronet/tot/third_party/abseil-cpp/absl/container/internal/ |
D | raw_hash_set.cc | 89 bool ShouldRehashForBugDetection(const ctrl_t* ctrl, size_t capacity) { in ShouldRehashForBugDetection() function 116 return ShouldRehashForBugDetection(ctrl, capacity); in should_rehash_for_bug_detection_on_insert() 121 return ShouldRehashForBugDetection(ctrl, capacity); in should_rehash_for_bug_detection_on_move()
|
/external/cronet/stable/third_party/abseil-cpp/absl/container/internal/ |
D | raw_hash_set.cc | 89 bool ShouldRehashForBugDetection(const ctrl_t* ctrl, size_t capacity) { in ShouldRehashForBugDetection() function 116 return ShouldRehashForBugDetection(ctrl, capacity); in should_rehash_for_bug_detection_on_insert() 121 return ShouldRehashForBugDetection(ctrl, capacity); in should_rehash_for_bug_detection_on_move()
|
/external/angle/third_party/abseil-cpp/absl/container/internal/ |
D | raw_hash_set.cc | 94 bool ShouldRehashForBugDetection(PerTableSeed seed, size_t capacity) { in ShouldRehashForBugDetection() function 142 return ShouldRehashForBugDetection(seed, capacity); in should_rehash_for_bug_detection_on_insert() 147 return ShouldRehashForBugDetection(seed, capacity); in should_rehash_for_bug_detection_on_move()
|