Home
last modified time | relevance | path

Searched refs:ColumnDesc (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/src/trace_processor/rpc/
Drpc.cc32 using ColumnDesc = protos::pbzero::RawQueryResult::ColumnDesc; typedef
148 static constexpr auto kUnknown = ColumnDesc::UNKNOWN; in RawQuery()
149 std::vector<ColumnDesc::Type> col_types(it.ColumnCount(), kUnknown); in RawQuery()
159 if (col_type == ColumnDesc::UNKNOWN) { in RawQuery()
162 col_type = ColumnDesc::LONG; in RawQuery()
165 col_type = ColumnDesc::STRING; in RawQuery()
168 col_type = ColumnDesc::DOUBLE; in RawQuery()
171 col_type = ColumnDesc::STRING; in RawQuery()
181 col_type == ColumnDesc::UNKNOWN) { in RawQuery()
191 case ColumnDesc::LONG: in RawQuery()
[all …]
/external/perfetto/ui/src/common/
Dprotos.ts59 const COLUMN_TYPE_STR = RawQueryResult.ColumnDesc.Type.STRING;
60 const COLUMN_TYPE_DOUBLE = RawQueryResult.ColumnDesc.Type.DOUBLE;
61 const COLUMN_TYPE_LONG = RawQueryResult.ColumnDesc.Type.LONG;
Dquery_iterator_unittest.ts26 const COLUMN_TYPE_STR = RawQueryResult.ColumnDesc.Type.STRING;
27 const COLUMN_TYPE_DOUBLE = RawQueryResult.ColumnDesc.Type.DOUBLE;
28 const COLUMN_TYPE_LONG = RawQueryResult.ColumnDesc.Type.LONG;
/external/perfetto/protos/perfetto/trace_processor/
Dtrace_processor.proto49 message ColumnDesc { message
71 repeated ColumnDesc column_descriptors = 1;