Searched refs:ColumnCount (Results 1 – 7 of 7) sorted by relevance
152 for (uint32_t i = 0; i < it.ColumnCount(); i++) in PrintStats()156 for (uint32_t i = 0; i < it.ColumnCount(); i++) in PrintStats()163 for (uint32_t c = 0; c < it.ColumnCount(); c++) { in PrintStats()272 for (uint32_t i = 0; i < it->ColumnCount(); i++) in PrintQueryResultInteractively()276 for (uint32_t i = 0; i < it->ColumnCount(); i++) in PrintQueryResultInteractively()281 for (uint32_t c = 0; c < it->ColumnCount(); c++) { in PrintQueryResultInteractively()352 for (uint32_t c = 0; c < it->ColumnCount(); c++) { in PrintQueryResultAsCsv()360 for (uint32_t c = 0; c < it->ColumnCount(); c++) { in PrintQueryResultAsCsv()430 if (it.ColumnCount() == 0) { in RunQueryAndPrintResult()
53 uint32_t TraceProcessor::Iterator::ColumnCount() { in ColumnCount() function in perfetto::trace_processor::TraceProcessor::Iterator54 return iterator_->ColumnCount(); in ColumnCount()
104 for (uint32_t col = 0; col < it.ColumnCount(); ++col) { in trace_processor_rawQuery()115 for (uint32_t col = 0; col < it.ColumnCount(); ++col) { in trace_processor_rawQuery()
149 uint32_t ColumnCount() { return column_count_; } in ColumnCount() function
66 uint32_t ColumnCount();
70 int column_count = stmt_.ColumnCount(); in PrepareQuery()
274 int ColumnCount() const TF_MUST_USE_RESULT { in ColumnCount() function