HomeSort by relevance Sort by last modified time
    Searched refs:ColType (Results 1 - 3 of 3) sorted by null

  /external/chromium/app/sql/
statement.h 21 enum ColType {
123 ColType ColumnType(int col) const;
statement.cc 146 ColType Statement::ColumnType(int col) const {
154 return static_cast<ColType>(sqlite3_column_type(ref_->stmt(), col));
  /external/eigen/Eigen/src/SVD/
JacobiSVD.h 504 typedef typename internal::plain_col_type<MatrixType>::type ColType;
    [all...]

Completed in 1158 milliseconds