OneState          130 third_party/re2/re2/onepass.cc struct OneState;
OneState          201 third_party/re2/re2/onepass.cc static inline OneState* IndexToNode(volatile uint8* nodes, int statesize,
OneState          203 third_party/re2/re2/onepass.cc   return reinterpret_cast<OneState*>(
OneState          244 third_party/re2/re2/onepass.cc   volatile OneState* state = onepass_start_;
OneState          391 third_party/re2/re2/onepass.cc   int statesize = sizeof(OneState) + (bytemap_range_-1)*sizeof(uint32);
OneState          415 third_party/re2/re2/onepass.cc     OneState* node = IndexToNode(nodes, statesize, nodeindex);
OneState          576 third_party/re2/re2/onepass.cc       OneState* node = IndexToNode(nodes, statesize, nodeindex);
OneState           75 third_party/re2/re2/prog.h struct OneState;
OneState          369 third_party/re2/re2/prog.h   OneState* onepass_start_;  // start node for OnePass program