Home
last modified time | relevance | path

Searched refs:null_found (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/table/cuckoo/
Dcuckoo_table_builder.cc467 bool null_found = false; in MakeSpaceForKey() local
469 while (!null_found && curr_pos < tree.size()) { in MakeSpaceForKey()
477 hash_cnt < num_hash_func_ && !null_found; ++hash_cnt) { in MakeSpaceForKey()
493 null_found = true; in MakeSpaceForKey()
501 if (null_found) { in MakeSpaceForKey()
516 return null_found; in MakeSpaceForKey()