Searched refs:mMulti (Results 1 – 2 of 2) sorted by relevance
46 mMulti(std::move(other.mMulti)) in BaseResult()71 mMulti(std::move(nodes)) in BaseResult()79 mMulti = std::move(other.mMulti); in moveAssignImpl()108 return &mMulti; in multi()275 for (TIntermNode *newNode : result.mMulti) in traverseAggregateBaseChildren()
133 std::vector<TIntermNode *> mMulti; variable