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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A Dcjparser.cpp2197 spEnumeration* pEnum = new spEnumeration(); local
2198 mpCurCtx->AddMember( pEnum );
2200 pEnum->mSrcLineNo = get_line_no();
2203 AttachComments( *pEnum, cur );
2211 pEnum->m_Name = get_token_str( cur );
2216 get_string_between( start, cur, &pEnum->m_EnumContent );
2223 pEnum->m_Name = get_token_str( cur );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Ddataobj.cpp625 wxIEnumFORMATETC *pEnum = new wxIEnumFORMATETC(formats, nFormatCount); local
626 pEnum->AddRef();
627 *ppenumFormatEtc = pEnum;

Completed in 48 milliseconds