Searched refs:ChildOffset (Results 1 – 2 of 2) sorted by relevance
195 uint32_t ChildOffset = N.ChildrenOffset; in compareNode() local201 compareNode(ChildOffset, Name.substr(Consummed), Strict, in compareNode()208 ChildOffset += C.Size; in compareNode()530 auto ChildOffset = N.ChildrenOffset; in nearestMatchesForCodepointName() local532 Node C = readNode(ChildOffset, &N); in nearestMatchesForCodepointName()533 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()