Searched refs:SetEdge (Results 1 – 2 of 2) sorted by relevance
96 void SetEdge(char c, uint32 node);
181 tree_[current_node].SetEdge(*i, tree_.size() - 1); in InsertPatternIntoAhoCorasickTree()259 void SubstringSetMatcher::AhoCorasickNode::SetEdge(char c, uint32 node) { in SetEdge() function in url_matcher::SubstringSetMatcher::AhoCorasickNode