Searched refs:mInMutation (Results 1 – 2 of 2) sorted by relevance
61 ALOG_ASSERT(!mInMutation, "begin() called when in a mutation"); in begin()62 mInMutation = true; in begin()68 ALOG_ASSERT(mInMutation, "end() called when not in a mutation"); in end()74 mInMutation = false; in end()83 ALOG_ASSERT(!mInMutation, "push() called when in a mutation"); in push()
198 bool mInMutation = false; // whether we're currently in the middle of a mutation variable