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

  /external/chromium_org/sql/
connection.h 468 // to create an invalid ref. |was_valid| indicates whether the
470 // |was_valid| can be true for NULL |stmt| if the connection has
472 StatementRef(Connection* connection, sqlite3_stmt* stmt, bool was_valid);
480 bool was_valid() const { return was_valid_; } function in class:sql::Connection::StatementRef
statement.cc 49 DLOG_IF(FATAL, !ref_->was_valid())
connection.cc 178 bool was_valid)
181 was_valid_(was_valid) {
    [all...]
  /external/lldb/source/Core/
ValueObject.cpp 3973 const bool was_valid = m_mod_id.IsValid(); local
    [all...]

Completed in 205 milliseconds