MCPcopy Create free account

hub / github.com/Tencent/sluaunreal / functions

Functions2,452 in github.com/Tencent/sluaunreal

↓ 1 callersFunctionluaF_freeproto
Plugins/slua_unreal/External/lua/lfunc.cpp:123
↓ 1 callersFunctionluaF_initupvals
** fill a closure with new closed upvalues */
Plugins/slua_unreal/External/lua/lfunc.cpp:43
↓ 1 callersFunctionluaF_newCclosure
Plugins/slua_unreal/External/lua/lfunc.cpp:23
↓ 1 callersFunctionluaFunctionCall
Plugins/slua_unreal/Source/slua_unreal/Private/LuaObject.cpp:791
↓ 1 callersFunctionluaG_concaterror
Plugins/slua_unreal/External/lua/ldebug.cpp:589
↓ 1 callersFunctionluaG_tointerror
** Error when both values are convertible to numbers, but not to integers */
Plugins/slua_unreal/External/lua/ldebug.cpp:607
↓ 1 callersFunctionluaH_free
Plugins/slua_unreal/External/lua/ltable.cpp:413
↓ 1 callersFunctionluaH_next
Plugins/slua_unreal/External/lua/ltable.cpp:185
↓ 1 callersFunctionluaH_resizearray
Plugins/slua_unreal/External/lua/ltable.cpp:367
↓ 1 callersFunctionluaK_infix
** Process 1st operand 'v' of binary operation 'op' before reading ** 2nd operand. */
Plugins/slua_unreal/External/lua/lcode.cpp:1084
↓ 1 callersFunctionluaK_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 callersFunctionluaK_prefix
** Aplly prefix operation 'op' to expression 'e'. */
Plugins/slua_unreal/External/lua/lcode.cpp:1064
↓ 1 callersFunctionluaK_self
** Emit SELF instruction (convert expression 'e' into 'e:key(e,'). */
Plugins/slua_unreal/External/lua/lcode.cpp:807
↓ 1 callersFunctionluaK_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 callersFunctionluaK_stringK
** Add a string to list of constants and return its index. */
Plugins/slua_unreal/External/lua/lcode.cpp:456
↓ 1 callersFunctionluaL_callmeta
Plugins/slua_unreal/External/lua/lauxlib.cpp:775
↓ 1 callersFunctionluaL_execresult
Plugins/slua_unreal/External/lua/lauxlib.cpp:262
↓ 1 callersFunctionluaL_loadbufferx
Plugins/slua_unreal/External/lua/lauxlib.cpp:743
↓ 1 callersFunctionluaL_loadfilex
Plugins/slua_unreal/External/lua/lauxlib.cpp:691
↓ 1 callersFunctionluaL_openlibs
Plugins/slua_unreal/External/lua/linit.cpp:59
↓ 1 callersFunctionluaL_testudata
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/lpb.cpp:71
↓ 1 callersFunctionluaS_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 callersFunctionluaS_eqlngstr
** equality for long strings */
Plugins/slua_unreal/External/lua/lstring.cpp:39
↓ 1 callersFunctionluaS_hashlongstr
Plugins/slua_unreal/External/lua/lstring.cpp:57
↓ 1 callersFunctionluaS_init
** Initialize the string table and the string cache */
Plugins/slua_unreal/External/lua/lstring.cpp:115
↓ 1 callersFunctionluaS_newudata
Plugins/slua_unreal/External/lua/lstring.cpp:235
↓ 1 callersFunctionluaS_remove
Plugins/slua_unreal/External/lua/lstring.cpp:153
↓ 1 callersFunctionluaT_init
Plugins/slua_unreal/External/lua/ltm.cpp:36
↓ 1 callersFunctionluaV_finishOp
** finish execution of an opcode interrupted by an yield */
Plugins/slua_unreal/External/lua/lvm.cpp:658
↓ 1 callersFunctionluaX_init
Plugins/slua_unreal/External/lua/llex.cpp:67
↓ 1 callersFunctionluaX_lookahead
Plugins/slua_unreal/External/lua/llex.cpp:557
↓ 1 callersFunctionluaX_setinput
Plugins/slua_unreal/External/lua/llex.cpp:159
↓ 1 callersFunctionluaY_parser
Plugins/slua_unreal/External/lua/lparser.cpp:1624
↓ 1 callersFunctionluaZ_fill
Plugins/slua_unreal/External/lua/lzio.cpp:22
↓ 1 callersFunctionluaZ_init
Plugins/slua_unreal/External/lua/lzio.cpp:37
↓ 1 callersFunctionluaZ_read
--------------------------------------------------------------- read --- */
Plugins/slua_unreal/External/lua/lzio.cpp:47
↓ 1 callersFunctionlua_callk
Plugins/slua_unreal/External/lua/lapi.cpp:906
↓ 1 callersFunctionlua_copy
Plugins/slua_unreal/External/lua/lapi.cpp:220
↓ 1 callersFunctionlua_dump
Plugins/slua_unreal/External/lua/lapi.cpp:1014
↓ 1 callersFunctionlua_getallocf
Plugins/slua_unreal/External/lua/lapi.cpp:1165
↓ 1 callersFunctionlua_gethookcount
Plugins/slua_unreal/External/lua/ldebug.cpp:103
↓ 1 callersFunctionlua_gethookmask
Plugins/slua_unreal/External/lua/ldebug.cpp:98
↓ 1 callersFunctionlua_isyieldable
Plugins/slua_unreal/External/lua/ldo.cpp:681
↓ 1 callersFunctionlua_len
Plugins/slua_unreal/External/lua/lapi.cpp:1155
↓ 1 callersFunctionlua_newthread
Plugins/slua_unreal/External/lua/lstate.cpp:257
↓ 1 callersFunctionlua_setlocal
Plugins/slua_unreal/External/lua/ldebug.cpp:193
↓ 1 callersFunctionlua_strx2number
** convert an hexadecimal numeric string to a number, following ** C99 specification for 'strtod' */
Plugins/slua_unreal/External/lua/lobject.cpp:191
↓ 1 callersFunctionlua_upvalueid
Plugins/slua_unreal/External/lua/lapi.cpp:1267
↓ 1 callersFunctionlua_upvaluejoin
Plugins/slua_unreal/External/lua/lapi.cpp:1286
↓ 1 callersFunctionmainfunc
** 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 callersFunctionmakeMemoryProfilePackage
Plugins/slua_unreal/Source/slua_unreal/Private/LuaProfiler.cpp:177
↓ 1 callersFunctionmakeProfilePackage
Plugins/slua_unreal/Source/slua_unreal/Private/LuaProfiler.cpp:155
↓ 1 callersFunctionmakemask
** Convert a string mask (for 'sethook') into a bit mask */
Plugins/slua_unreal/External/lua/ldblib.cpp:323
↓ 1 callersFunctionmakeseed
Plugins/slua_unreal/External/lua/lstate.cpp:78
↓ 1 callersFunctionmarkupval
Mark block where variable at given level was defined (to emit close instructions later). */
Plugins/slua_unreal/External/lua/lparser.cpp:256
↓ 1 callersFunctionmatch_capture
Plugins/slua_unreal/External/lua/lstrlib.cpp:415
↓ 1 callersFunctionmatchbalance
Plugins/slua_unreal/External/lua/lstrlib.cpp:342
↓ 1 callersFunctionmax_expand
Plugins/slua_unreal/External/lua/lstrlib.cpp:362
↓ 1 callersFunctionmemoryGC
Plugins/slua_unreal/Source/slua_unreal/Private/LuaProfiler.cpp:127
↓ 1 callersFunctionmin_expand
Plugins/slua_unreal/External/lua/lstrlib.cpp:377
↓ 1 callersFunctionmodinit
Plugins/slua_unreal/External/lua/loadlib.cpp:656
↓ 1 callersFunctionmovegotosout
** 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 callersFunctionmoveresults
** 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 callersFunctionnewCacheTable
Plugins/slua_unreal/Source/slua_unreal/Private/LuaState.cpp:86
↓ 1 callersFunctionnewbox
Plugins/slua_unreal/External/lua/lauxlib.cpp:470
↓ 1 callersFunctionnilK
** Add nil to list of constants and return its index. */
Plugins/slua_unreal/External/lua/lcode.cpp:499
↓ 1 callersFunctionnoenv
** return registry.LUA_NOENV as a boolean */
Plugins/slua_unreal/External/lua/loadlib.cpp:276
↓ 1 callersFunctionnospecials
check whether pattern has no special characters */
Plugins/slua_unreal/External/lua/lstrlib.cpp:581
↓ 1 callersMethodnum
Plugins/slua_unreal/Source/slua_unreal/Private/LuaMap.cpp:287
↓ 1 callersMethodnum
Plugins/slua_unreal/Source/slua_unreal/Private/LuaSet.cpp:360
↓ 1 callersFunctionnum2straux
Plugins/slua_unreal/External/lua/lstrlib.cpp:839
↓ 1 callersFunctionnumusearray
** 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 callersFunctionnumusehash
Plugins/slua_unreal/External/lua/ltable.cpp:282
↓ 1 callersMethodonTimeout
Plugins/slua_unreal/Source/slua_unreal/Private/LuaState.cpp:1250
↓ 1 callersFunctionparlist
Plugins/slua_unreal/External/lua/lparser.cpp:751
↓ 1 callersFunctionpartition
** 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 callersFunctionpbL_DescriptorProto
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:1189
↓ 1 callersFunctionpbL_EnumValueDescriptorProto
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:1129
↓ 1 callersFunctionpbL_FieldOptions
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:1083
↓ 1 callersFunctionpbL_FileDescriptorProto
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:1215
↓ 1 callersFunctionpbL_FileDescriptorSet
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:1237
↓ 1 callersFunctionpbL_MessageOptions
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:1161
↓ 1 callersFunctionpbL_OneofDescriptorProto
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:1175
↓ 1 callersFunctionpbL_delFileInfo
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:1262
↓ 1 callersFunctionpbL_delTypeInfo
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:1250
↓ 1 callersFunctionpbL_loadFile
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:1336
↓ 1 callersFunctionpbL_loadType
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:1314
↓ 1 callersFunctionpbN_delname
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:719
↓ 1 callersFunctionpbN_free
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:653
↓ 1 callersFunctionpbN_init
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:648
↓ 1 callersFunctionpbN_newname
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:701
↓ 1 callersFunctionpbN_resize
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:676
↓ 1 callersFunctionpbT_basename
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:872
↓ 1 callersFunctionpbT_inittype
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:879
↓ 1 callersFunctionpb_addlength
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:422
↓ 1 callersFunctionpb_delfield
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:966
↓ 1 callersFunctionpb_nexttype
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:843
↓ 1 callersFunctionpb_oneofname
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:837
↓ 1 callersFunctionpb_poolfree
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:523
↓ 1 callersFunctionpb_readgroup
Plugins/slua_unreal/Source/slua_unreal/Private/luaprotobuf/pb.cpp:208
← previousnext →1,001–1,100 of 2,452, ranked by callers