Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dtlvs.hpp743 template <class TlvType> TlvType *As(Tlv *aTlv) { return static_cast<TlvType *>(aTlv); } in As() function
754 template <class TlvType> const TlvType *As(const Tlv *aTlv) { return static_cast<const TlvType *>(a… in As() function
765 template <class TlvType> TlvType &As(Tlv &aTlv) { return static_cast<TlvType &>(aTlv); } in As() function
776 template <class TlvType> const TlvType &As(const Tlv &aTlv) { return static_cast<const TlvType &>(a… in As() function
/openthread-latest/src/core/thread/
Dnetwork_data_tlvs.hpp72 template <class TlvType> TlvType *As(NetworkDataTlv *aTlv) { return static_cast<TlvType *>(aTlv); } in As() function
83 template <class TlvType> const TlvType *As(const NetworkDataTlv *aTlv) { return static_cast<const T… in As() function
94 template <class TlvType> TlvType &As(NetworkDataTlv &aTlv) { return static_cast<TlvType &>(aTlv); } in As() function
105 template <class TlvType> const TlvType &As(const NetworkDataTlv &aTlv) { return static_cast<const T… in As() function
/openthread-latest/src/core/net/
Dmdns.hpp1602 …template <typename CacheType> CacheType &As(void) { return *static_cast<CacheType *>(this); } in As() function in ot::Dns::Multicast::Core::CacheEntry
1603 …template <typename CacheType> const CacheType &As(void) const { return *static_cast<const CacheTyp… in As() function in ot::Dns::Multicast::Core::CacheEntry