Searched defs:aObject (Results 1 – 11 of 11) sorted by relevance
66 template <typename Type> typename CoreType<Type>::Type &AsCoreType(Type *aObject) in AsCoreType()83 template <typename Type> const typename CoreType<Type>::Type &AsCoreType(const Type *aObject) in AsCoreType()100 template <typename Type> typename CoreType<Type>::Type *AsCoreTypePtr(Type *aObject) in AsCoreTypePtr()115 template <typename Type> const typename CoreType<Type>::Type *AsCoreTypePtr(const Type *aObject) in AsCoreTypePtr()
51 template <typename Type> const Type &AsConst(Type &aObject) { return const_cast<const Type &>(aObje… in AsConst()75 template <typename Type> Type &AsNonConst(const Type &aObject) { return const_cast<Type &>(aObject)… in AsNonConst()
224 template <typename ObjectType> Error Append(const ObjectType &aObject) in Append()256 template <typename ObjectType> void Write(uint16_t aOffset, const ObjectType &aObject) in Write()294 template <typename ObjectType> Error Insert(uint16_t aOffset, const ObjectType &aObject) in Insert()
156 template <typename ObjectType> Error Read(ObjectType &aObject) in Read()
156 template <typename ObjectType> void InitFrom(const ObjectType &aObject) in InitFrom()316 template <typename ObjectType> void InitFrom(ObjectType &aObject) in InitFrom()
120 template <typename ObjectType> Error Append(const ObjectType &aObject) in Append()
603 template <typename ObjectType> Error Prepend(const ObjectType &aObject) in Prepend()696 template <typename ObjectType> Error Append(const ObjectType &aObject) in Append()876 template <typename ObjectType> void Write(uint16_t aOffset, const ObjectType &aObject) in Write()
111 template <typename ObjectType> void Update(const ObjectType &aObject) in Update()
124 template <typename ObjectType> void Update(const ObjectType &aObject) in Update()
138 template <typename ObjectType> void Header(const ObjectType &aObject) in Header()
63 const TestObject *aObject, in VerifyPointer()