HomeSort by relevance Sort by last modified time
    Searched refs:RowIterator (Results 1 - 7 of 7) sorted by null

  /external/perfetto/src/trace_processor/
row_iterators.h 28 class RowIterator {
30 virtual ~RowIterator();
39 class RangeRowIterator : public RowIterator {
62 class VectorRowIterator : public RowIterator {
storage_table.h 46 std::unique_ptr<RowIterator> iterator_;
70 std::unique_ptr<RowIterator> CreateBestRowIterator(const QueryConstraints& qc,
row_iterators.cc 45 RowIterator::~RowIterator() = default;
filtered_row_index.h 86 std::unique_ptr<RowIterator> ToRowIterator(bool desc);
filtered_row_index.cc 107 std::unique_ptr<RowIterator> FilteredRowIndex::ToRowIterator(bool desc) {
storage_table.cc 34 std::unique_ptr<RowIterator> StorageTable::CreateBestRowIterator(
  /external/guice/extensions/persist/lib/
hsqldb.jar 

Completed in 1382 milliseconds