MCPcopy Create free account

hub / github.com/Tencent/sluaunreal / functions

Functions2,452 in github.com/Tencent/sluaunreal

↓ 3 callersFunctionutf8_decode
** Decode one UTF-8 sequence, returning NULL if byte sequence is invalid. */
Plugins/slua_unreal/External/lua/lutf8lib.cpp:40
↓ 2 callersMethodCalcHoverSampleIdx
Plugins/slua_unreal/Source/slua_profile/Private/slua_profile_inspector.cpp:1481
↓ 2 callersFunctionDumpFunction
Plugins/slua_unreal/External/lua/ldump.cpp:167
↓ 2 callersFunctionDumpInteger
Plugins/slua_unreal/External/lua/ldump.cpp:69
↓ 2 callersFunctionDumpNumber
Plugins/slua_unreal/External/lua/ldump.cpp:64
↓ 2 callersFunctionGCTM
Plugins/slua_unreal/External/lua/lgc.cpp:805
↓ 2 callersMethodGetConnections
Plugins/slua_unreal/Source/slua_profile/Private/slua_remote_profile.cpp:63
↓ 2 callersFunctionLEintfloat
** Check whether integer 'i' is less than or equal to float 'f'. ** See comments on previous function. */
Plugins/slua_unreal/External/lua/lvm.cpp:302
↓ 2 callersFunctionLTintfloat
** Check whether integer 'i' is less than float 'f'. If 'i' has an ** exact representation as a float ('l_intfitsf'), compare numbers as ** floats. Ot
Plugins/slua_unreal/External/lua/lvm.cpp:283
↓ 2 callersFunctionLoadFunction
Plugins/slua_unreal/External/lua/lundump.cpp:201
↓ 2 callersFunctionLoadInteger
Plugins/slua_unreal/External/lua/lundump.cpp:80
↓ 2 callersFunctionLoadNumber
Plugins/slua_unreal/External/lua/lundump.cpp:73
↓ 2 callersMethodOnCpuSliderValueChanged
Plugins/slua_unreal/Source/slua_profile/Private/slua_profile_inspector.cpp:293
↓ 2 callersMethodOnMemSliderValueChanged
Plugins/slua_unreal/Source/slua_profile/Private/slua_profile_inspector.cpp:314
↓ 2 callersMethodRemove
Plugins/slua_unreal/Source/slua_unreal/Private/LuaArray.cpp:440
↓ 2 callersMethodSetStdLineVisibility
Plugins/slua_unreal/Source/slua_profile/Private/slua_profile_inspector.cpp:1805
↓ 2 callersMethodSetValid
Plugins/slua_unreal/Source/slua_unreal/Public/LuaNetSerialization.h:104
↓ 2 callersFunction__newFSoftObjectPtr
Plugins/slua_unreal/Source/slua_unreal/Private/LuaWrapper.cpp:67
↓ 2 callersMethodadd
Plugins/slua_unreal/Source/slua_unreal/Private/LuaArray.cpp:190
↓ 2 callersMethodaddRef
Plugins/slua_unreal/Source/slua_unreal/Private/SluaLib.cpp:357
↓ 2 callersFunctionadddigit
** Add integer part of 'x' to buffer and return new 'x' */
Plugins/slua_unreal/External/lua/lstrlib.cpp:831
↓ 2 callersFunctionaddfield
Plugins/slua_unreal/External/lua/ltablib.cpp:165
↓ 2 callersFunctionandaux
Plugins/slua_unreal/External/lua/lbitlib.cpp:46
↓ 2 callersFunctionarrayindex
** returns the index for 'key' if 'key' is an appropriate key to live in ** the array part of the table, 0 otherwise. */
Plugins/slua_unreal/External/lua/ltable.cpp:143
↓ 2 callersMethodasString
Plugins/slua_unreal/Source/slua_unreal/Private/LuaVar.cpp:460
↓ 2 callersFunctionaux_lines
Plugins/slua_unreal/External/lua/liolib.cpp:330
↓ 2 callersFunctionaux_upvalue
Plugins/slua_unreal/External/lua/lapi.cpp:1196
↓ 2 callersFunctionauxgetstr
Plugins/slua_unreal/External/lua/lapi.cpp:585
↓ 2 callersFunctionauxresume
Plugins/slua_unreal/External/lua/lcorolib.cpp:27
↓ 2 callersFunctionauxsetstr
** t[k] = value at the top of the stack (where 'k' is a string) */
Plugins/slua_unreal/External/lua/lapi.cpp:740
↓ 2 callersFunctionauxupvalue
** get (if 'get' is true) or set an upvalue from a closure */
Plugins/slua_unreal/External/lua/ldblib.cpp:247
↓ 2 callersFunctionb64decode
-------------------------------------------------------------------------*\ * Acumulates bytes in input buffer until 4 bytes are available. * Transla
Plugins/slua_unreal/External/luasocket/mime.cpp:232
↓ 2 callersFunctionb64encode
-------------------------------------------------------------------------*\ * Acumulates bytes in input buffer until 3 bytes are available. * Transla
Plugins/slua_unreal/External/luasocket/mime.cpp:176
↓ 2 callersFunctionb_rot
Plugins/slua_unreal/External/lua/lbitlib.cpp:138
↓ 2 callersFunctionboolK
** Add a boolean to list of constants and return its index. */
Plugins/slua_unreal/External/lua/lcode.cpp:489
↓ 2 callersFunctioncacheFunction
Plugins/slua_unreal/Source/slua_unreal/Private/LuaObject.cpp:655
↓ 2 callersFunctioncacheFunctionToUserValue
Plugins/slua_unreal/Source/slua_unreal/Private/LuaObject.cpp:691
↓ 2 callersMethodcallByUFunction
Plugins/slua_unreal/Source/slua_unreal/Private/LuaVar.cpp:687
↓ 2 callersFunctioncheckValue
Plugins/slua_unreal/Source/slua_unreal/Public/LuaObject.h:684
↓ 2 callersFunctioncheckliteral
Plugins/slua_unreal/External/lua/lundump.cpp:218
↓ 2 callersFunctionchecktab
** Check that 'arg' either is a table or can behave like one (that is, ** has a metatable with the required metamethods) */
Plugins/slua_unreal/External/lua/ltablib.cpp:51
↓ 2 callersFunctionclassend
Plugins/slua_unreal/External/lua/lstrlib.cpp:259
↓ 2 callersMethodclear
Plugins/slua_unreal/Source/slua_unreal/Private/LuaMap.cpp:196
↓ 2 callersFunctionclearkeys
** clear entries with unmarked keys from all weaktables in list 'l' up ** to element 'f' */
Plugins/slua_unreal/External/lua/lgc.cpp:638
↓ 2 callersMethodclose
Plugins/slua_unreal/Source/slua_unreal/Private/LuaState.cpp:480
↓ 2 callersFunctionclose_func
Plugins/slua_unreal/External/lua/lparser.cpp:550
↓ 2 callersFunctionclose_state
Plugins/slua_unreal/External/lua/lstate.cpp:244
↓ 2 callersFunctionclosegoto
Plugins/slua_unreal/External/lua/lparser.cpp:339
↓ 2 callersFunctioncode_loadbool
Plugins/slua_unreal/External/lua/lcode.cpp:647
↓ 2 callersFunctioncodebinexpval
** Emit code for binary expressions that "produce values" ** (everything but logical operators 'and'/'or' and comparison ** operators). ** Expression
Plugins/slua_unreal/External/lua/lcode.cpp:1020
↓ 2 callersFunctioncodeextraarg
** Emit an "extra argument" instruction (format 'iAx') */
Plugins/slua_unreal/External/lua/lcode.cpp:333
↓ 2 callersFunctioncollect_fd
Plugins/slua_unreal/External/luasocket/select.cpp:124
↓ 2 callersFunctioncond
Plugins/slua_unreal/External/lua/lparser.cpp:1175
↓ 2 callersFunctionconstfolding
** Try to "constant-fold" an operation; return 1 iff successful. ** (In this case, 'e1' has the final result.) */
Plugins/slua_unreal/External/lua/lcode.cpp:976
↓ 2 callersFunctionconstructor
Plugins/slua_unreal/External/lua/lparser.cpp:722
↓ 2 callersFunctionconvergeephemerons
Plugins/slua_unreal/External/lua/lgc.cpp:607
↓ 2 callersFunctioncopy2buff
copy strings in stack from top - n up to top - 1 to buffer */
Plugins/slua_unreal/External/lua/lvm.cpp:462
↓ 2 callersFunctioncopywithendian
** Copy 'size' bytes from 'src' to 'dest', correcting endianness if ** given 'islittle' is different from native endianness. */
Plugins/slua_unreal/External/lua/lstrlib.cpp:1313
↓ 2 callersFunctioncountint
Plugins/slua_unreal/External/lua/ltable.cpp:240
↓ 2 callersFunctioncreatestrobj
** creates a new string object */
Plugins/slua_unreal/External/lua/lstring.cpp:132
↓ 2 callersFunctioncurrentline
Plugins/slua_unreal/External/lua/ldebug.cpp:49
↓ 2 callersFunctiondigit
** Read an integer numeral from string 'fmt' or return 'df' if ** there is no numeral */
Plugins/slua_unreal/External/lua/lstrlib.cpp:1177
↓ 2 callersFunctiondischarge2anyreg
** Ensures expression value is in any register. */
Plugins/slua_unreal/External/lua/lcode.cpp:639
↓ 2 callersFunctiondischarge2reg
** Ensures expression value is in register 'reg' (and therefore ** 'e' will become a non-relocatable expression). */
Plugins/slua_unreal/External/lua/lcode.cpp:593
↓ 2 callersMethoddoBuffer
Plugins/slua_unreal/Source/slua_unreal/Private/LuaState.cpp:726
↓ 2 callersFunctionenterlevel
Plugins/slua_unreal/External/lua/lparser.cpp:329
↓ 2 callersFunctionentersweep
** Enter first sweep phase. ** The call to 'sweeplist' tries to make pointer point to an object ** inside the list (instead of to the header), so that
Plugins/slua_unreal/External/lua/lgc.cpp:957
↓ 2 callersFunctionerror_expected
Plugins/slua_unreal/External/lua/lparser.cpp:71
↓ 2 callersFunctionfieldargs
** get field and width arguments for field-manipulation functions, ** checking whether they are valid. ** ('luaL_error' called without 'return' to avo
Plugins/slua_unreal/External/lua/lbitlib.cpp:165
↓ 2 callersMethodfillParam
Plugins/slua_unreal/Source/slua_unreal/Private/LuaFunctionAccelerator.cpp:349
↓ 2 callersFunctionfindMember
Plugins/slua_unreal/Source/slua_unreal/Private/LuaObject.cpp:185
↓ 2 callersFunctionfindMemberBase
Plugins/slua_unreal/Source/slua_unreal/Private/LuaObject.cpp:161
↓ 2 callersFunctionfindgotos
** check whether new label 'lb' matches any pending gotos in current ** block; solves forward jumps */
Plugins/slua_unreal/External/lua/lparser.cpp:401
↓ 2 callersFunctionfindlabel
** try to close a goto with existing labels; this solves backward jumps */
Plugins/slua_unreal/External/lua/lparser.cpp:363
↓ 2 callersFunctionfindlocal
Plugins/slua_unreal/External/lua/ldebug.cpp:143
↓ 2 callersFunctionfinishCcall
** Completes the execution of an interrupted C function, calling its ** continuation function. */
Plugins/slua_unreal/External/lua/ldo.cpp:512
↓ 2 callersFunctionfinishpcall
** Continuation function for 'pcall' and 'xpcall'. Both functions ** already pushed a 'true' before doing the call, so in case of success ** 'finishpc
Plugins/slua_unreal/External/lua/lbaselib.cpp:407
↓ 2 callersFunctionforbody
Plugins/slua_unreal/External/lua/lparser.cpp:1289
↓ 2 callersMethodfree
Plugins/slua_unreal/Source/slua_unreal/Private/LuaVar.cpp:349
↓ 2 callersFunctionfreeexps
** Free registers used by expressions 'e1' and 'e2' (if any) in proper ** order. */
Plugins/slua_unreal/External/lua/lcode.cpp:405
↓ 2 callersFunctionfreestack
Plugins/slua_unreal/External/lua/lstate.cpp:168
↓ 2 callersFunctionfuncargs
Plugins/slua_unreal/External/lua/lparser.cpp:815
↓ 2 callersFunctiong_iofile
Plugins/slua_unreal/External/lua/liolib.cpp:294
↓ 2 callersFunctiong_write
Plugins/slua_unreal/External/lua/liolib.cpp:611
↓ 2 callersFunctionget
Plugins/slua_unreal/Source/slua_unreal/Public/LuaState.h:113
↓ 2 callersMethodgetErrorDelegate
Plugins/slua_unreal/Source/slua_unreal/Private/LuaState.cpp:656
↓ 2 callersFunctiongetPropertyOutter
Plugins/slua_unreal/Source/slua_unreal/Private/PropertyUtil.cpp:24
↓ 2 callersMethodgetThreadRef
Plugins/slua_unreal/Source/slua_unreal/Private/LatentDelegate.cpp:37
↓ 2 callersFunctiongetUObjName
Plugins/slua_unreal/Source/slua_unreal/Private/SluaUtil.cpp:25
↓ 2 callersFunctiongetco
Plugins/slua_unreal/External/lua/lcorolib.cpp:20
↓ 2 callersFunctiongetfd
=========================================================================*\ * Internal functions \*===================================================
Plugins/slua_unreal/External/luasocket/select.cpp:95
↓ 2 callersFunctiongetgeneric
** "Generic" get version. (Not that generic: not valid for integers, ** which may be in array part, nor for floats with integral values.) */
Plugins/slua_unreal/External/lua/ltable.cpp:540
↓ 2 callersFunctiongetnum
Plugins/slua_unreal/External/lua/lstrlib.cpp:1179
↓ 2 callersFunctiongetoption
** Read and classify next option. 'size' is filled with option's size. */
Plugins/slua_unreal/External/lua/lstrlib.cpp:1218
↓ 2 callersFunctiongotostat
Plugins/slua_unreal/External/lua/lparser.cpp:1185
↓ 2 callersFunctioninet_gethost
=========================================================================*\ * Global Lua functions \*=================================================
Plugins/slua_unreal/External/luasocket/inet.cpp:66
↓ 2 callersFunctioninet_meth_getpeername
=========================================================================*\ * Lua methods \*==========================================================
Plugins/slua_unreal/External/luasocket/inet.cpp:243
↓ 2 callersFunctioninet_meth_getsockname
-------------------------------------------------------------------------*\ * Retrieves socket local name \*------------------------------------------
Plugins/slua_unreal/External/luasocket/inet.cpp:278
↓ 2 callersFunctioninet_pushresolved
=========================================================================*\ * Internal functions \*===================================================
Plugins/slua_unreal/External/luasocket/inet.cpp:315
↓ 2 callersFunctioninet_trycreate
-------------------------------------------------------------------------*\ * Tries to create a new inet socket \*------------------------------------
Plugins/slua_unreal/External/luasocket/inet.cpp:355
← previousnext →501–600 of 2,452, ranked by callers