HomeSort by relevance Sort by last modified time
    Searched refs:CChildIterator (Results 1 - 8 of 8) sorted by null

  /external/parameter-framework/upstream/xmlserializer/
XmlElement.h 40 friend class CChildIterator;
104 class CChildIterator
107 CChildIterator(const CXmlElement &xmlElement);
XmlElement.cpp 140 CChildIterator childIterator(*this);
155 CChildIterator childIterator(*this);
173 CChildIterator childIterator(*this);
244 CXmlElement::CChildIterator::CChildIterator(const CXmlElement &xmlElement)
249 bool CXmlElement::CChildIterator::next(CXmlElement &xmlChildElement)
  /external/parameter-framework/upstream/parameter/
ComponentLibrary.cpp 54 CXmlElement::CChildIterator it(xmlElement);
PluginLocation.cpp 55 CXmlElement::CChildIterator childIterator(xmlElement);
ConfigurableDomain.cpp 268 CXmlElement::CChildIterator it(xmlConfigurableElementsElement);
336 CXmlElement::CChildIterator it(xmlSettingsElement);
    [all...]
DomainConfiguration.cpp 70 CXmlElement::CChildIterator it(xmlConfigurationSettingsElement);
Element.cpp 148 CXmlElement::CChildIterator childIterator(xmlElement);
ConfigurableElement.cpp 88 CXmlElement::CChildIterator it(xmlConfigurationSettingsElementContent);

Completed in 1070 milliseconds