MCPcopy Create free account

hub / github.com/Tencent/UnLua / functions

Functions3,922 in github.com/Tencent/UnLua

↓ 3 callersFunctionluaD_closeprotected
** Calls 'luaF_close' in protected mode. Return the original status ** or, in case of errors, the new status. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldo.c:863
↓ 3 callersFunctionluaD_pcall
** Call the C function 'func' in protected mode, restoring basic ** thread information ('allowhook', etc.) and in particular ** its stack level in cas
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldo.c:885
↓ 3 callersFunctionluaD_precall
** Prepares the call to a function (C or Lua). For C functions, also do ** the call. The function to be called is at '*func'. The arguments ** are on
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldo.c:508
↓ 3 callersFunctionluaD_shrinkstack
** If stack size is more than 3 times the current use, reduce that size ** to twice the current use. (So, the final stack size is at most 2/3 the ** p
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldo.c:274
↓ 3 callersFunctionluaF_closeupval
** Close all upvalues up to the given stack level. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lfunc.c:194
↓ 3 callersFunctionluaF_newLclosure
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lfunc.c:35
↓ 3 callersFunctionluaF_newtbcupval
** Insert a variable in the list of to-be-closed variables. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lfunc.c:169
↓ 3 callersFunctionluaG_findlocal
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldebug.c:196
↓ 3 callersFunctionluaH_set
** beware: when using this function you probably need to check a GC ** barrier and invalidate the TM cache. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltable.c:813
↓ 3 callersFunctionluaH_setint
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltable.c:819
↓ 3 callersFunctionluaK_codek
** Emit a "load constant" instruction, using either 'OP_LOADK' ** (if constant index 'k' fits in 18 bits) or an 'OP_LOADKX' ** instruction with "extra
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:450
↓ 3 callersFunctionluaK_goiftrue
** Emit code to go through if 'e' is true, jump otherwise. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:1115
↓ 3 callersFunctionluaK_isKint
** Check whether expression 'e' is a literal integer. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:1210
↓ 3 callersFunctionluaK_setlist
** Emit a SETLIST instruction. ** 'base' is register that keeps table; ** 'nelems' is #table plus those to be stored now; ** 'tostore' is number of va
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:1750
↓ 3 callersFunctionluaL_addgsub
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lauxlib.c:987
↓ 3 callersFunctionluaL_checkudata
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lauxlib.c:345
↓ 3 callersFunctionluaL_loadbufferx
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lauxlib.c:828
↓ 3 callersFunctionluaL_loadstring
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lauxlib.c:837
↓ 3 callersFunctionluaL_testudata
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lauxlib.c:330
↓ 3 callersFunctionluaL_where
** The use of 'lua_pushfstring' ensures this function does not ** need reserved stack space when called. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lauxlib.c:216
↓ 3 callersFunctionluaO_str2num
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lobject.c:308
↓ 3 callersFunctionluaS_createlngstrobj
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstring.c:157
↓ 3 callersFunctionluaS_hash
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstring.c:43
↓ 3 callersFunctionluaT_callorderTM
** Calls an order tag method. ** For lessequal, LUA_COMPAT_LT_LE keeps compatibility with old ** behavior: if there is no '__le', try '__lt', based on
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltm.c:201
↓ 3 callersFunctionluaV_execute
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lvm.c:1129
↓ 3 callersFunctionluaX_newstring
** Creates a new string and anchors it in scanner's table so that it ** will not be collected until the end of the compilation; by that time ** it sho
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/llex.c:134
↓ 3 callersFunctionlua_copy
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lapi.c:249
↓ 3 callersFunctionlua_getlocal
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldebug.c:220
↓ 3 callersFunctionlua_getupvalue
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lapi.c:1376
↓ 3 callersFunctionlua_load
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lapi.c:1080
↓ 3 callersFunctionlua_newthread
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstate.c:285
↓ 3 callersFunctionlua_resetthread
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstate.c:345
↓ 3 callersFunctionlua_stringtonumber
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lapi.c:365
↓ 3 callersFunctionlua_tonumberx
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.cpp:65
↓ 3 callersFunctionmainpositionTV
** Returns the main position of an element given as a 'TValue' */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltable.c:182
↓ 3 callersFunctionmarkold
** Mark black 'OLD1' objects when starting a new young collection. ** Gray objects are already in some gray list, and so will be visited ** in the ato
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:1194
↓ 3 callersFunctionmarkupval
** Mark block where variable at given level was defined ** (to emit close instructions later). */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:410
↓ 3 callersFunctionmatchbracketclass
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstrlib.c:447
↓ 3 callersFunctionnewfile
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/liolib.c:253
↓ 3 callersFunctionnewgotoentry
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:563
↓ 3 callersFunctionnewprefile
** When creating file handles, always creates a 'closed' file handle ** before opening the actual file; so, if there is a memory error, the ** handle
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/liolib.c:201
↓ 3 callersFunctionnextrand
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lmathlib.c:308
↓ 3 callersFunctionoperator=
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/document.h:954
↓ 3 callersFunctionopt_get
Plugins/UnLuaExtensions/LuaSocket/Source/src/options.cpp:398
↓ 3 callersFunctionpackint
** Pack integer 'n' with 'size' bytes and 'islittle' endianness. ** The final 'if' handles the case when 'size' is larger than ** the size of a Lua in
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstrlib.c:1511
↓ 3 callersFunctionpatchlistaux
** Traverse a list of tests, patching their destination address and ** registers: tests producing values jump to 'vtarget' (and put their ** values in
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:287
↓ 3 callersFunctionpbL_FieldDescriptorProto
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:1452
↓ 3 callersFunctionpbL_loadField
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:1665
↓ 3 callersFunctionpbL_prefixname
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:1640
↓ 3 callersFunctionpbN_calchash
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:986
↓ 3 callersFunctionpbT_hash
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:864
↓ 3 callersFunctionpb_delsort
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:1260
↓ 3 callersFunctionpb_initpool
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:814
↓ 3 callersFunctionpb_readbytes
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:535
↓ 3 callersFunctionprepstate
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstrlib.c:757
↓ 3 callersFunctionpush_null
* Push a value equals rapidjson.null on to the stack. */
Plugins/UnLuaExtensions/LuaRapidjson/Source/src/rapidjson.cpp:375
↓ 3 callersFunctionpushnumint
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lmathlib.c:86
↓ 3 callersFunctionread_line
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/liolib.c:523
↓ 3 callersFunctionreaddigits
** Read a sequence of (hex)digits */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/liolib.c:468
↓ 3 callersFunctionreprepstate
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstrlib.c:767
↓ 3 callersFunctionresizebox
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lauxlib.c:473
↓ 3 callersFunctionresume_error
** Signal an error in the call to 'lua_resume', not in the execution ** of the coroutine itself. (Such errors should not be handled by any ** coroutin
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldo.c:710
↓ 3 callersFunctionreverse
** Reverse the stack segment from 'from' to 'to' ** (auxiliary to 'lua_rotate') ** Note that we move(copy) only the value inside the stack. ** (We do
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lapi.c:221
↓ 3 callersFunctionrotl
rotate left 'x' by 'n' bits */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lmathlib.c:304
↓ 3 callersFunctionsetminordebt
** Set debt for the next minor collection, which will happen when ** memory grows 'genminormul'%. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:1348
↓ 3 callersFunctionsetsignal
** Use 'sigaction' when available. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lua.c:45
↓ 3 callersFunctionsinglematch
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstrlib.c:470
↓ 3 callersFunctionskip_sep
** read a sequence '[=*[' or ']=*]', leaving the last bracket. If ** sequence is well formed, return its number of '='s + 2; otherwise, ** return 1 if
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/llex.c:265
↓ 3 callersFunctionsocket_create
-------------------------------------------------------------------------*\ * Creates and sets up a socket \*-----------------------------------------
Plugins/UnLuaExtensions/LuaSocket/Source/src/usocket.cpp:124
↓ 3 callersFunctionsocket_sendto
-------------------------------------------------------------------------*\ * Sendto with timeout \*--------------------------------------------------
Plugins/UnLuaExtensions/LuaSocket/Source/src/usocket.cpp:233
↓ 3 callersFunctionsocket_setnonblocking
-------------------------------------------------------------------------*\ * Put socket into non-blocking mode \*------------------------------------
Plugins/UnLuaExtensions/LuaSocket/Source/src/wsocket.cpp:316
↓ 3 callersFunctionstatement
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:1834
↓ 3 callersFunctionsuffixedexp
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:1090
↓ 3 callersFunctionsweep2old
** Sweep a list of objects to enter generational mode. Deletes dead ** objects and turns the non dead to old. All non-dead threads---which ** are now
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:1052
↓ 3 callersFunctionsweepstep
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:1559
↓ 3 callersFunctiontcp_create
=========================================================================*\ * Library functions \*====================================================
Plugins/UnLuaExtensions/LuaSocket/Source/src/tcp.cpp:387
↓ 3 callersFunctiontimeout_getretry
-------------------------------------------------------------------------*\ * Determines how much time we have left for the next system call, * if the
Plugins/UnLuaExtensions/LuaSocket/Source/src/timeout.cpp:93
↓ 3 callersFunctiontimeout_meth_gettimeout
-------------------------------------------------------------------------*\ * Gets timeout values for IO operations * Lua Output: block, total \*-----
Plugins/UnLuaExtensions/LuaSocket/Source/src/timeout.cpp:178
↓ 3 callersFunctiontoValue
Plugins/UnLuaExtensions/LuaRapidjson/Source/src/values.cpp:19
↓ 3 callersFunctiontyperror
Plugins/UnLuaExtensions/LuaRapidjson/Source/src/luax.hpp:59
↓ 3 callersFunctionudp_create
=========================================================================*\ * Library functions \*====================================================
Plugins/UnLuaExtensions/LuaSocket/Source/src/udp.cpp:460
↓ 3 callersFunctionupvalname
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldebug.c:177
↓ 3 callersFunctionutf8_decode
** Decode one UTF-8 sequence, returning NULL if byte sequence is ** invalid. The array 'limits' stores the minimum value for each ** sequence length,
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lutf8lib.c:57
↓ 3 callersFunctionwhitelist
** Traverse a list making all its elements white and clearing their ** age. In incremental mode, all objects are 'new' all the time, ** except for fix
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:1129
↓ 2 callersMethodAdd
* Add an element to the array * * @param Item - the element * @return - the index of the added element */
Plugins/UnLua/Source/UnLua/Private/Containers/LuaArray.h:105
↓ 2 callersMethodAddDefaultValue_Invalid_NeedsRehash
* Adds a blank, constructed pair to the map. The map needs rehashing to make it valid. * * @return - the index of the first pair added.
Plugins/UnLua/Source/UnLua/Private/Containers/LuaMap.h:282
↓ 2 callersMethodAddTo
Plugins/UnLua/Source/UnLua/Private/LuaDelegateHandler.cpp:37
↓ 2 callersFunctionAddType
Plugins/UnLua/Source/UnLua/Private/Binding.cpp:52
↓ 2 callersMethodBind
Plugins/UnLua/Source/UnLua/Private/LuaFunction.cpp:276
↓ 2 callersMethodBindTo
Plugins/UnLua/Source/UnLua/Private/LuaDelegateHandler.cpp:31
↓ 2 callersMethodBool
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/reader.h:205
↓ 2 callersMethodBool
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/document.h:2517
↓ 2 callersMethodCallLua
Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/FunctionDesc.cpp:156
↓ 2 callersMethodCallUE
* Call the UFunction */
Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/FunctionDesc.cpp:247
↓ 2 callersMethodCheckPropertyType
Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/PropertyDesc.h:196
↓ 2 callersMethodClose
Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_File.cpp:56
↓ 2 callersMethodDestroySchemaValidator
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/schema.h:2163
↓ 2 callersMethodDestroyValue
* @see FProperty::DestroyValue_InContainer(...) */
Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/PropertyDesc.h:101
↓ 2 callersMethodDouble
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/reader.h:210
↓ 2 callersFunctionEmpty
Check whether the array is empty.
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/document.h:1648
← previousnext →701–800 of 3,922, ranked by callers