Searched refs:mMaxDepth (Results 1 – 3 of 3) sorted by relevance
89 int getMaxDepth() const { return mMaxDepth; } in getMaxDepth()105 mMaxDepth = std::max(mMaxDepth, static_cast<int>(mPath.size())); in incrementDepth()107 return mMaxDepth < mMaxAllowedDepth; in incrementDepth()237 int mMaxDepth; variable
220 mMaxDepth(0), in TIntermTraverser()
32 bool isValid() const { return mIsValid && mMaxDepth < mMaxAllowedDepth; } in isValid()