Searched refs:ts2_buf (Results 1 – 1 of 1) sorted by relevance
105 std::unique_ptr<char[]> ts2_buf(new char[kSize]); in CompareTimestamp() local106 memcpy(ts2_buf.get(), ts2.data(), ts2.size()); in CompareTimestamp()108 Slice ts2_copy = Slice(ts2_buf.get(), kSize); in CompareTimestamp()