Home
last modified time | relevance | path

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

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