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

/haiku/headers/private/shared/
H A DRegExp.h19 class MatchResult;
38 MatchResult Match(const char* string) const;
51 class RegExp::MatchResult { class in class:RegExp
53 MatchResult();
54 MatchResult(const MatchResult& other);
55 ~MatchResult();
66 MatchResult& operator=(const MatchResult& other);
72 MatchResult(MatchResultDat
[all...]
/haiku/src/kits/shared/
H A DRegExp.cpp249 RegExp::MatchResult
253 return MatchResult();
255 return MatchResult(
276 // #pragma mark - RegExp::MatchResult
279 RegExp::MatchResult::MatchResult() function in class:RegExp::MatchResult
286 RegExp::MatchResult::MatchResult(MatchResultData* data) function in class:RegExp::MatchResult
293 RegExp::MatchResult::MatchResult(cons function in class:RegExp::MatchResult
[all...]
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageFunctionsView.cpp144 const RegExp::MatchResult& FilterMatch() const
149 void SetFilterMatch(const RegExp::MatchResult& match)
188 RegExp::MatchResult fFilterMatch;
226 const RegExp::MatchResult& match = node->FilterMatch();
328 RegExp::MatchResult pathMatch;
329 RegExp::MatchResult functionMatch;
545 RegExp::MatchResult& pathMatch, RegExp::MatchResult& functionMatch)
595 RegExp::MatchResult& match)
614 RegExp::MatchResult
[all...]
/haiku/src/servers/debug/
H A DDebugServer.cpp94 RegExp::MatchResult match = expressionMatcher.Match(value);

Completed in 155 milliseconds