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

/external/chromium_org/sql/
H A Dstatement.h21 enum ColType { enum in namespace:sql
125 ColType ColumnType(int col) const;
126 ColType DeclaredColumnType(int col) const;
H A Dstatement.cc159 ColType Statement::ColumnType(int col) const {
167 return static_cast<ColType>(sqlite3_column_type(ref_->stmt(), col));
170 ColType Statement::DeclaredColumnType(int col) const {
/external/chromium/app/sql/
H A Dstatement.h21 enum ColType { enum in namespace:sql
123 ColType ColumnType(int col) const;
H A Dstatement.cc146 ColType Statement::ColumnType(int col) const {
154 return static_cast<ColType>(sqlite3_column_type(ref_->stmt(), col));
/external/chromium_org/chrome/browser/history/android/
H A Dsqlite_cursor.cc23 SQLiteCursor::JavaColumnType ToJavaColumnType(sql::ColType type) {
/external/eigen/Eigen/src/SVD/
H A DJacobiSVD.h504 typedef typename internal::plain_col_type<MatrixType>::type ColType; typedef in class:Eigen::JacobiSVD

Completed in 1587 milliseconds