Home
last modified time | relevance | path

Searched defs:lua_rawget (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
Dlua.h226 LUA_API void (lua_rawget) (lua_State *L, int idx); variable
Dlapi.c639 LUA_API void lua_rawget (lua_State *L, int idx) { in lua_rawget() function