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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A Dscriptbinder.h86 int m_Type; member in struct:TVarInfo
91 m_Type( varType ),
H A Dsrcparser.cpp434 txt += param.m_Type;
568 indent.c_str(), m_Name.c_str(), m_Type.c_str());
574 indent.c_str(), m_Name.c_str(), m_Type.c_str());
H A Dsrcparser.h498 wxString m_Type; member in class:spParameter
519 wxString m_Type; member in class:spAttribute
H A Dcjparser.cpp1750 pPar->m_Type = wxString( blocks[0], len );
1752 arrange_indirection_tokens_between( pPar->m_Type, pPar->m_Name );
1874 pAttr->m_Type = get_token_str( cur );
1912 if ( pAttr->m_Type.empty() )
1913 pAttr->m_Type = type;
1917 arrange_indirection_tokens_between( pAttr->m_Type, pAttr->m_Name );
H A Dscriptbinder.cpp192 switch ( pInfo->m_Type )
214 cout << "DBG:: pInfo->m_Type is " << pInfo->m_Type << endl;
H A DHelpGen.cpp1326 m_textFunc << "\\param{" << param.m_Type << " }{" << param.GetName();
1900 if ( param.GetType() != ctxParam->m_Type ) {
1908 ctxParam->m_Type.c_str(),
H A Ddocripper.cpp496 body += attr.m_Type;

Completed in 70 milliseconds