Searched refs:IgnoreListEntry (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.cpp236 IgnoreListEntry ignore(classname, funcname);
244 IgnoreListEntry ignore(classname, wxEmptyString);
250 struct IgnoreListEntry struct in class:IgnoreNamesHandler
252 IgnoreListEntry(const wxString& classname, function in struct:IgnoreNamesHandler::IgnoreListEntry
262 static int CompareIgnoreListEntries(IgnoreListEntry *first,
263 IgnoreListEntry *second);
267 WX_DEFINE_SORTED_ARRAY(IgnoreListEntry *, ArrayNamesToIgnore);
1992 int IgnoreNamesHandler::CompareIgnoreListEntries(IgnoreListEntry *first,
1993 IgnoreListEntry *second)
2035 m_ignore.Add(new IgnoreListEntry(classnam
[all...]

Completed in 49 milliseconds