Searched refs:m_Ofs (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 Dscriptbinder.h87 int m_Ofs; member in struct:TVarInfo
92 m_Ofs( ofs )
H A Dscriptbinder.cpp196 sprintf(buf, "%d",*( (int*) ((char*)dataObj + pInfo->m_Ofs) ) );
204 wxString& str = *( (wxString*) ((char*)dataObj+pInfo->m_Ofs) );
211 cout << "DBG:: pInfo->m_Ofs value is " << (int)pInfo->m_Ofs << endl;
212 cout << "DBG:: d+pInfo->m_Ofs is " << (int)((char*)dataObj + pInfo->m_Ofs) << endl;
226 *( (double*)( (char*)dataObj+pInfo->m_Ofs) ) );

Completed in 47 milliseconds