Home | History | Annotate | Download | only in gtest

Lines Matching defs:GTEST_SNPRINTF_

2930 // MSVC-based platforms.  We map the GTEST_SNPRINTF_ macro to the appropriate
2935 # define GTEST_SNPRINTF_(buffer, size, format, ...) \
2940 # define GTEST_SNPRINTF_ _snprintf
2942 # define GTEST_SNPRINTF_ snprintf