HomeSort by relevance Sort by last modified time
    Searched defs:luaH_set (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ltable.c 329 setobjt2t(L, luaH_set(L, t, gkey(old)), gval(old));
417 return luaH_set(L, t, key); /* insert key into grown table */
510 TValue *luaH_set (lua_State *L, Table *t, const TValue *key) {
  /external/lua/src/
ltable.c 379 setobjt2t(L, luaH_set(L, t, gkey(old)), gval(old));
481 return luaH_set(L, t, key); /* insert key into grown table */
610 TValue *luaH_set (lua_State *L, Table *t, const TValue *key) {

Completed in 114 milliseconds