Searched refs:ts_int (Results 1 – 1 of 1) sorted by relevance
192 int64_t ts_int = sqlite3_value_int64(ts); in ValueAtMaxTsStep() local193 if (PERFETTO_LIKELY(fn_ctx->max_ts <= ts_int)) { in ValueAtMaxTsStep()194 fn_ctx->max_ts = ts_int; in ValueAtMaxTsStep()