Home
last modified time | relevance | path

Searched refs:ColType (Results 1 – 3 of 3) sorted by relevance

/external/chromium/app/sql/
Dstatement.h21 enum ColType { enum
123 ColType ColumnType(int col) const;
Dstatement.cc146 ColType Statement::ColumnType(int col) const { in ColumnType()
154 return static_cast<ColType>(sqlite3_column_type(ref_->stmt(), col)); in ColumnType()
/external/eigen/Eigen/src/SVD/
DJacobiSVD.h504 typedef typename internal::plain_col_type<MatrixType>::type ColType;