Home
last modified time | relevance | path

Searched refs:size_with_null (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/libcxx/src/filesystem/
H A Dformat_string.h47 size_t size_with_null = static_cast<size_t>(ret) + 1; in vformat_string() local
48 result.__resize_default_init(size_with_null - 1); in vformat_string()
49 ret = ::vsnprintf(&result[0], size_with_null, msg, ap); in vformat_string()
50 _LIBCPP_ASSERT_INTERNAL(static_cast<size_t>(ret) == (size_with_null - 1), "TODO"); in vformat_string()