Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Donepass.cc202 int nodeindex) { in IndexToNode() argument
204 const_cast<uint8*>(nodes + statesize*nodeindex)); in IndexToNode()
414 int nodeindex = nodebyid[id]; in IsOnePass() local
415 OneState* node = IndexToNode(nodes, statesize, nodeindex); in IsOnePass()
573 int nodeindex = nodebyid[id]; in IsOnePass() local
574 if (nodeindex == -1) in IsOnePass()
576 OneState* node = IndexToNode(nodes, statesize, nodeindex); in IsOnePass()
579 nodeindex, id, node->matchcond); in IsOnePass()