Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/sqlite/
Dspan_join_operator_table.cc476 (t1_.ts() >= t2_.ts() && t1_.ts() < t2_.AdjustedTsEnd()) || in IsOverlappingSpan()
477 (t2_.ts() >= t1_.ts() && t2_.ts() < t1_.AdjustedTsEnd()); in IsOverlappingSpan()
561 bool t1_less = std::make_tuple(t1_part, t1_.AdjustedTsEnd(), t1_.IsReal()) < in FindEarliestFinishQuery()
562 std::make_tuple(t2_part, t2_.AdjustedTsEnd(), t2_.IsReal()); in FindEarliestFinishQuery()
697 ts_ = AdjustedTsEnd(); in NextSliceState()
Dspan_join_operator_table.h218 int64_t AdjustedTsEnd() const { in AdjustedTsEnd() function