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

  /external/perfetto/src/trace_processor/
string_table.cc 42 Table::Column(Column::kStringId, "id", ColumnType::kUint),
stats_table.cc 36 Table::Column(Column::kIndex, "idx", ColumnType::kUint),
process_table.cc 44 Table::Column(Column::kPid, "pid", ColumnType::kUint),
table.cc 34 case Table::ColumnType::kUint:
table.h 46 kUint = 2,
sqlite_utils.h 421 type = Table::ColumnType::kUint;
storage_columns.h 219 return Table::ColumnType::kUint;

Completed in 649 milliseconds