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

  /external/chromium_org/sql/
connection.h 470 // to create an invalid ref. |was_valid| indicates whether the
472 // |was_valid| can be true for NULL |stmt| if the connection has
474 StatementRef(Connection* connection, sqlite3_stmt* stmt, bool was_valid);
482 bool was_valid() const { return was_valid_; } function in class:sql::Connection::StatementRef
statement.cc 49 DLOG_IF(FATAL, !ref_->was_valid())
connection.cc 162 bool was_valid)
165 was_valid_(was_valid) {
    [all...]

Completed in 28 milliseconds