OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 379 milliseconds