Home | History | Annotate | Download | only in re2

Lines Matching refs:DumpState

245   static string DumpState(State* state);
523 string DFA::DumpState(State* state) {
746 fprintf(stderr, " -cached-> %s\n", DumpState(*it).c_str());
773 fprintf(stderr, " -> %s\n", DumpState(s).c_str());
1347 DumpState(s).c_str());
1456 DumpState(s).c_str());
1502 fprintf(stderr, "@_: %s\n", DumpState(s).c_str());
1521 DumpState(s).c_str());
1673 DumpState(info->start).c_str(), info->firstbyte);
1790 fprintf(stderr, "start %s\n", DumpState(params.start).c_str());