Home
last modified time | relevance | path

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

/system/ulib/fidl/include/lib/fidl/llcpp/
A Dtraits.h41 template <> struct IsFidlType<bool> : public std::true_type {};
42 template <> struct IsFidlType<uint8_t> : public std::true_type {};
43 template <> struct IsFidlType<uint16_t> : public std::true_type {};
44 template <> struct IsFidlType<uint32_t> : public std::true_type {};
45 template <> struct IsFidlType<uint64_t> : public std::true_type {};
46 template <> struct IsFidlType<int8_t> : public std::true_type {};
47 template <> struct IsFidlType<int16_t> : public std::true_type {};
48 template <> struct IsFidlType<int32_t> : public std::true_type {};
49 template <> struct IsFidlType<int64_t> : public std::true_type {};
50 template <> struct IsFidlType<float> : public std::true_type {};
[all …]
/system/ulib/fbl/include/fbl/
A Dtype_support.h17 using true_type = integral_constant<bool, true>; variable
25 struct is_void<void> : true_type {};
28 struct is_void<const void> : true_type {};
31 struct is_void<volatile void> : true_type {};
34 struct is_void<const volatile void> : true_type {};
58 struct is_const<const T> : true_type {};
66 struct is_lvalue_reference<T&> : true_type {};
74 struct is_rvalue_reference<T&&> : true_type {};
81 struct is_reference<T&> : true_type {};
84 struct is_reference<T&&> : true_type {};
[all …]
A Dmacros.h54 template <typename C> static std::true_type test( decltype(&C::fn_name) ); \
72 template <typename C> static std::true_type test( decltype(static_cast<sig>(&C::fn_name)) ); \
/system/ulib/fit/include/lib/fit/
A Dtraits.h100 : public std::true_type {};
103 : public std::true_type {};
106 : public std::true_type {};
A Dnullable.h22 : public std::true_type {};
A Dpromise_internal.h37 struct is_result<::fit::result<V, E>> : std::true_type {};
55 : std::true_type {};
/system/ulib/hwreg/include/hwreg/
A Dinternal.h20 template <> struct IsSupportedInt<uint8_t> : fbl::true_type {};
21 template <> struct IsSupportedInt<uint16_t> : fbl::true_type {};
22 template <> struct IsSupportedInt<uint32_t> : fbl::true_type {};
23 template <> struct IsSupportedInt<uint64_t> : fbl::true_type {};
/system/utest/fidl/
A Dllcpp_types_tests.cpp55 struct IsFidlType<NonnullableChannelMessage> : public std::true_type {};
58 struct IsFidlMessage<NonnullableChannelMessage> : public std::true_type {};
/system/ulib/ddktl/include/ddktl/
A Ddevice-internal.h303 struct all_mixins : std::true_type {};

Completed in 16 milliseconds