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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A DHelpGen.cpp388 static size_t TryMatch(const wxChar *str, const wxChar *match);
1344 size_t DocManager::TryMatch(const char *str, const char *match) function in class:DocManager
1481 size_t lenMatch = TryMatch(current, "func");
1486 lenMatch = TryMatch(current, "constfunc");
1490 lenMatch = TryMatch(current, "membersection");
1616 lenMatch = TryMatch(current, "void");
1618 lenMatch = TryMatch(current, "param");
1659 lenMatch = TryMatch(current, "\\param");

Completed in 27 milliseconds