Home
last modified time | relevance | path

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

/dports/sysutils/logstalgia/Logstalgia-logstalgia-1.1.2/src/
H A Dtests.cpp33 …bool parsingSuccess = SummarizerGroup::parse("FAIL,CODE=^[45],SEP=/\\,MAX=2,ABBR=1,10", failGroup,… in runTests() local
35 test("parsing succeeded", parsingSuccess, true); in runTests()
48 parsingSuccess = SummarizerGroup::parse("HTML,.html?$,10", htmlGroup, parsingError); in runTests()
50 test("parsing succeeded", parsingSuccess, true); in runTests()
/dports/net-im/qxmpp-qt5/qxmpp-1.4.0/tests/qxmppstreamfeatures/
H A Dtst_qxmppstreamfeatures.cpp37 bool parsingSuccess = doc.setContent(wrappedXml, true, &err); in parsePacketWithStream() local
40 QVERIFY(parsingSuccess); in parsePacketWithStream()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Dbuildmanager.cpp568 [](bool parsingSuccess) { in startBuildQueue() argument
573 if (parsingSuccess) in startBuildQueue()