Home
last modified time | relevance | path

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

/third_party/musl/Benchmark/musl/
Dbenchmark_framework.cpp203 std::string jsonFuncName = prefix + ".*"; in MatchFuncNameInJson() local
204 std::regex re(jsonFuncName, std::regex::icase); in MatchFuncNameInJson()