MCPcopy Create free account
hub / github.com/apache/brpc / vswprintf

Function vswprintf

src/butil/strings/string_util_posix.h:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44inline int vswprintf(wchar_t* buffer, size_t size,
45 const wchar_t* format, va_list arguments) {
46 DCHECK(IsWprintfFormatPortable(format));
47 return ::vswprintf(buffer, size, format, arguments);
48}
49
50} // namespace butil
51

Callers 1

vsnprintfTFunction · 0.85

Calls 1

IsWprintfFormatPortableFunction · 0.85

Tested by

no test coverage detected