Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dversion_edit.h35 extern uint64_t PackFileNumberAndPathId(uint64_t number, uint64_t path_id);
58 packed_number_and_path_id(PackFileNumberAndPathId(number, path_id)), in FileDescriptor()
Dversion_edit.cc87 uint64_t PackFileNumberAndPathId(uint64_t number, uint64_t path_id) { in PackFileNumberAndPathId() function