Searched defs:newTree (Results 1 – 3 of 3) sorted by relevance
190 func newTree() *tree { func
50 const newTree = createTree(newText, oldTree.version + "."); constant101 …const newTree = compareTrees(oldText, newTextAndChange.text, newTextAndChange.textChangeRange, -1,… constant114 …const newTree = compareTrees(oldText, newTextAndChange.text, newTextAndChange.textChangeRange, -1,… constant
687 ByteString newTree = prefixesStack.pop(); in insert() local