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

  /external/parameter-framework/upstream/xmlserializer/
XmlMemoryDocSink.h 63 IXmlSink *_pXmlSink;
XmlMemoryDocSink.cpp 35 CXmlMemoryDocSink::CXmlMemoryDocSink(IXmlSink *pXmlSink) : _pXmlSink(pXmlSink)
47 return _pXmlSink->fromXml(docElement, serializingContext);

Completed in 105 milliseconds