Searched defs:aObject (Results 1 – 15 of 15) sorted by relevance
64 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()
50 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()
207 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()
173 template <typename ObjectType> void Fill(ObjectType &aObject) in Fill()216 template <typename ObjectType> Error Fill(ObjectType &aObject) in Fill()
147 template <typename ObjectType> Error Read(ObjectType &aObject) in Read()
52 template <typename ObjectType> void ClearAllBytes(ObjectType &aObject) in ClearAllBytes()
148 template <typename ObjectType> void InitFrom(const ObjectType &aObject) in InitFrom()295 template <typename ObjectType> void InitFrom(ObjectType &aObject) in InitFrom()
113 template <typename ObjectType> Error Append(const ObjectType &aObject) in Append()
670 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()
103 template <typename ObjectType> void Update(const ObjectType &aObject) in Update()
115 template <typename ObjectType> void Update(const ObjectType &aObject) in Update()
129 template <typename ObjectType> void Header(const ObjectType &aObject) in Header()
63 const TestObject *aObject, in VerifyPointer()
500 template <typename ObjectType> static void ClearAllBytes(ObjectType &aObject) in ClearAllBytes()
536 template <typename ObjectType> Error Append(const ObjectType &aObject) in Append()