Searched refs:kDefaultMinLoadFactor (Results 1 - 2 of 2) sorted by last modified time

/art/runtime/base/
H A Dhash_set.h130 static constexpr double kDefaultMinLoadFactor = 0.4; member in class:art::HashSet
141 HashSet() : HashSet(kDefaultMinLoadFactor, kDefaultMaxLoadFactor) {}
165 min_load_factor_(kDefaultMinLoadFactor),
/art/runtime/lambda/
H A Dbox_table.h138 static constexpr double kMinimumLoadFactor = UnorderedMap::kDefaultMinLoadFactor / 2;

Completed in 50 milliseconds