Searched defs:aObject (Results 1 – 13 of 13) sorted by relevance
64 template <typename Type> typename CoreType<Type>::Type &AsCoreType(Type *aObject) in AsCoreType()79 template <typename Type> const typename CoreType<Type>::Type &AsCoreType(const Type *aObject) in AsCoreType()94 template <typename Type> typename CoreType<Type>::Type *AsCoreTypePtr(Type *aObject) in AsCoreTypePtr()109 template <typename Type> const typename CoreType<Type>::Type *AsCoreTypePtr(const Type *aObject) in AsCoreTypePtr()
51 template <typename Type> const Type &AsConst(Type &aObject) in AsConst()81 template <typename Type> Type &AsNonConst(const Type &aObject) in AsNonConst()
191 template <typename ObjectType> Error Append(const ObjectType &aObject) in Append()223 template <typename ObjectType> void Write(uint16_t aOffset, const ObjectType &aObject) in Write()
156 template <typename ObjectType> Error Read(ObjectType &aObject) in Read()
155 template <typename ObjectType> void InitFrom(const ObjectType &aObject) in InitFrom()315 template <typename ObjectType> void InitFrom(ObjectType &aObject) in InitFrom()
120 template <typename ObjectType> Error Append(const ObjectType &aObject) in Append()
600 template <typename ObjectType> Error Prepend(const ObjectType &aObject) in Prepend()658 template <typename ObjectType> Error Append(const ObjectType &aObject) in Append()821 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()
514 A aObject = mapper.readValue("{\"unknownField\" : 1, \"knownField\": \"test\"}", A.class); in testUnknownFields() local
1608 Json::Value aObject; in JSONTEST_FIXTURE_LOCAL() local