Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Ddb_with_timestamp_basic_test.cc105 std::unique_ptr<char[]> ts2_buf(new char[kSize]); in CompareTimestamp() local
106 memcpy(ts2_buf.get(), ts2.data(), ts2.size()); in CompareTimestamp()
108 Slice ts2_copy = Slice(ts2_buf.get(), kSize); in CompareTimestamp()