Home | History | Annotate | Download | only in internal

Lines Matching defs:GTEST_SNPRINTF_

2098 // MSVC-based platforms.  We map the GTEST_SNPRINTF_ macro to the appropriate
2103 # define GTEST_SNPRINTF_(buffer, size, format, ...) \
2108 # define GTEST_SNPRINTF_ _snprintf
2110 # define GTEST_SNPRINTF_ snprintf