Home
last modified time | relevance | path

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

/external/chromium_org/sql/
Dstatement.h21 enum ColType { enum
125 ColType ColumnType(int col) const;
126 ColType DeclaredColumnType(int col) const;
Dstatement.cc172 ColType Statement::ColumnType(int col) const { in ColumnType()
180 return static_cast<ColType>(sqlite3_column_type(ref_->stmt(), col)); in ColumnType()
183 ColType Statement::DeclaredColumnType(int col) const { in DeclaredColumnType()
/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/chromium_org/chrome/browser/history/android/
Dsqlite_cursor.cc23 SQLiteCursor::JavaColumnType ToJavaColumnType(sql::ColType type) { in ToJavaColumnType()
/external/eigen/Eigen/src/SVD/
DJacobiSVD.h504 typedef typename internal::plain_col_type<MatrixType>::type ColType;