Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dtype_traits.hpp64 template <typename Type> struct IsPointer : public FalseValue struct
70 template <typename Type> struct IsPointer<Type *> : public TrueValue struct
74 template <typename Type> struct IsPointer<const Type *> : public TrueValue struct
78 template <typename Type> struct IsPointer<volatile Type *> : public TrueValue struct
82 template <typename Type> struct IsPointer<const volatile Type *> : TrueValue struct
Dframe_builder.hpp209 … static_assert(!TypeTraits::IsPointer<ObjectType>::kValue, "ObjectType must not be a pointer"); in Append()
241 … static_assert(!TypeTraits::IsPointer<ObjectType>::kValue, "ObjectType must not be a pointer"); in Append()
271 … static_assert(!TypeTraits::IsPointer<ObjectType>::kValue, "ObjectType must not be a pointer"); in Write()
307 … static_assert(!TypeTraits::IsPointer<ObjectType>::kValue, "ObjectType must not be a pointer"); in Insert()
Drandom.hpp175 static_assert(!TypeTraits::IsPointer<ObjectType>::kValue, "ObjectType must not be a pointer"); in Fill()
218 static_assert(!TypeTraits::IsPointer<ObjectType>::kValue, "ObjectType must not be a pointer"); in Fill()
Ddata.hpp150 … static_assert(!TypeTraits::IsPointer<ObjectType>::kValue, "ObjectType MUST not be a pointer"); in InitFrom()
297 … static_assert(!TypeTraits::IsPointer<ObjectType>::kValue, "ObjectType MUST not be a pointer"); in InitFrom()
Dclearable.hpp54 static_assert(!TypeTraits::IsPointer<ObjectType>::kValue, "ObjectType must not be a pointer"); in ClearAllBytes()
Dmessage.hpp672 … static_assert(!TypeTraits::IsPointer<ObjectType>::kValue, "ObjectType must not be a pointer"); in Prepend()
781 … static_assert(!TypeTraits::IsPointer<ObjectType>::kValue, "ObjectType must not be a pointer"); in Append()
871 … static_assert(!TypeTraits::IsPointer<ObjectType>::kValue, "ObjectType must not be a pointer"); in Read()
889 … static_assert(!TypeTraits::IsPointer<ObjectType>::kValue, "ObjectType must not be a pointer"); in Read()
948 … static_assert(!TypeTraits::IsPointer<ObjectType>::kValue, "ObjectType must not be a pointer"); in Compare()
994 … static_assert(!TypeTraits::IsPointer<ObjectType>::kValue, "ObjectType must not be a pointer"); in Write()
Dframe_data.hpp149 … static_assert(!TypeTraits::IsPointer<ObjectType>::kValue, "ObjectType must not be a pointer"); in Read()
Dappender.hpp115 … static_assert(!TypeTraits::IsPointer<ObjectType>::kValue, "ObjectType must not be a pointer"); in Append()
Dtlvs.hpp820 … static_assert(!TypeTraits::IsPointer<TlvValueType>::kValue, "TlvValueType must not be a pointer");
/openthread-latest/src/core/crypto/
Dhmac_sha256.hpp105 … static_assert(!TypeTraits::IsPointer<ObjectType>::kValue, "ObjectType must not be a pointer"); in Update()
Dsha256.hpp117 … static_assert(!TypeTraits::IsPointer<ObjectType>::kValue, "ObjectType must not be a pointer"); in Update()
Daes_ccm.hpp131 … static_assert(!TypeTraits::IsPointer<ObjectType>::kValue, "ObjectType must not be a pointer"); in Header()
/openthread-latest/src/core/net/
Dnd6.hpp538 … static_assert(!TypeTraits::IsPointer<ObjectType>::kValue, "ObjectType must not be a pointer"); in Append()
/openthread-latest/src/cli/
Dcli_utils.hpp502 … static_assert(!TypeTraits::IsPointer<ObjectType>::kValue, "ObjectType must not be a pointer"); in ClearAllBytes()