Searched refs:mCheckedStatus (Results 1 – 2 of 2) sorted by relevance
154 if (mCheckedStatus) return; in ~return_status()161 if (!mCheckedStatus) { in operator =()167 std::swap(mCheckedStatus, other.mCheckedStatus); in operator =()
142 mutable bool mCheckedStatus = false; variable172 mCheckedStatus = true; in isOk()184 mCheckedStatus = true; in isDeadObject()296 if (other.mStatus.isOk() || !other.mCheckedStatus) { in StatusOf()