HomeSort by relevance Sort by last modified time
    Searched refs:WPRINTF_FORMAT (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
compiler_specific.h 82 // WPRINTF_FORMAT is the same, but for wide format strings.
85 #define WPRINTF_FORMAT(format_param, dots_param)
94 #define WPRINTF_FORMAT(x, y)
string_util.h 57 const wchar_t* format, va_list arguments) WPRINTF_FORMAT(3, 0);
74 // function just so the WPRINTF_FORMAT works.
76 WPRINTF_FORMAT(3, 4);
465 std::wstring StringPrintf(const wchar_t* format, ...) WPRINTF_FORMAT(1, 2);
475 WPRINTF_FORMAT(2, 3);
481 WPRINTF_FORMAT(2, 3);
488 WPRINTF_FORMAT(2, 0);

Completed in 495 milliseconds