Home
last modified time | relevance | path

Searched refs:CursorTs (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/trace_processor/sqlite/
Dspan_join_operator_table.cc699 shadow_to_end ? std::numeric_limits<int64_t>::max() : CursorTs(); in NextSliceState()
719 ts_ = CursorTs(); in NextSliceState()
742 ts_end_ = CursorTs(); in NextSliceState()
Dspan_join_operator_table.h278 int64_t CursorTs() const { in CursorTs() function