Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__format/
Dformat_arg.h104 return _VSTD::invoke(_VSTD::forward<_Visitor>(__vis), __arg.__value_.__boolean_); in decltype()
181 bool __boolean_; member
204 _LIBCPP_HIDE_FROM_ABI __basic_format_arg_value(bool __value) noexcept : __boolean_(__value) {} in __basic_format_arg_value()