Home
last modified time | relevance | path

Searched refs:luaL_newmetatable (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/freedreno/decode/
Dscript.c143 luaL_newmetatable(L, "rnnmetaenum"); in pushenum()
262 luaL_newmetatable(L, "rnnmetastruct"); in l_rnn_etype_struct()
308 luaL_newmetatable(L, "rnnmetaarray"); in l_rnn_etype_array()
410 luaL_newmetatable(L, "rnnmetareg"); in l_rnn_etype_reg()
458 luaL_newmetatable(L, "rnnmeta"); in l_rnn_init()
715 luaL_newmetatable(L, "rnnmetadom"); in script_packet()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Dupb.c107 luaL_newmetatable(L, name); in lupb_register_type()
/external/lua/src/
Dlauxlib.h69 LUALIB_API int (luaL_newmetatable) (lua_State *L, const char *tname); variable
Dlauxlib.c311 LUALIB_API int luaL_newmetatable (lua_State *L, const char *tname) { in luaL_newmetatable() function
505 if (luaL_newmetatable(L, "_UBOX*")) /* creating metatable? */ in newbox()
Dliolib.c778 luaL_newmetatable(L, LUA_FILEHANDLE); /* metatable for file handles */ in createmeta()