Searched refs:ts1_buf (Results 1 – 1 of 1) sorted by relevance
103 std::unique_ptr<char[]> ts1_buf(new char[kSize]); in CompareTimestamp() local104 memcpy(ts1_buf.get(), ts1.data(), ts1.size()); in CompareTimestamp()107 Slice ts1_copy = Slice(ts1_buf.get(), kSize); in CompareTimestamp()