Home | History | Annotate | Download | only in src

Lines Matching defs:childrenPos

788                 int childrenPos = childrenNodePos;
790 BinaryFormat::getGroupCountAndForwardPointer(root, &childrenPos);
791 stackSiblingPos[depth] = childrenPos;
793 pos = childrenPos;
982 int childrenPos = BinaryFormat::readChildrenPosition(DICT_ROOT, flags, pos);
984 *newCount = BinaryFormat::getGroupCountAndForwardPointer(DICT_ROOT, &childrenPos);
985 *newChildrenPosition = childrenPos;