Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__system_error/
Derror_code.h50 …_LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val)… in error_code()
59 _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT { in assign()
/external/cronet/buildtools/third_party/libc++/trunk/include/__compare/
Dcommon_comparison_category.h68 constexpr _CCC __cat = __comp_detail::__compute_comp_type(__type_kinds); in __get_comp_type() local