Searched refs:IsPointer (Results 1 – 14 of 14) sorted by relevance
/openthread-latest/src/core/common/ |
D | type_traits.hpp | 64 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
|
D | frame_builder.hpp | 209 … 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()
|
D | random.hpp | 175 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()
|
D | data.hpp | 150 … 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()
|
D | clearable.hpp | 54 static_assert(!TypeTraits::IsPointer<ObjectType>::kValue, "ObjectType must not be a pointer"); in ClearAllBytes()
|
D | message.hpp | 672 … 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()
|
D | frame_data.hpp | 149 … static_assert(!TypeTraits::IsPointer<ObjectType>::kValue, "ObjectType must not be a pointer"); in Read()
|
D | appender.hpp | 115 … static_assert(!TypeTraits::IsPointer<ObjectType>::kValue, "ObjectType must not be a pointer"); in Append()
|
D | tlvs.hpp | 820 … static_assert(!TypeTraits::IsPointer<TlvValueType>::kValue, "TlvValueType must not be a pointer");
|
/openthread-latest/src/core/crypto/ |
D | hmac_sha256.hpp | 105 … static_assert(!TypeTraits::IsPointer<ObjectType>::kValue, "ObjectType must not be a pointer"); in Update()
|
D | sha256.hpp | 117 … static_assert(!TypeTraits::IsPointer<ObjectType>::kValue, "ObjectType must not be a pointer"); in Update()
|
D | aes_ccm.hpp | 131 … static_assert(!TypeTraits::IsPointer<ObjectType>::kValue, "ObjectType must not be a pointer"); in Header()
|
/openthread-latest/src/core/net/ |
D | nd6.hpp | 538 … static_assert(!TypeTraits::IsPointer<ObjectType>::kValue, "ObjectType must not be a pointer"); in Append()
|
/openthread-latest/src/cli/ |
D | cli_utils.hpp | 502 … static_assert(!TypeTraits::IsPointer<ObjectType>::kValue, "ObjectType must not be a pointer"); in ClearAllBytes()
|