Home
last modified time | relevance | path

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

/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark_api.h757 BENCHMARK_PRIVATE_CONCAT(_benchmark_, BENCHMARK_PRIVATE_UNIQUE_ID, n)
758 #define BENCHMARK_PRIVATE_CONCAT(a, b, c) BENCHMARK_PRIVATE_CONCAT2(a, b, c)
/external/google-benchmark/include/benchmark/
Dbenchmark_api.h817 BENCHMARK_PRIVATE_CONCAT(_benchmark_, BENCHMARK_PRIVATE_UNIQUE_ID, n)
818 #define BENCHMARK_PRIVATE_CONCAT(a, b, c) BENCHMARK_PRIVATE_CONCAT2(a, b, c) macro