Searched defs:was_valid (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/sql/
H A Dconnection.h468 // 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
H A Dconnection.cc178 bool was_valid)
181 was_valid_(was_valid) {
176 StatementRef(Connection* connection, sqlite3_stmt* stmt, bool was_valid) argument
/external/lldb/source/Core/
H A DValueObject.cpp3973 const bool was_valid = m_mod_id.IsValid(); local
3974 if (was_valid)
4006 changed = was_valid;
4014 changed = was_valid;

Completed in 436 milliseconds