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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A Dsrcparser.h125 typedef vector<spComment*> MCommentListT; typedef
137 typedef WXSTL_VECTOR_SHALLOW_COPY(spCommentPtrT) MCommentListT; typedef
258 MCommentListT mComments;
374 MCommentListT& GetCommentList() { return mComments; }
375 const MCommentListT& GetCommentList() const { return mComments; }
H A Ddocripper.cpp176 MCommentListT& lst = fromContext.GetCommentList();
H A DHelpGen.cpp2173 const MCommentListT& commentsList = ctx.GetCommentList();
2174 for ( MCommentListT::const_iterator i = commentsList.begin();
H A Dcjparser.cpp1193 MCommentListT& lst = ctx.GetCommentList();

Completed in 152 milliseconds