Searched refs:mInUse (Results 1 – 3 of 3) sorted by relevance
880 if (!statement.mInUse) { in acquirePreparedStatement()907 statement.mInUse = true; in acquirePreparedStatement()912 statement.mInUse = false; in releasePreparedStatement()1246 public boolean mInUse; field in SQLiteConnection.PreparedStatement1259 if (!oldValue.mInUse) { in entryRemoved()
1631 slot->mInUse = true; in process()1635 slot->mInUse = true; in process()1639 slot->mInUse = true; in process()1643 slot->mInUse = true; in process()1648 slot->mInUse = true; in process()1652 slot->mInUse = true; in process()1657 slot->mInUse = true; in process()1664 slot->mInUse = false; in process()1666 slot->mInUse = true; in process()1671 slot->mInUse = true; in process()[all …]
873 inline bool isInUse() const { return mInUse; } in isInUse()891 bool mInUse; variable