Home
last modified time | relevance | path

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

/external/openthread/src/core/common/
Das_core_type.hpp66 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()
Dframe_builder.hpp224 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()
Dconst_cast.hpp51 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()
Drandom.hpp186 template <typename ObjectType> void Fill(ObjectType &aObject) in Fill()
232 template <typename ObjectType> Error Fill(ObjectType &aObject) in Fill()
Dclearable.hpp53 template <typename ObjectType> void ClearAllBytes(ObjectType &aObject) in ClearAllBytes()
Dframe_data.hpp156 template <typename ObjectType> Error Read(ObjectType &aObject) in Read()
Ddata.hpp156 template <typename ObjectType> void InitFrom(const ObjectType &aObject) in InitFrom()
316 template <typename ObjectType> void InitFrom(ObjectType &aObject) in InitFrom()
Dappender.hpp120 template <typename ObjectType> Error Append(const ObjectType &aObject) in Append()
Dmessage.hpp619 template <typename ObjectType> Error Prepend(const ObjectType &aObject) in Prepend()
712 template <typename ObjectType> Error Append(const ObjectType &aObject) in Append()
892 template <typename ObjectType> void Write(uint16_t aOffset, const ObjectType &aObject) in Write()
/external/openthread/src/core/crypto/
Dhmac_sha256.hpp111 template <typename ObjectType> void Update(const ObjectType &aObject) in Update()
Dsha256.hpp124 template <typename ObjectType> void Update(const ObjectType &aObject) in Update()
Daes_ccm.hpp138 template <typename ObjectType> void Header(const ObjectType &aObject) in Header()
/external/openthread/tests/unit/
Dtest_smart_ptrs.cpp63 const TestObject *aObject, in VerifyPointer()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/
DObjectReaderTest.java514 A aObject = mapper.readValue("{\"unknownField\" : 1, \"knownField\": \"test\"}", A.class); in testUnknownFields() local
/external/openthread/src/cli/
Dcli_utils.hpp539 template <typename ObjectType> static void ClearAllBytes(ObjectType &aObject) in ClearAllBytes()
/external/jsoncpp/src/test_lib_json/
Dmain.cpp1608 Json::Value aObject; in JSONTEST_FIXTURE_LOCAL() local