Searched refs:mInMutation (Results 1 – 2 of 2) sorted by relevance
46 mInMutation(false), mIsDirty(false), mIsInitialized(false) in StateQueue()78 ALOG_ASSERT(!mInMutation, "begin() called when in a mutation"); in begin()79 mInMutation = true; in begin()85 ALOG_ASSERT(mInMutation, "end() called when not in a mutation"); in end()91 mInMutation = false; in end()100 ALOG_ASSERT(!mInMutation, "push() called when in a mutation"); in push()
200 bool mInMutation; // whether we're currently in the middle of a mutation variable