Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_messaging.h99 bool has_transferables() const { in has_transferables() function
Dnode_messaging.cc1378 if (size() > 2 && message->has_transferables()) { in Dispatch()