Home
last modified time | relevance | path

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

/third_party/benchmark/src/
Dbenchmark_register.cc62 static constexpr char kDisabledPrefix[] = "DISABLED_"; variable
171 if (full_name.rfind(kDisabledPrefix, 0) != 0 && in FindBenchmarks()