Home
last modified time | relevance | path

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

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/debugger/
H A Ddebuggeritem.h89 …enum MatchLevel { DoesNotMatch, MatchesSomewhat, MatchesWell, MatchesPerfectly, MatchesPerfectlyIn… enumerator
H A Ddebuggerplugin.cpp2405 << int(DebuggerItem::MatchesWell); // Is this the expected behavior? in testDebuggerMatching_data()
2409 << int(DebuggerItem::MatchesWell); // Is this the expected behavior? in testDebuggerMatching_data()
2427 << int(DebuggerItem::MatchesWell); in testDebuggerMatching_data()
2436 << int(DebuggerItem::MatchesWell); in testDebuggerMatching_data()
2440 << int(DebuggerItem::MatchesWell); in testDebuggerMatching_data()
2480 level = DebuggerItem::MatchesWell; in testDebuggerMatching()
H A Ddebuggeritem.cpp445 return DebuggerItem::MatchesWell; in matchSingle()