Searched defs:newDepth (Results 1 – 2 of 2) sorted by relevance
336 void setDepth(unsigned newDepth) { Depth = newDepth; } in setDepth()
192 int newDepth = Math.max(left.getTreeDepth(), right.getTreeDepth()) + 1; in concatenate() local