Searched refs:edge_from_current (Results 1 – 1 of 1) sorted by relevance
118 uint32 edge_from_current = tree_[current_node].GetEdge(*i); in Match() local119 while (edge_from_current == AhoCorasickNode::kNoSuchEdge && in Match()122 edge_from_current = tree_[current_node].GetEdge(*i); in Match()124 if (edge_from_current != AhoCorasickNode::kNoSuchEdge) { in Match()125 current_node = edge_from_current; in Match()171 uint32 edge_from_current = tree_[current_node].GetEdge(*i); in InsertPatternIntoAhoCorasickTree() local172 if (edge_from_current == AhoCorasickNode::kNoSuchEdge) in InsertPatternIntoAhoCorasickTree()174 current_node = edge_from_current; in InsertPatternIntoAhoCorasickTree()