Home
last modified time | relevance | path

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

/external/chromium_org/tools/gyp/pylib/gyp/
Dcommon_test.py23 def GetEdge(node): function
26 gyp.common.TopologicallySorted(graph.keys(), GetEdge),
37 def GetEdge(node): function
41 graph.keys(), GetEdge)
/external/chromium_org/components/url_matcher/
Dsubstring_set_matcher.cc118 uint32 edge_from_current = tree_[current_node].GetEdge(*i); in Match()
122 edge_from_current = tree_[current_node].GetEdge(*i); in Match()
171 uint32 edge_from_current = tree_[current_node].GetEdge(*i); in InsertPatternIntoAhoCorasickTree()
215 uint32 edge_from_failure = tree_[failure].GetEdge(edge_label); in CreateFailureEdges()
219 edge_from_failure = tree_[failure].GetEdge(edge_label); in CreateFailureEdges()
254 uint32 SubstringSetMatcher::AhoCorasickNode::GetEdge(char c) const { in GetEdge() function in url_matcher::SubstringSetMatcher::AhoCorasickNode
Dsubstring_set_matcher.h95 uint32 GetEdge(char c) const;