Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dtlvs.hpp608 …template <typename TlvType> static Error Append(Message &aMessage, const void *aValue, uint8_t aLe… in Append() function in ot::Tlv
628 static Error Append(Message &aMessage, const typename SimpleTlvType::ValueType &aValue) in Append() function in ot::Tlv
647 …template <typename UintTlvType> static Error Append(Message &aMessage, typename UintTlvType::UintV… in Append() function in ot::Tlv
671 template <typename StringTlvType> static Error Append(Message &aMessage, const char *aValue) in Append() function in ot::Tlv
Dappender.hpp120 template <typename ObjectType> Error Append(const ObjectType &aObject) in Append() function in ot::Appender
Dframe_builder.hpp224 template <typename ObjectType> Error Append(const ObjectType &aObject) in Append() function in ot::FrameBuilder
Dstring.cpp323 StringWriter &StringWriter::Append(const char *aFormat, ...) in Append() function in ot::StringWriter
Dmessage.hpp737 template <typename ObjectType> Error Append(const ObjectType &aObject) in Append() function in ot::Message