Searched refs:pathMatch (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageFunctionsView.cpp328 RegExp::MatchResult pathMatch; local
331 pathMatch, functionMatch)) {
357 pathMatch, functionMatch)) {
545 RegExp::MatchResult& pathMatch, RegExp::MatchResult& functionMatch)
565 currentNode->SetFilterMatch(pathMatch);
614 RegExp::MatchResult& pathMatch, RegExp::MatchResult& functionMatch)
617 pathMatch = fCurrentFilter.Match(sourcePath.String());
619 return functionMatch.HasMatched() || pathMatch.HasMatched();
543 _AddFunctionByPath(const BStringList& pathComponents, FunctionInstance* function, LocatableFile* file, RegExp::MatchResult& pathMatch, RegExp::MatchResult& functionMatch) argument
613 _FilterFunction(FunctionInstance* instance, const BString& sourcePath, RegExp::MatchResult& pathMatch, RegExp::MatchResult& functionMatch) argument

Completed in 93 milliseconds