Searched refs:max_ts_ns (Results 1 – 2 of 2) sorted by relevance
171 if (ns >= ce.min_ts_ns && ns < ce.max_ts_ns) in Convert()289 int64_t max_ts_ns; member
292 cache_entry.max_ts_ns = ubound == ts_vec.end() ? kInt64Max : *ubound; in ConvertSlowpath()