Searched defs:Matches (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostServices/GuestProperties/
H A Dservice.cpp99 bool Matches(const char *pszPatterns) const function in struct:guestProp::Property
221 * - Matches the pszPatterns
235 Assert(!it->Matches(pszPatterns));
239 Assert(pProp->Matches(pszPatterns));
828 if (!pProp->Matches(pEnum->pszPattern))
970 if (base->Matches(pszPatterns))
1153 if (prop.Matches(pszPatterns))

Completed in 47 milliseconds