Home
last modified time | relevance | path

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

/aosp_15_r20/external/lua/src/
H A Dlauxlib.c312 if (luaL_getmetatable(L, tname) != LUA_TNIL) /* name already in use? */ in luaL_newmetatable()
325 luaL_getmetatable(L, tname); in luaL_setmetatable()
334 luaL_getmetatable(L, tname); /* get correct metatable */ in luaL_testudata()
H A Dlauxlib.h149 #define luaL_getmetatable(L,n) (lua_getfield(L, LUA_REGISTRYINDEX, (n))) macro
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/
Dupb.c90 luaL_getmetatable(L, type); in lupb_newuserdata()