MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / release_chains

Method release_chains

dds/DCPS/XTypes/DynamicDataXcdrReadImpl.cpp:2621–2627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2619}
2620
2621void DynamicDataXcdrReadImpl::release_chains()
2622{
2623 for (ACE_CDR::ULong i = 0; i < chains_to_release.size(); ++i) {
2624 ACE_Message_Block::release(chains_to_release[i]);
2625 }
2626 chains_to_release.clear();
2627}
2628
2629bool DynamicDataXcdrReadImpl::read_discriminator(const DDS::DynamicType_ptr disc_type, DDS::ExtensibilityKind union_ek, ACE_CDR::Long& label)
2630{

Callers 1

~ScopedChainManagerMethod · 0.80

Calls 3

releaseFunction · 0.85
sizeMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected