Searched refs:mVisit (Results 1 – 2 of 2) sorted by relevance
44 mVisit(other.mVisit), in BaseResult()50 : mAction(Action::ReplaceSingle), mVisit(visit), mSingle(&node) in BaseResult()55 mVisit(node ? visit : VisitBits::Neither), in BaseResult()60 : mAction(Action::Drop), mVisit(VisitBits::Neither), mSingle(nullptr) in BaseResult()64 : mAction(Action::Fail), mVisit(VisitBits::Neither), mSingle(nullptr) in BaseResult()69 mVisit(VisitBits::Neither), in BaseResult()77 mVisit = other.mVisit; in moveAssignImpl()314 ASSERT(preResult.mVisit == VisitBits::Neither); in traverseAny()319 const VisitBits visit = preResult.mVisit; in traverseAny()
131 VisitBits mVisit; variable