Searched refs:edge_from_failure (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/url_matcher/
H A Dsubstring_set_matcher.cc215 uint32 edge_from_failure = tree_[failure].GetEdge(edge_label); local
216 while (edge_from_failure == AhoCorasickNode::kNoSuchEdge &&
219 edge_from_failure = tree_[failure].GetEdge(edge_label);
223 edge_from_failure != AhoCorasickNode::kNoSuchEdge
224 ? edge_from_failure

Completed in 377 milliseconds