Lines Matching full:traverse
534 // we want to traverse its children (or if the length match, evaluate its frequency).
546 // If we had a match and the word has children, we want to traverse them. We don't have
547 // to traverse words longer than the one we are searching for, since they will not match
548 // anyway, so don't traverse unless inputIndex < length.
584 // ProcessCurrentNode returns a boolean telling whether to traverse children nodes or not.
589 // If the return value is true, then the caller must proceed to traverse the children of this
658 // "don't traverse children".
686 // This character matched the typed character (enough to traverse the node at least)
689 // the node, output the siblings position, and return false "don't traverse children".
711 // Now we finished processing this node, and we want to traverse children. If there are no
720 // this node, so we read and output it before returning true, as in "please traverse children".