Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Ddb_with_timestamp_basic_test.cc103 std::unique_ptr<char[]> ts1_buf(new char[kSize]); in CompareTimestamp() local
104 memcpy(ts1_buf.get(), ts1.data(), ts1.size()); in CompareTimestamp()
107 Slice ts1_copy = Slice(ts1_buf.get(), kSize); in CompareTimestamp()