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

/external/chromium_org/third_party/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);
H A Dprog.h75 struct OneState;
353 int onepass_statesize_; // byte size of each OneState* node
369 OneState* onepass_start_; // start node for OnePass program
/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);
H A Dprog.h75 struct OneState;
353 int onepass_statesize_; // byte size of each OneState* node
369 OneState* onepass_start_; // start node for OnePass program

Completed in 124 milliseconds