Searched refs:BundleDrop (Results 1 – 14 of 14) sorted by relevance
47 struct BundleDrop { struct63 void dropBundle(const BundleDrop &drop); argument88 BundleDrop _bundleDrop;
53 static const Stork::BundleDrop kStorkBundleDrops[];
90 const Stork::BundleDrop Abracadabra::kStorkBundleDrops[] = {
90 const Stork::BundleDrop BabaYaga::kStorkBundleDrops[] = {
80 const Stork::BundleDrop *drops; ///< The bundle drop parameters.
74 void Stork::dropBundle(const BundleDrop &drop) { in dropBundle()