Lines Matching refs:lua_pushinteger
115 void Push(const int64 value) const { lua_pushinteger(state_, value); } in Push()
116 void Push(const uint64 value) const { lua_pushinteger(state_, value); } in Push()
117 void Push(const int32 value) const { lua_pushinteger(state_, value); } in Push()
118 void Push(const uint32 value) const { lua_pushinteger(state_, value); } in Push()
119 void Push(const int16 value) const { lua_pushinteger(state_, value); } in Push()
120 void Push(const uint16 value) const { lua_pushinteger(state_, value); } in Push()
121 void Push(const int8 value) const { lua_pushinteger(state_, value); } in Push()
122 void Push(const uint8 value) const { lua_pushinteger(state_, value); } in Push()
401 lua_pushinteger(env->state(), pos + 1); in IterItems()
418 lua_pushinteger(env->state(), pos + 1); in Next()
430 lua_pushinteger(env->state(), length); in Length()