Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__format/
Dformatter_string.h85 if (__specs.__has_width() || __specs.__has_precision())
Dformatter_tuple.h97 if (!__specs.__has_width()) in format()
Drange_formatter.h137 if (!__specs.__has_width()) in format()
Dformatter_output.h353 if (!__specs.__has_width())
Dparser_std_format_spec.h259 _LIBCPP_HIDE_FROM_ABI constexpr bool __has_width() const { return __width_ > 0; } in __has_width() function