Home
last modified time | relevance | path

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

/bionic/benchmarks/tests/
Dinterface_test.cpp186 std::smatch sm; in TEST_F() local
189 while (std::regex_search(output, sm, benchmark_re)) { in TEST_F()
191 output = sm.suffix(); in TEST_F()