Home
last modified time | relevance | path

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

/external/openthread/src/core/common/
Dconst_cast.hpp72 template <typename Type> Type &AsNonConst(const Type &aObject) { return const_cast<Type &>(aObject)… in AsNonConst() function
83 template <typename Type> Type *AsNonConst(const Type *aPointer) { return const_cast<Type *>(aPointe… in AsNonConst() function