Home
last modified time | relevance | path

Searched refs:edge_from_current (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/components/url_matcher/
Dsubstring_set_matcher.cc118 uint32 edge_from_current = tree_[current_node].GetEdge(*i); in Match() local
119 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() local
172 if (edge_from_current == AhoCorasickNode::kNoSuchEdge) in InsertPatternIntoAhoCorasickTree()
174 current_node = edge_from_current; in InsertPatternIntoAhoCorasickTree()