Home
last modified time | relevance | path

Searched defs:ColumnInfo (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/host/smartperf/trace_streamer/src/table/
Dtable_base.h64 struct ColumnInfo { struct
65 ColumnInfo(const std::string& name, const std::string& type) : name_(name), type_(type) {} in ColumnInfo() argument
74 std::vector<ColumnInfo> tableColumn_ = {}; argument
/developtools/profiler/trace_analyzer/src/table/
Dtable_base.h65 struct ColumnInfo { struct
66 ColumnInfo(const std::string& name, const std::string& type) : name_(name), type_(type) {} in ColumnInfo() argument
75 std::vector<ColumnInfo> tableColumn_ = {}; argument