Home
last modified time | relevance | path

Searched refs:wxluacfuncs_n (Results 1 – 3 of 3) sorted by relevance

/dports/editors/rehex/rehex-0.4.0/wxLua/modules/wxlua/
H A Dwxlbind.cpp196 if ((wxlMethod->wxluacfuncs_n > 1) || (wxlMethod->basemethod)) in wxlua_wxLuaBindClass__index()
430 if ((wxlMethod->wxluacfuncs_n > 1) || (wxlMethod->basemethod)) in wxlua_callOverloadedFunction()
448 for (i = 0; i < method->wxluacfuncs_n; ++i, ++wxlCFunc) in wxlua_callOverloadedFunction()
546 for (i = 0; i < method->wxluacfuncs_n; ++i) in wxlua_callOverloadedFunction()
607 int i, arg, cfuncs_count = method->wxluacfuncs_n; in wxlua_getBindMethodArgsMsg()
1033 (wxlMethod->wxluacfuncs_n > 0)) in InstallClass()
1037 if (wxlMethod->wxluacfuncs_n > 1) in InstallClass()
1072 …lMethod->method_type, WXLUAMETHOD_CONSTRUCTOR | WXLUAMETHOD_CFUNCTION) && wxlMethod->wxluacfuncs_n) in InstallClass()
1203 funcs_n = wxlMethod->wxluacfuncs_n; in GetBindClass()
H A Dwxlbind.h180 int wxluacfuncs_n; // Number of C functions (overloaded > 1) for this method member
/dports/editors/rehex/rehex-0.4.0/wxLua/bindings/wxlua/
H A Doverride.hpp416 size_t idx, count = wxlMethod->wxluacfuncs_n; in wxluabind_wxLuaBindMethod__index()
437 lua_pushnumber(L, wxlMethod->wxluacfuncs_n); in wxluabind_wxLuaBindMethod__index()