HelenOS sources
find_insertion_spot 428 uspace/lib/cpp/include/__bits/adt/hash_table.hpp auto where = Policy::find_insertion_spot(
find_insertion_spot 506 uspace/lib/cpp/include/__bits/adt/hash_table.hpp return Policy::find_insertion_spot(*this, key);
find_insertion_spot 511 uspace/lib/cpp/include/__bits/adt/hash_table.hpp return Policy::find_insertion_spot(*this, key);
find_insertion_spot 153 uspace/lib/cpp/include/__bits/adt/hash_table_policies.hpp auto [bucket, target, idx] = table.find_insertion_spot(key);
find_insertion_spot 194 uspace/lib/cpp/include/__bits/adt/hash_table_policies.hpp auto [bucket, target, idx] = table.find_insertion_spot(key);
find_insertion_spot 236 uspace/lib/cpp/include/__bits/adt/hash_table_policies.hpp auto [bucket, target, idx] = table.find_insertion_spot(key);
find_insertion_spot 445 uspace/lib/cpp/include/__bits/adt/hash_table_policies.hpp auto [bucket, target, idx] = table.find_insertion_spot(key);
find_insertion_spot 319 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp auto [bucket, target, idx] = table_.find_insertion_spot(key);
find_insertion_spot 354 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp auto [bucket, target, idx] = table_.find_insertion_spot(key);
find_insertion_spot 401 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp auto [bucket, target, idx] = table_.find_insertion_spot(key);
find_insertion_spot 437 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp auto [bucket, target, idx] = table_.find_insertion_spot(key);
find_insertion_spot 552 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp auto spot = table_.find_insertion_spot(key);
find_insertion_spot 580 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp auto spot = table_.find_insertion_spot(key);
HelenOS homepage, sources at GitHub