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

  /external/chromium_org/third_party/skia/third_party/lua/src/
ltablib.c 55 lua_rawseti(L, 1, i); /* t[i] = t[i-1] */
63 lua_rawseti(L, 1, pos); /* t[pos] = v */
76 lua_rawseti(L, 1, pos); /* t[pos] = t[pos+1] */
79 lua_rawseti(L, 1, pos); /* t[pos] = nil */
127 lua_rawseti(L, -2, 1); /* insert first element */
130 lua_rawseti(L, 1, i);
165 lua_rawseti(L, 1, i);
166 lua_rawseti(L, 1, j);
lauxlib.c 534 lua_rawseti(L, t, freelist); /* (t[freelist] = t[ref]) */
538 lua_rawseti(L, t, ref);
547 lua_rawseti(L, t, ref); /* t[ref] = t[freelist] */
549 lua_rawseti(L, t, freelist); /* t[freelist] = ref */
loadlib.c 266 lua_rawseti(L, -2, luaL_len(L, -2) + 1); /* CLIBS[#CLIBS + 1] = plib */
685 lua_rawseti(L, -2, i+1);
lua.c 204 lua_rawseti(L, -2, i - n);
lua.h 242 LUA_API void (lua_rawseti) (lua_State *L, int idx, int n);
lapi.c 784 LUA_API void lua_rawseti (lua_State *L, int idx, int n) { function
  /prebuilts/misc/common/swig/include/2.0.11/lua/
typemaps.i 289 lua_rawseti(L,-2,i+1);/* -1 is the number, -2 is the table*/ \
489 lua_rawseti(L,-2,i+1);/* -1 is the number, -2 is the table*/
  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp 156 lua_rawseti(L, -2, index);
220 lua_rawseti(fL, -2, i + 1);
315 lua_rawseti(fL, -2, ++i);
520 lua_rawseti(L, -2, ++i);
    [all...]
  /external/skia/src/utils/
SkLua.cpp 156 lua_rawseti(L, -2, index);
220 lua_rawseti(fL, -2, i + 1);
315 lua_rawseti(fL, -2, ++i);
520 lua_rawseti(L, -2, ++i);
    [all...]

Completed in 37 milliseconds