Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__format/
Dformat_arg.h75 inline constexpr uint8_t __packed_arg_t_mask = 0x1f; variable
90 return static_cast<__format::__arg_t>(__types & __packed_arg_t_mask); in __get_packed_type()