Home
last modified time | relevance | path

Searched refs:GetMethodCount (Results 1 – 25 of 48) sorted by relevance

12

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/utils/ifacecheck/src/
H A Difacecheck.cpp275 …mcount, m_doxyInterface.GetMethodCount(), (float)(100.0 * mcount/m_doxyInterface.GetMethodCount())… in Compare()
292 for (unsigned int i=0; i<iface->GetMethodCount(); i++) in CompareClasses()
592 for (j=0; j < cToUpdate[i]->GetMethodCount(); j++) in FixMethod()
664 m_gccInterface.GetClassesCount(), m_gccInterface.GetMethodCount()); in PrintStatistics()
666 m_doxyInterface.GetClassesCount(), m_doxyInterface.GetMethodCount()); in PrintStatistics()
H A Dxmlparser.h329 unsigned int GetMethodCount() const in GetMethodCount() function
420 unsigned int GetMethodCount() const in GetMethodCount() function
424 methods += m_classes[i].GetMethodCount(); in GetMethodCount()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/utils/ifacecheck/src/
H A Difacecheck.cpp278 …mcount, m_doxyInterface.GetMethodCount(), (float)(100.0 * mcount/m_doxyInterface.GetMethodCount())… in Compare()
295 for (unsigned int i=0; i<iface->GetMethodCount(); i++) in CompareClasses()
595 for (j=0; j < cToUpdate[i]->GetMethodCount(); j++) in FixMethod()
667 m_gccInterface.GetClassesCount(), m_gccInterface.GetMethodCount()); in PrintStatistics()
669 m_doxyInterface.GetClassesCount(), m_doxyInterface.GetMethodCount()); in PrintStatistics()
H A Dxmlparser.h329 unsigned int GetMethodCount() const in GetMethodCount() function
420 unsigned int GetMethodCount() const in GetMethodCount() function
424 methods += m_classes[i].GetMethodCount(); in GetMethodCount()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/utils/ifacecheck/src/
H A Difacecheck.cpp278 …mcount, m_doxyInterface.GetMethodCount(), (float)(100.0 * mcount/m_doxyInterface.GetMethodCount())… in Compare()
295 for (unsigned int i=0; i<iface->GetMethodCount(); i++) in CompareClasses()
595 for (j=0; j < cToUpdate[i]->GetMethodCount(); j++) in FixMethod()
667 m_gccInterface.GetClassesCount(), m_gccInterface.GetMethodCount()); in PrintStatistics()
669 m_doxyInterface.GetClassesCount(), m_doxyInterface.GetMethodCount()); in PrintStatistics()
H A Dxmlparser.h329 unsigned int GetMethodCount() const in GetMethodCount() function
420 unsigned int GetMethodCount() const in GetMethodCount() function
424 methods += m_classes[i].GetMethodCount(); in GetMethodCount()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/reflect/xptinfo/
H A Dxptiprivate.h226 nsresult GetMethodCount(uint16_t *aMethodCount);
333 NS_IMETHOD GetMethodCount(uint16_t *aMethodCount) override { in GetMethodCount() function
334 return !mEntry ? NS_ERROR_UNEXPECTED : mEntry->GetMethodCount(aMethodCount); in GetMethodCount()
H A DShimInterfaceInfo.cpp298 ShimInterfaceInfo::GetMethodCount(uint16_t* aCount) { in GetMethodCount() function in ShimInterfaceInfo
H A DxptiInterfaceInfo.cpp122 nsresult xptiInterfaceEntry::GetMethodCount(uint16_t* count) { in GetMethodCount() function in xptiInterfaceEntry
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/reflect/xptinfo/
H A Dxptiprivate.h251 nsresult GetMethodCount(uint16_t *aMethodCount);
345 …NS_IMETHOD GetMethodCount(uint16_t *aMethodCount) override { return !mEntry ? NS_ERROR_UNEXPECTED … in GetMethodCount() function
H A DShimInterfaceInfo.cpp535 ShimInterfaceInfo::GetMethodCount(uint16_t* aCount) in GetMethodCount() function in ShimInterfaceInfo
/dports/games/openspades/openspades-0.1.3/Sources/AngelScript/source/
H A Das_objecttype.h115 asUINT GetMethodCount() const;
H A Das_typeinfo.h101 asUINT GetMethodCount() const { return 0; } in GetMethodCount() function
H A Das_objecttype.cpp241 asUINT asCObjectType::GetMethodCount() const in GetMethodCount() function in asCObjectType
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/angelscript/source/
H A Das_objecttype.h115 asUINT GetMethodCount() const;
H A Das_typeinfo.h101 asUINT GetMethodCount() const { return 0; } in GetMethodCount() function
H A Das_objecttype.cpp258 asUINT asCObjectType::GetMethodCount() const in GetMethodCount() function in asCObjectType
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/AngelScript/source/
H A Das_objecttype.h115 asUINT GetMethodCount() const;
H A Das_typeinfo.h101 asUINT GetMethodCount() const { return 0; } in GetMethodCount() function
/dports/lang/angelscript/sdk/angelscript/source/
H A Das_objecttype.h115 asUINT GetMethodCount() const;
H A Das_typeinfo.h101 asUINT GetMethodCount() const { return 0; } in GetMethodCount() function
/dports/games/openspades/openspades-0.1.3/Sources/AngelScript/addons/
H A Dscripthelper.cpp25 for( asUINT n = 0; n < ti->GetMethodCount(); n++ ) in CompareRelation()
82 for( asUINT n = 0; n < ti->GetMethodCount(); n++ ) in CompareEquality()
396 for( asUINT m = 0; m < type->GetMethodCount(); m++ ) in WriteConfigToStream()
436 for( m = 0; m < type->GetMethodCount(); m++ ) in WriteConfigToStream()
/dports/lang/angelscript/sdk/add_on/scripthelper/
H A Dscripthelper.cpp25 for( asUINT n = 0; n < ti->GetMethodCount(); n++ ) in CompareRelation()
82 for( asUINT n = 0; n < ti->GetMethodCount(); n++ ) in CompareEquality()
392 for( asUINT m = 0; m < type->GetMethodCount(); m++ ) in WriteConfigToStream()
432 for( m = 0; m < type->GetMethodCount(); m++ ) in WriteConfigToStream()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/xpconnect/src/
H A DXPCWrappedJSClass.cpp141 if (NS_SUCCEEDED(mInfo->GetMethodCount(&methodCount))) {
1436 mInfo->GetMethodCount(&methodCount);
/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/src/
H A DXPCWrappedJSClass.cpp133 if (NS_SUCCEEDED(mInfo->GetMethodCount(&methodCount))) { in nsXPCWrappedJSClass()
1352 mInfo->GetMethodCount(&methodCount); in DebugDump()

12