Home
last modified time | relevance | path

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

/external/parameter-framework/xmlserializer/
DXmlDocSource.cpp141 serializingContext.appendLineToError("Root Element " + getRootElementName() in validate()
155 serializingContext.appendLineToError(_strRootElementType + " element " in validate()
DXmlSerializingContext.h41 void appendLineToError(const std::string& strAppend);
DXmlSerializingContext.cpp42 void CXmlSerializingContext::appendLineToError(const std::string& strAppend) in appendLineToError() function in CXmlSerializingContext