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

/external/regex-re2/re2/
H A Donepass.cc130 struct OneState;
136 struct OneState { struct in namespace:re2
199 // Basically (OneState*)(nodes + statesize*nodeindex)
201 static inline OneState* IndexToNode(volatile uint8* nodes, int statesize,
203 return reinterpret_cast<OneState*>(
244 volatile OneState* state = onepass_start_;
391 int statesize = sizeof(OneState) + (bytemap_range_-1)*sizeof(uint32);
415 OneState* node = IndexToNode(nodes, statesize, nodeindex);
576 OneState* node = IndexToNode(nodes, statesize, nodeindex);

Completed in 33 milliseconds