Searched refs:pSection (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 Ddocripper.cpp269 void RipperDocGen::AddToCurrentClass( ScriptSection* pSection, spContext& ctx, argument
288 delete pSection;
292 pSect->AddReference( pSection );
294 mpCurClassSect->AddSection( pSection );
508 ScriptSection* pSection = local
514 mpConstIdx->AddSection( pSection, true );
520 mpGlobalVarsIdx->AddSection( pSection, true );
523 AddToCurrentClass( pSection, attr, "Attributes" );
534 ScriptSection* pSection = local
544 mpGlobalFuncIdx->AddSection( pSection,
[all...]
H A Ddocripper.h115 void AddToCurrentClass( ScriptSection* pSection, spContext& ctx,
H A Dscriptbinder.cpp425 void ScriptSection::AddSection( ScriptSection* pSection, argument
429 m_Subsections.push_back( pSection );
431 pSection->AddRef();
434 // ASSERT( pSection->m_pParent == 0 );
436 pSection->m_pParent = this;
440 AddReference( pSection );
H A Dscriptbinder.h278 void AddSection( ScriptSection* pSection, bool addToReferencesToo = false );

Completed in 113 milliseconds