Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dtracing.cpp291 std::sregex_iterator match_it(s.begin(), s.end(), re); in ParseTracingField() local
293 while (match_it != match_end) { in ParseTracingField()
294 std::smatch match = *match_it++; in ParseTracingField()