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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lbaselib.c 128 lua_pushboolean(L, lua_rawequal(L, 1, 2));
lua.h 198 LUA_API int (lua_rawequal) (lua_State *L, int idx1, int idx2);
lauxlib.c 49 if (lua_rawequal(L, objidx, -1)) { /* found object? */
295 if (!lua_rawequal(L, -1, -2)) /* not the same? */
lapi.c 286 LUA_API int lua_rawequal (lua_State *L, int index1, int index2) { function

Completed in 38 milliseconds