Home
last modified time | relevance | path

Searched refs:set_destination (Results 1 – 6 of 6) sorted by relevance

/external/openscreen/discovery/mdns/
Dmdns_receiver_unittest.cc65 packet.set_destination( in TEST()
120 packet.set_destination( in TEST()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Doutfeed_manager.h42 void set_destination(std::unique_ptr<MutableBorrowingLiteral> destination) { in set_destination() function
Dgpu_transfer_manager.cc126 leaf.second->set_destination( in TransferLiteralFromOutfeed()
/external/openscreen/platform/base/
Dudp_packet.h41 void set_destination(IPEndpoint endpoint) { in set_destination() function
/external/openscreen/osp/impl/discovery/mdns/
Dmdns_responder_adapter_impl_unittest.cc54 packet.set_destination(mdns_endpoint); in TEST()
/external/openscreen/platform/impl/
Dudp_socket_posix.cc446 packet.set_destination(std::move(destination_endpoint)); in ReceiveMessageInternal()