Searched refs:ChildOffset (Results 1 – 2 of 2) sorted by relevance
193 uint32_t ChildOffset = N.ChildrenOffset; in compareNode() local199 compareNode(ChildOffset, Name.substr(Consummed), Strict, in compareNode()206 ChildOffset += C.Size; in compareNode()526 auto ChildOffset = N.ChildrenOffset; in nearestMatchesForCodepointName() local528 Node C = readNode(ChildOffset, &N); in nearestMatchesForCodepointName()529 ChildOffset += C.Size; in nearestMatchesForCodepointName()
482 unsigned ChildOffset = 0; in split() local484 for (; Offset >= ChildOffset+getChild(i)->size(); ++i) in split()485 ChildOffset += getChild(i)->size(); in split()488 if (ChildOffset == Offset) in split()492 if (RopePieceBTreeNode *RHS = getChild(i)->split(Offset-ChildOffset)) in split()