Searched refs:GetEdge (Results 1 – 3 of 3) sorted by relevance
23 def GetEdge(node): function26 gyp.common.TopologicallySorted(graph.keys(), GetEdge),37 def GetEdge(node): function41 graph.keys(), GetEdge)
118 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
95 uint32 GetEdge(char c) const;