Home
last modified time | relevance | path

Searched defs:aObject (Results 1 – 15 of 15) sorted by relevance

/openthread-latest/src/core/common/
Das_core_type.hpp64 template <typename Type> typename CoreType<Type>::Type &AsCoreType(Type *aObject) in AsCoreType()
80 template <typename Type> const typename CoreType<Type>::Type &AsCoreType(const Type *aObject) in AsCoreType()
96 template <typename Type> typename CoreType<Type>::Type *AsCoreTypePtr(Type *aObject) in AsCoreTypePtr()
110 template <typename Type> const typename CoreType<Type>::Type *AsCoreTypePtr(const Type *aObject) in AsCoreTypePtr()
Dconst_cast.hpp50 template <typename Type> const Type &AsConst(Type &aObject) { return const_cast<const Type &>(aObje… in AsConst()
72 template <typename Type> Type &AsNonConst(const Type &aObject) { return const_cast<Type &>(aObject)… in AsNonConst()
Dframe_builder.hpp207 template <typename ObjectType> Error Append(const ObjectType &aObject) in Append()
269 template <typename ObjectType> void Write(uint16_t aOffset, const ObjectType &aObject) in Write()
305 template <typename ObjectType> Error Insert(uint16_t aOffset, const ObjectType &aObject) in Insert()
Drandom.hpp173 template <typename ObjectType> void Fill(ObjectType &aObject) in Fill()
216 template <typename ObjectType> Error Fill(ObjectType &aObject) in Fill()
Dframe_data.hpp147 template <typename ObjectType> Error Read(ObjectType &aObject) in Read()
Dclearable.hpp52 template <typename ObjectType> void ClearAllBytes(ObjectType &aObject) in ClearAllBytes()
Ddata.hpp148 template <typename ObjectType> void InitFrom(const ObjectType &aObject) in InitFrom()
295 template <typename ObjectType> void InitFrom(ObjectType &aObject) in InitFrom()
Dappender.hpp113 template <typename ObjectType> Error Append(const ObjectType &aObject) in Append()
Dmessage.hpp670 template <typename ObjectType> Error Prepend(const ObjectType &aObject) in Prepend()
779 template <typename ObjectType> Error Append(const ObjectType &aObject) in Append()
992 template <typename ObjectType> void Write(uint16_t aOffset, const ObjectType &aObject) in Write()
/openthread-latest/src/core/crypto/
Dhmac_sha256.hpp103 template <typename ObjectType> void Update(const ObjectType &aObject) in Update()
Dsha256.hpp115 template <typename ObjectType> void Update(const ObjectType &aObject) in Update()
Daes_ccm.hpp129 template <typename ObjectType> void Header(const ObjectType &aObject) in Header()
/openthread-latest/tests/unit/
Dtest_smart_ptrs.cpp63 const TestObject *aObject, in VerifyPointer()
/openthread-latest/src/cli/
Dcli_utils.hpp500 template <typename ObjectType> static void ClearAllBytes(ObjectType &aObject) in ClearAllBytes()
/openthread-latest/src/core/net/
Dnd6.hpp536 template <typename ObjectType> Error Append(const ObjectType &aObject) in Append()