Searched refs:longMethod (Results 1 – 1 of 1) sorted by relevance
82 jmethodID longMethod = env->GetMethodID(longClass.get(), "longValue", "()J"); in pushBundleToLuaTable() local83 lua_pushinteger(lua, env->CallLongMethod(value.get(), longMethod)); in pushBundleToLuaTable()