Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Ddfa.cc245 static string DumpState(State* state);
523 string DFA::DumpState(State* state) { in DumpState() function in re2::DFA
746 fprintf(stderr, " -cached-> %s\n", DumpState(*it).c_str()); in CachedState()
773 fprintf(stderr, " -> %s\n", DumpState(s).c_str()); in CachedState()
1347 DumpState(s).c_str()); in InlinedSearchLoop()
1456 DumpState(s).c_str()); in InlinedSearchLoop()
1502 fprintf(stderr, "@_: %s\n", DumpState(s).c_str()); in InlinedSearchLoop()
1521 DumpState(s).c_str()); in InlinedSearchLoop()
1673 DumpState(info->start).c_str(), info->firstbyte); in AnalyzeSearch()
1790 fprintf(stderr, "start %s\n", DumpState(params.start).c_str()); in Search()