Home
last modified time | relevance | path

Searched refs:fromVC (Results 1 – 1 of 1) sorted by relevance

/dports/devel/libical/libical-3.0.8/src/libical/
H A Dvcomponent_cxx.cpp548 bool VComponent::remove(VComponent &fromVC, bool ignoreValue) in remove() argument
551 if (this->isa() != fromVC.isa()) { in remove()
557 for (propToBeRemoved = fromVC.get_first_property(ICAL_ANY_PROPERTY); in remove()
559 propToBeRemoved = fromVC.get_next_property(ICAL_ANY_PROPERTY)) { in remove()
579 for (comp = fromVC.get_first_component(ICAL_ANY_COMPONENT); comp != NULL; in remove()
580 comp = fromVC.get_next_component(ICAL_ANY_COMPONENT)) { in remove()