Searched refs:IntersectRows (Results 1 – 6 of 6) sorted by relevance
/external/perfetto/src/trace_processor/ |
D | filtered_row_index_unittest.cc | 58 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()
|
D | filtered_row_index.h | 53 void IntersectRows(std::vector<uint32_t> rows);
|
D | filtered_row_index.cc | 27 void FilteredRowIndex::IntersectRows(std::vector<uint32_t> rows) { in IntersectRows() function in perfetto::trace_processor::FilteredRowIndex
|
D | storage_columns.h | 186 index->IntersectRows(accessor_.EqualIndices(raw)); in Filter()
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | desktop_region.h | 147 static void IntersectRows(const RowSpanSet& set1,
|
D | desktop_region.cc | 207 IntersectRows(it1->second->spans, it2->second->spans, in Intersect() 226 void DesktopRegion::IntersectRows(const RowSpanSet& set1, in IntersectRows() function in webrtc::DesktopRegion
|