Searched defs:CommitEntry64bFormat (Results 1 – 2 of 2) sorted by relevance
351 struct CommitEntry64bFormat { struct352 explicit CommitEntry64bFormat(size_t index_bits) in CommitEntry64bFormat() argument360 const size_t PAD_BITS = static_cast<size_t>(8);385 CommitEntry64b(const CommitEntry& entry, const CommitEntry64bFormat& format) in CommitEntry64b() argument
47 using CommitEntry64bFormat = WritePreparedTxnDB::CommitEntry64bFormat; typedef