Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h94 #define GTEST_STRINGIFY_HELPER_(name, ...) #name macro
95 #define GTEST_STRINGIFY_(...) GTEST_STRINGIFY_HELPER_(__VA_ARGS__, )