Home
last modified time | relevance | path

Searched refs:transferables (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dnode_messaging.h96 const std::vector<std::unique_ptr<TransferData>>& transferables() const { in transferables() function
Dnode_messaging.cc1388 for (const auto& transferable : message->transferables()) { in Dispatch()