Home
last modified time | relevance | path

Searched defs:__format_arg_store (Results 1 – 1 of 1) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__format/
Dformat_arg_store.h236 struct _LIBCPP_TEMPLATE_VIS __format_arg_store { struct
238 __format_arg_store(_Args&... __args) noexcept { in __format_arg_store() function
247 using _Storage = conditional_t<__format::__use_packed_format_arg_store(sizeof...(_Args)),
251 _Storage __storage;