Searched refs:temp_timestamps (Results 1 – 1 of 1) sorted by relevance
52 std::unique_ptr<int64_t[]> temp_timestamps; in WithInput() local54 temp_timestamps.reset(new int64_t[length]); in WithInput()55 GenerateReceiveTimestamps(received_seq, length, temp_timestamps.get()); in WithInput()56 received_ts = temp_timestamps.get(); in WithInput()