Lines Matching defs:first_arg
1494 int first_arg, swig_lua_base_iterator_func func, int *const ret)
1496 /* first_arg - position of the object in stack. Everything that is above are arguments
1504 lua_getmetatable(L,first_arg);
1532 int subcall_first_arg = lua_gettop(L) + 1;/* Here a copy of first_arg and arguments begin */
1535 for(j=first_arg;j<=last_arg;j++)
1576 lua_setmetatable(L,first_arg);
1591 * first_arg is not used in this function because function always has 2 arguments.
1593 SWIGINTERN int SWIG_Lua_class_do_get_item(lua_State *L, swig_type_info *type, int SWIGUNUSED first_arg, int *ret)
1601 assert(first_arg == substack_start+1);
1602 (void)first_arg;
1630 * first_arg is not used in this function because function always has 2 arguments.
1632 SWIGINTERN int SWIG_Lua_class_do_get(lua_State *L, swig_type_info *type, int SWIGUNUSED first_arg, int *ret)
1640 assert(first_arg == substack_start+1);
1641 (void)first_arg;
1712 SWIGINTERN int SWIG_Lua_class_do_set(lua_State *L, swig_type_info *type, int first_arg, int *ret)
1764 bases_search_result = SWIG_Lua_iterate_bases(L,type,first_arg,SWIG_Lua_class_do_set,ret);