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

  /external/perfetto/src/trace_processor/
counter_definitions_table.cc 55 size_t ref_type_index = schema().ColumnIndexFromName("ref_type"); local
59 info->omit[i] = col != name_index && col != ref_type_index;
instants_table.cc 57 size_t ref_type_index = schema().ColumnIndexFromName("ref_type"); local
61 qc.constraints()[i].iColumn != static_cast<int>(ref_type_index);
slice_table.cc 58 size_t ref_type_index = schema().ColumnIndexFromName("ref_type"); local
62 col != name_index && col != cat_index && col != ref_type_index;

Completed in 191 milliseconds