Lines Matching refs:pConnection
44 const dgm::ConnectionPtr & pConnection ) in CxnContext() argument
46 , mpConnection( pConnection ) in CxnContext()
49 pConnection->mnType = nType; in CxnContext()
50 pConnection->msModelId = xAttribs->getOptionalValue( XML_modelId ); in CxnContext()
51 pConnection->msSourceId = xAttribs->getOptionalValue( XML_srcId ); in CxnContext()
52 pConnection->msDestId = xAttribs->getOptionalValue( XML_destId ); in CxnContext()
53 pConnection->msPresId = xAttribs->getOptionalValue( XML_presId ); in CxnContext()
54 pConnection->msSibTransId = xAttribs->getOptionalValue( XML_sibTransId ); in CxnContext()
56 pConnection->mnSourceOrder = attribs.getInteger( XML_srcOrd, 0 ); in CxnContext()
57 pConnection->mnDestOrder = attribs.getInteger( XML_destOrd, 0 ); in CxnContext()
104 dgm::ConnectionPtr pConnection( new dgm::Connection() ); in createFastChildContext() local
105 maConnections.push_back( pConnection ); in createFastChildContext()
106 xRet.set( new CxnContext( *this, xAttribs, pConnection ) ); in createFastChildContext()