Home
last modified time | relevance | path

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

/dports/devel/wxformbuilder/source/sdk/tinyxml/
H A Dticpp.cpp845 void Document::Parse( const std::string& xml, bool throwIfParseError, TiXmlEncoding encoding ) in Parse() argument
848 if( throwIfParseError && m_tiXmlPointer->Error() ) in Parse()
H A Dticpp.h1465 …void Parse( const std::string& xml, bool throwIfParseError = true, TiXmlEncoding encoding = TIXML_…
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/tools/external/tinyxml/ticpp/
H A Dticpp.cpp736 bool throwIfParseError, in Parse() argument
740 if (throwIfParseError && m_tiXmlPointer->Error()) { in Parse()
H A Dticpp.h1488 bool throwIfParseError = true,