Home
last modified time | relevance | path

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

/system/ulib/fbl/include/fbl/
A Dtype_support.h18 using false_type = integral_constant<bool, false>; variable
22 struct is_void : false_type {};
38 struct is_null_pointer : false_type {};
55 struct is_const : false_type {};
63 struct is_lvalue_reference : false_type {};
71 struct is_rvalue_reference : false_type {};
78 struct is_reference : false_type {};
200 struct is_integral : false_type {};
221 struct is_floating_point : false_type {};
332 struct is_pointer : public false_type { };
[all …]
A Dmacros.h55 template <typename C> static std::false_type test(...); \
73 template <typename C> static std::false_type test(...); \
/system/ulib/fidl/include/lib/fidl/llcpp/
A Dtraits.h29 template <typename T> struct IsFidlMessage : public std::false_type {};
/system/ulib/fit/include/lib/fit/
A Dtraits.h97 struct is_callable : public std::false_type {};
A Dnullable.h19 struct is_comparable_with_null : public std::false_type {};
58 struct is_nullable<void> : public std::false_type {};
A Dpromise_internal.h35 struct is_result : std::false_type {};
50 struct is_continuation : std::false_type {};
/system/ulib/hwreg/include/hwreg/
A Dinternal.h19 template <typename T> struct IsSupportedInt : fbl::false_type {};

Completed in 11 milliseconds