Searched defs:GTEST_SNPRINTF_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h2307 // MSVC-based platforms. We map the GTEST_SNPRINTF_ macro to the appropriate
2312 # define GTEST_SNPRINTF_(buffer, size, format, ...) \ macro
2317 # define GTEST_SNPRINTF_ _snprintf
2319 # define GTEST_SNPRINTF_ snprintf
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1823 // MSVC-based platforms. We map the GTEST_SNPRINTF_ macro to the appropriate
1828 # define GTEST_SNPRINTF_(buffer, size, format, ...) \ macro
1833 # define GTEST_SNPRINTF_ _snprintf
1835 # define GTEST_SNPRINTF_ snprintf
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2930 // MSVC-based platforms. We map the GTEST_SNPRINTF_ macro to the appropriate
2935 # define GTEST_SNPRINTF_(buffer, size, format, ...) \ macro
2940 # define GTEST_SNPRINTF_ _snprintf
2942 # define GTEST_SNPRINTF_ snprintf
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2930 // MSVC-based platforms. We map the GTEST_SNPRINTF_ macro to the appropriate
2935 # define GTEST_SNPRINTF_(buffer, size, format, ...) \ macro
2940 # define GTEST_SNPRINTF_ _snprintf
2942 # define GTEST_SNPRINTF_ snprintf

Completed in 1286 milliseconds