Lines Matching refs:ddscr
166 ddscr = _ddscr; in PacketDescriptor()
1297 ddscr = _ddscr; in init()
1302 ddsize = ddscr->getSize (); in init()
1327 long curr_ddsize = ddscr->getSize (); in appendDataDescriptorId()
1336 ddscr->setValue (prop_id, pkt_id, val); in setDataDescriptorValue()
1342 return ddscr->getLongValue (prop_id, pkt_id); in getDataDescriptorValue()
1348 return ddscr->getProps (); in getProps()
1354 return ddscr->getProp (prop_id); in getProp()
1380 long newSize = ddscr->getSize (); in checkUpdate()
1390 DataView *tmpView = ddscr->createImmutableView (); in checkUpdate()
1420 return ddscr->getSize (); in getSize()
1427 ddscr->setDatumValue (prop_id, getIdByIdx (idx), val); in setDatumValue()
1433 ddscr->setValue (prop_id, getIdByIdx (idx), val); in setValue()
1439 ddscr->setObjValue (prop_id, getIdByIdx (idx), val); in setObjValue()
1445 return ddscr->getIntValue (prop_id, getIdByIdx (idx)); in getIntValue()
1451 return ddscr->getULongValue (prop_id, getIdByIdx (idx)); in getULongValue()
1457 return ddscr->getLongValue (prop_id, getIdByIdx (idx)); in getLongValue()
1463 return ddscr->getObjValue (prop_id, getIdByIdx (idx)); in getObjValue()
1482 data = ddscr->getData (props[ii]); in sort()