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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 72 milliseconds