Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/common/
Dconst_cast.hpp51 template <typename Type> const Type &AsConst(Type &aObject) { return const_cast<const Type &>(aObje… in AsConst() function
63 template <typename Type> const Type *AsConst(Type *aPointer) { return const_cast<const Type *>(aPoi… in AsConst() function