Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/trace_streamer/src/table/base/
Dtable_base.h85 struct ColumnInfo { struct
86 ColumnInfo(const std::string& name, const std::string& type) : name_(name), type_(type) {} in ColumnInfo() function
87 std::string name_;
88 std::string type_;
Dspan_join.cpp422 const auto ColumnInfo = spanTable_->mTableColumnInfo_[column]; in Column() local
/developtools/smartperf_host/trace_streamer/src/table/base/
Dtable_base.h90 struct ColumnInfo { struct
91 ColumnInfo(const std::string& name, const std::string& type) : name_(name), type_(type) {} in ColumnInfo() argument
92 std::string name_;
93 std::string type_;
Dspan_join.cpp422 const auto ColumnInfo = spanTable_->mTableColumnInfo_[column]; in Column() local
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/
Dtable_base.h99 struct ColumnInfo { struct
100 ColumnInfo(const std::string& name, const std::string& type) : name_(name), type_(type) {} in ColumnInfo() argument
101 std::string name_;
102 std::string type_;
/developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/table/
Dtable_base.h99 struct ColumnInfo { struct
100 ColumnInfo(const std::string& name, const std::string& type) : name_(name), type_(type) {} in ColumnInfo() argument
101 std::string name_;
102 std::string type_;