Home
last modified time | relevance | path

Searched refs:IntersectRows (Results 1 – 6 of 6) sorted by relevance

/external/perfetto/src/trace_processor/
Dfiltered_row_index_unittest.cc58 index.IntersectRows({0, 2, 4, 5, 10}); in TEST()
64 index.IntersectRows({0, 2, 4, 5, 10}); in TEST()
71 index.IntersectRows({0, 2, 4, 5, 10}); in TEST()
77 index.IntersectRows({0, 2, 4, 5, 10}); in TEST()
78 index.IntersectRows({4}); in TEST()
84 index.IntersectRows({0, 2, 4, 5, 10}); in TEST()
Dfiltered_row_index.h53 void IntersectRows(std::vector<uint32_t> rows);
Dfiltered_row_index.cc27 void FilteredRowIndex::IntersectRows(std::vector<uint32_t> rows) { in IntersectRows() function in perfetto::trace_processor::FilteredRowIndex
Dstorage_columns.h186 index->IntersectRows(accessor_.EqualIndices(raw)); in Filter()
/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_region.h147 static void IntersectRows(const RowSpanSet& set1,
Ddesktop_region.cc207 IntersectRows(it1->second->spans, it2->second->spans, in Intersect()
226 void DesktopRegion::IntersectRows(const RowSpanSet& set1, in IntersectRows() function in webrtc::DesktopRegion