Home
last modified time | relevance | path

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

/haiku/src/apps/cortex/NodeManager/
H A DNodeRef.h246 std::vector<Connection>& ioConnections,
250 std::vector<Connection>& ioConnections,
H A DNodeRef.cpp369 vector<Connection>& ioConnections, in getInputConnections() argument
381 ioConnections.push_back(*((*it).second)); in getInputConnections()
390 vector<Connection>& ioConnections, in getOutputConnections() argument
402 ioConnections.push_back(*((*it).second)); in getOutputConnections()