HomeSort by relevance Sort by last modified time
    Searched refs:lua_touserdata (Results 1 - 8 of 8) sorted by null

  /prebuilts/misc/common/swig/include/2.0.11/lua/
luarun.swg 239 ret=(swig_module_info*)lua_touserdata(L,-1);
668 usr=(swig_lua_userdata*)lua_touserdata(L,-1); /* get it */
687 unsigned long userData = (unsigned long)lua_touserdata(L,1); /* get the userdata address for later */
708 usr=(swig_lua_userdata*)lua_touserdata(L,-1); /* get it */
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
liolib.c 265 p = (LStream *)lua_touserdata(L, -1);
484 LStream *p = (LStream *)lua_touserdata(L, lua_upvalueindex(1));
loadlib.c 255 plib = lua_touserdata(L, -1); /* plib = CLIBS[path] */
279 ll_unloadlib(lua_touserdata(L, -1));
lua.c 440 char **argv = (char **)lua_touserdata(L, 2);
lua.h 175 LUA_API void *(lua_touserdata) (lua_State *L, int idx);
luac.c 165 char** argv=(char**)lua_touserdata(L,2);
lapi.c 427 LUA_API void *lua_touserdata (lua_State *L, int idx) { function
453 return lua_touserdata(L, idx);
lauxlib.c 291 void *p = lua_touserdata(L, ud);

Completed in 142 milliseconds