Searched defs:edge_from_current (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/url_matcher/
H A Dsubstring_set_matcher.cc118 uint32 edge_from_current = tree_[current_node].GetEdge(*i); local
119 while (edge_from_current == AhoCorasickNode::kNoSuchEdge &&
122 edge_from_current = tree_[current_node].GetEdge(*i);
124 if (edge_from_current != AhoCorasickNode::kNoSuchEdge) {
125 current_node = edge_from_current;
171 uint32 edge_from_current = tree_[current_node].GetEdge(*i); local
172 if (edge_from_current == AhoCorasickNode::kNoSuchEdge)
174 current_node = edge_from_current;

Completed in 1144 milliseconds