Home
last modified time | relevance | path

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

/haiku/headers/private/shared/
H A DRegExp.h57 bool HasMatched() const;
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageFunctionsView.cpp227 if (!match.HasMatched()) in DrawValue()
582 if (functionMatch.HasMatched()) in _AddFunctionByPath()
619 return functionMatch.HasMatched() || pathMatch.HasMatched(); in _FilterFunction()
/haiku/src/kits/shared/
H A DRegExp.cpp310 RegExp::MatchResult::HasMatched() const in HasMatched() function in RegExp::MatchResult
/haiku/src/servers/debug/
H A DDebugServer.cpp95 if (match.HasMatched()) in match_team_name()