Home
last modified time | relevance | path

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

/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark_api.h758 #define BENCHMARK_PRIVATE_CONCAT(a, b, c) BENCHMARK_PRIVATE_CONCAT2(a, b, c)
759 #define BENCHMARK_PRIVATE_CONCAT2(a, b, c) a##b##c
/external/google-benchmark/include/benchmark/
Dbenchmark_api.h818 #define BENCHMARK_PRIVATE_CONCAT(a, b, c) BENCHMARK_PRIVATE_CONCAT2(a, b, c)
819 #define BENCHMARK_PRIVATE_CONCAT2(a, b, c) a##b##c macro