Searched refs:newDepth (Results 1 – 2 of 2) sorted by relevance
365 void setDepth(unsigned newDepth) { Depth = newDepth; } in setDepth() argument
550 int newDepth{model.empty() ? 1 : model[currentScope_].depth + 1}; in PushScope() local553 result.depth = newDepth; in PushScope()