Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/sluaunreal
/ functions
Functions
2,452 in github.com/Tencent/sluaunreal
⨍
Functions
2,452
◇
Types & classes
407
↓ 1 callers
Function
luaF_freeproto
Plugins/slua_unreal/External/lua/lfunc.cpp:123
↓ 1 callers
Function
luaF_initupvals
** fill a closure with new closed upvalues */
Plugins/slua_unreal/External/lua/lfunc.cpp:43
↓ 1 callers
Function
luaF_newCclosure
Plugins/slua_unreal/External/lua/lfunc.cpp:23
↓ 1 callers
Function
luaFunctionCall
Plugins/slua_unreal/Source/slua_unreal/Private/LuaObject.cpp:791
↓ 1 callers
Function
luaG_concaterror
Plugins/slua_unreal/External/lua/ldebug.cpp:589
↓ 1 callers
Function
luaG_tointerror
** Error when both values are convertible to numbers, but not to integers */
Plugins/slua_unreal/External/lua/ldebug.cpp:607
↓ 1 callers
Function
luaH_free
Plugins/slua_unreal/External/lua/ltable.cpp:413
↓ 1 callers
Function
luaH_next
Plugins/slua_unreal/External/lua/ltable.cpp:185
↓ 1 callers
Function
luaH_resizearray
Plugins/slua_unreal/External/lua/ltable.cpp:367
↓ 1 callers
Function
luaK_infix
** Process 1st operand 'v' of binary operation 'op' before reading ** 2nd operand. */
Plugins/slua_unreal/External/lua/lcode.cpp:1084
↓ 1 callers
Function
luaK_posfix
** Finalize code for binary operation, after reading 2nd operand. ** For '(a .. b .. c)' (which is '(a .. (b .. c))', because ** concatenation is righ
Plugins/slua_unreal/External/lua/lcode.cpp:1122
↓ 1 callers
Function
luaK_prefix
** Aplly prefix operation 'op' to expression 'e'. */
Plugins/slua_unreal/External/lua/lcode.cpp:1064
↓ 1 callers
Function
luaK_self
** Emit SELF instruction (convert expression 'e' into 'e:key(e,'). */
Plugins/slua_unreal/External/lua/lcode.cpp:807
↓ 1 callers
Function
luaK_setreturns
** Fix an expression to return the number of results 'nresults'. ** Either 'e' is a multi-ret expression (function call or vararg) ** or 'nresults' is
Plugins/slua_unreal/External/lua/lcode.cpp:513
↓ 1 callers
Function
luaK_stringK
** Add a string to list of constants and return its index. */
Plugins/slua_unreal/External/lua/lcode.cpp:456
↓ 1 callers
Function
luaL_callmeta
Plugins/slua_unreal/External/lua/lauxlib.cpp:775
↓ 1 callers
Function
luaL_execresult
Plugins/slua_unreal/External/lua/lauxlib.cpp:262
↓ 1 callers
Function
luaL_loadbufferx
Plugins/slua_unreal/External/lua/lauxlib.cpp:743
↓ 1 callers
Function
luaL_loadfilex
Plugins/slua_unreal/External/lua/lauxlib.cpp:691
↓ 1 callers
Function
luaL_openlibs
Plugins/slua_unreal/External/lua/linit.cpp:59
↓ 1 callers
Function
luaL_testudata
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/lpb.cpp:71
↓ 1 callers
Function
luaS_clearcache
** Clear API string cache. (Entries cannot be empty, so fill them with ** a non-collectable string.) */
Plugins/slua_unreal/External/lua/lstring.cpp:102
↓ 1 callers
Function
luaS_eqlngstr
** equality for long strings */
Plugins/slua_unreal/External/lua/lstring.cpp:39
↓ 1 callers
Function
luaS_hashlongstr
Plugins/slua_unreal/External/lua/lstring.cpp:57
↓ 1 callers
Function
luaS_init
** Initialize the string table and the string cache */
Plugins/slua_unreal/External/lua/lstring.cpp:115
↓ 1 callers
Function
luaS_newudata
Plugins/slua_unreal/External/lua/lstring.cpp:235
↓ 1 callers
Function
luaS_remove
Plugins/slua_unreal/External/lua/lstring.cpp:153
↓ 1 callers
Function
luaT_init
Plugins/slua_unreal/External/lua/ltm.cpp:36
↓ 1 callers
Function
luaV_finishOp
** finish execution of an opcode interrupted by an yield */
Plugins/slua_unreal/External/lua/lvm.cpp:658
↓ 1 callers
Function
luaX_init
Plugins/slua_unreal/External/lua/llex.cpp:67
↓ 1 callers
Function
luaX_lookahead
Plugins/slua_unreal/External/lua/llex.cpp:557
↓ 1 callers
Function
luaX_setinput
Plugins/slua_unreal/External/lua/llex.cpp:159
↓ 1 callers
Function
luaY_parser
Plugins/slua_unreal/External/lua/lparser.cpp:1624
↓ 1 callers
Function
luaZ_fill
Plugins/slua_unreal/External/lua/lzio.cpp:22
↓ 1 callers
Function
luaZ_init
Plugins/slua_unreal/External/lua/lzio.cpp:37
↓ 1 callers
Function
luaZ_read
--------------------------------------------------------------- read --- */
Plugins/slua_unreal/External/lua/lzio.cpp:47
↓ 1 callers
Function
lua_callk
Plugins/slua_unreal/External/lua/lapi.cpp:906
↓ 1 callers
Function
lua_copy
Plugins/slua_unreal/External/lua/lapi.cpp:220
↓ 1 callers
Function
lua_dump
Plugins/slua_unreal/External/lua/lapi.cpp:1014
↓ 1 callers
Function
lua_getallocf
Plugins/slua_unreal/External/lua/lapi.cpp:1165
↓ 1 callers
Function
lua_gethookcount
Plugins/slua_unreal/External/lua/ldebug.cpp:103
↓ 1 callers
Function
lua_gethookmask
Plugins/slua_unreal/External/lua/ldebug.cpp:98
↓ 1 callers
Function
lua_isyieldable
Plugins/slua_unreal/External/lua/ldo.cpp:681
↓ 1 callers
Function
lua_len
Plugins/slua_unreal/External/lua/lapi.cpp:1155
↓ 1 callers
Function
lua_newthread
Plugins/slua_unreal/External/lua/lstate.cpp:257
↓ 1 callers
Function
lua_setlocal
Plugins/slua_unreal/External/lua/ldebug.cpp:193
↓ 1 callers
Function
lua_strx2number
** convert an hexadecimal numeric string to a number, following ** C99 specification for 'strtod' */
Plugins/slua_unreal/External/lua/lobject.cpp:191
↓ 1 callers
Function
lua_upvalueid
Plugins/slua_unreal/External/lua/lapi.cpp:1267
↓ 1 callers
Function
lua_upvaluejoin
Plugins/slua_unreal/External/lua/lapi.cpp:1286
↓ 1 callers
Function
mainfunc
** compiles the main function, which is a regular vararg function with an ** upvalue named LUA_ENV */
Plugins/slua_unreal/External/lua/lparser.cpp:1610
↓ 1 callers
Function
makeMemoryProfilePackage
Plugins/slua_unreal/Source/slua_unreal/Private/LuaProfiler.cpp:177
↓ 1 callers
Function
makeProfilePackage
Plugins/slua_unreal/Source/slua_unreal/Private/LuaProfiler.cpp:155
↓ 1 callers
Function
makemask
** Convert a string mask (for 'sethook') into a bit mask */
Plugins/slua_unreal/External/lua/ldblib.cpp:323
↓ 1 callers
Function
makeseed
Plugins/slua_unreal/External/lua/lstate.cpp:78
↓ 1 callers
Function
markupval
Mark block where variable at given level was defined (to emit close instructions later). */
Plugins/slua_unreal/External/lua/lparser.cpp:256
↓ 1 callers
Function
match_capture
Plugins/slua_unreal/External/lua/lstrlib.cpp:415
↓ 1 callers
Function
matchbalance
Plugins/slua_unreal/External/lua/lstrlib.cpp:342
↓ 1 callers
Function
max_expand
Plugins/slua_unreal/External/lua/lstrlib.cpp:362
↓ 1 callers
Function
memoryGC
Plugins/slua_unreal/Source/slua_unreal/Private/LuaProfiler.cpp:127
↓ 1 callers
Function
min_expand
Plugins/slua_unreal/External/lua/lstrlib.cpp:377
↓ 1 callers
Function
modinit
Plugins/slua_unreal/External/lua/loadlib.cpp:656
↓ 1 callers
Function
movegotosout
** export pending gotos to outer level, to check them against ** outer labels; if the block being exited has upvalues, and ** the goto exits the scope
Plugins/slua_unreal/External/lua/lparser.cpp:419
↓ 1 callers
Function
moveresults
** Given 'nres' results at 'firstResult', move 'wanted' of them to 'res'. ** Handle most typical cases (zero results for commands, one result for ** e
Plugins/slua_unreal/External/lua/ldo.cpp:328
↓ 1 callers
Function
newCacheTable
Plugins/slua_unreal/Source/slua_unreal/Private/LuaState.cpp:86
↓ 1 callers
Function
newbox
Plugins/slua_unreal/External/lua/lauxlib.cpp:470
↓ 1 callers
Function
nilK
** Add nil to list of constants and return its index. */
Plugins/slua_unreal/External/lua/lcode.cpp:499
↓ 1 callers
Function
noenv
** return registry.LUA_NOENV as a boolean */
Plugins/slua_unreal/External/lua/loadlib.cpp:276
↓ 1 callers
Function
nospecials
check whether pattern has no special characters */
Plugins/slua_unreal/External/lua/lstrlib.cpp:581
↓ 1 callers
Method
num
Plugins/slua_unreal/Source/slua_unreal/Private/LuaMap.cpp:287
↓ 1 callers
Method
num
Plugins/slua_unreal/Source/slua_unreal/Private/LuaSet.cpp:360
↓ 1 callers
Function
num2straux
Plugins/slua_unreal/External/lua/lstrlib.cpp:839
↓ 1 callers
Function
numusearray
** Count keys in array part of table 't': Fill 'nums[i]' with ** number of keys that will go into corresponding slice and return ** total number of no
Plugins/slua_unreal/External/lua/ltable.cpp:256
↓ 1 callers
Function
numusehash
Plugins/slua_unreal/External/lua/ltable.cpp:282
↓ 1 callers
Method
onTimeout
Plugins/slua_unreal/Source/slua_unreal/Private/LuaState.cpp:1250
↓ 1 callers
Function
parlist
Plugins/slua_unreal/External/lua/lparser.cpp:751
↓ 1 callers
Function
partition
** Does the partition: Pivot P is at the top of the stack. ** precondition: a[lo] <= P == a[up-1] <= a[up], ** so it only needs to do the partition fr
Plugins/slua_unreal/External/lua/ltablib.cpp:313
↓ 1 callers
Function
pbL_DescriptorProto
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:1189
↓ 1 callers
Function
pbL_EnumValueDescriptorProto
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:1129
↓ 1 callers
Function
pbL_FieldOptions
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:1083
↓ 1 callers
Function
pbL_FileDescriptorProto
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:1215
↓ 1 callers
Function
pbL_FileDescriptorSet
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:1237
↓ 1 callers
Function
pbL_MessageOptions
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:1161
↓ 1 callers
Function
pbL_OneofDescriptorProto
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:1175
↓ 1 callers
Function
pbL_delFileInfo
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:1262
↓ 1 callers
Function
pbL_delTypeInfo
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:1250
↓ 1 callers
Function
pbL_loadFile
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:1336
↓ 1 callers
Function
pbL_loadType
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:1314
↓ 1 callers
Function
pbN_delname
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:719
↓ 1 callers
Function
pbN_free
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:653
↓ 1 callers
Function
pbN_init
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:648
↓ 1 callers
Function
pbN_newname
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:701
↓ 1 callers
Function
pbN_resize
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:676
↓ 1 callers
Function
pbT_basename
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:872
↓ 1 callers
Function
pbT_inittype
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:879
↓ 1 callers
Function
pb_addlength
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:422
↓ 1 callers
Function
pb_delfield
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:966
↓ 1 callers
Function
pb_nexttype
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:843
↓ 1 callers
Function
pb_oneofname
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:837
↓ 1 callers
Function
pb_poolfree
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:523
↓ 1 callers
Function
pb_readgroup
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:208
← previous
next →
1,001–1,100 of 2,452, ranked by callers