Searched defs:ColumnInfo (Results 1 – 6 of 6) sorted by relevance
85 struct ColumnInfo { struct86 ColumnInfo(const std::string& name, const std::string& type) : name_(name), type_(type) {} in ColumnInfo() function87 std::string name_;88 std::string type_;
422 const auto ColumnInfo = spanTable_->mTableColumnInfo_[column]; in Column() local
90 struct ColumnInfo { struct91 ColumnInfo(const std::string& name, const std::string& type) : name_(name), type_(type) {} in ColumnInfo() argument92 std::string name_;93 std::string type_;
99 struct ColumnInfo { struct100 ColumnInfo(const std::string& name, const std::string& type) : name_(name), type_(type) {} in ColumnInfo() argument101 std::string name_;102 std::string type_;