Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/net/netip/
Dnetip.go800 func (ip Addr) AppendTo(b []byte) []byte { func
1181 func (p AddrPort) AppendTo(b []byte) []byte { func
1465 func (p Prefix) AppendTo(b []byte) []byte { func
Dfuzz_test.go291 AppendTo([]byte) []byte methodSpec
Dnetip_pkg_test.go336 AppendTo([]byte) []byte methodSpec
/aosp_15_r20/external/openthread/src/core/coap/
H A Dcoap.hpp342 Error AppendTo(Message &aMessage) const { return aMessage.Append(*this); } in AppendTo() function
859 Error AppendTo(Message &aMessage) const { return aMessage.Append(*this); } in AppendTo() function
/aosp_15_r20/external/openthread/src/core/net/
H A Ddns_types.cpp167 Error Name::AppendTo(Message &aMessage) const in AppendTo() function in ot::Dns::Name
1107 Error TxtEntry::AppendTo(Message &aMessage) const in AppendTo() function in ot::Dns::TxtEntry
1114 Error TxtEntry::AppendTo(Appender &aAppender) const in AppendTo() function in ot::Dns::TxtEntry
H A Dip6_mpl.hpp241 Error AppendTo(Message &aMessage) const { return aMessage.Append(*this); } in AppendTo() function
H A Dsntp_client.hpp248 Error AppendTo(Message &aMessage) const { return aMessage.Append(*this); } in AppendTo() function in ot::Sntp::Client::QueryMetadata
/aosp_15_r20/external/libcxx/test/std/iterators/iterators.general/
H A Dgcc_workaround.pass.cpp19 void AppendTo(const std::vector<char> &v) { TEST_IGNORE_NODISCARD v.begin(); } in AppendTo() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/iterators.general/
H A Dgcc_workaround.pass.cpp18 void AppendTo(const std::vector<char> &v) { TEST_IGNORE_NODISCARD v.begin(); } in AppendTo() function
/aosp_15_r20/external/openthread/src/core/thread/
H A Dlowpan.cpp1168 Error MeshHeader::AppendTo(FrameBuilder &aFrameBuilder) const in AppendTo() function in ot::Lowpan::MeshHeader
1190 Error MeshHeader::AppendTo(Message &aMessage) const in AppendTo() function in ot::Lowpan::MeshHeader
H A Dmle.hpp1142 Error AppendTo(Message &aMessage) const { return aMessage.Append(*this); } in AppendTo() function
/aosp_15_r20/external/openthread/src/core/meshcop/
H A Djoiner_router.hpp93 Error AppendTo(Message &aMessage) const { return aMessage.Append(*this); } in AppendTo() function
H A Dmeshcop_tlvs.cpp247 Error ChannelMaskTlv::AppendTo(Message &aMessage, uint32_t aChannelMask) in AppendTo() function in ot::MeshCoP::ChannelMaskTlv
/aosp_15_r20/external/lzma/CPP/Common/
H A DMyXml.cpp224 void CXmlItem::AppendTo(AString &s) const in AppendTo() function in CXmlItem
/aosp_15_r20/external/cronet/net/base/
H A Daddress_tracker_linux_test_util.cc51 void NetlinkMessage::AppendTo(NetlinkBuffer* output) const { in AppendTo() function in net::test::NetlinkMessage
/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_deflate_stream_test.cc225 void AppendTo(std::vector<std::unique_ptr<WebSocketFrame>>* frames, in AppendTo() function in net::__anon85c698b90111::WebSocketDeflateStreamTest
234 void AppendTo(std::vector<std::unique_ptr<WebSocketFrame>>* frames, in AppendTo() function in net::__anon85c698b90111::WebSocketDeflateStreamTest
/aosp_15_r20/external/openthread/src/core/common/
H A Dtlvs.cpp57 Error Tlv::AppendTo(Message &aMessage) const { return aMessage.AppendBytes(this, static_cast<uint16… in AppendTo() function in ot::Tlv
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dtransport_feedback.cc167 void TransportFeedback::LastChunk::AppendTo( in AppendTo() function in webrtc::rtcp::TransportFeedback::LastChunk
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtensor_shape.cc37 static void AppendTo(const TensorShapeBase<Shape>& s, in AppendTo() function
H A Dfunction.cc1000 void AppendTo(bool first, string* s) const { in AppendTo() function in tensorflow::__anonca73ff1a0611::AttrKeyAndValue