Home
last modified time | relevance | path

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

/third_party/benchmark/include/benchmark/
Dbenchmark.h1462 #define BENCHMARK_PRIVATE_CONCAT(a, b, c) BENCHMARK_PRIVATE_CONCAT2(a, b, c)
1463 #define BENCHMARK_PRIVATE_CONCAT2(a, b, c) a##b##c macro