Searched refs:min_ts_ns (Results 1 – 2 of 2) sorted by relevance
171 if (ns >= ce.min_ts_ns && ns < ce.max_ts_ns) in Convert()288 int64_t min_ts_ns; member
290 cache_entry.min_ts_ns = it == ts_vec.begin() ? kInt64Min : *it; in ConvertSlowpath()