HomeSort by relevance Sort by last modified time
    Searched defs:was_valid (Results 1 - 2 of 2) 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
  /external/lldb/source/Core/
ValueObject.cpp 3973 const bool was_valid = m_mod_id.IsValid(); local
    [all...]

Completed in 1738 milliseconds