Searched refs:SrcNodePort (Results 1 – 1 of 1) sorted by relevance
285 void emitEdge(const void *SrcNodeID, int SrcNodePort, in emitEdge() argument288 if (SrcNodePort > 64) return; // Eminating from truncated part? in emitEdge()292 if (SrcNodePort >= 0) in emitEdge()293 O << ":s" << SrcNodePort; in emitEdge()