Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/UnLua
/ functions
Functions
3,922 in github.com/Tencent/UnLua
⨍
Functions
3,922
◇
Types & classes
713
↓ 3 callers
Function
luaD_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 callers
Function
luaD_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 callers
Function
luaD_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 callers
Function
luaD_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 callers
Function
luaF_closeupval
** Close all upvalues up to the given stack level. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lfunc.c:194
↓ 3 callers
Function
luaF_newLclosure
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lfunc.c:35
↓ 3 callers
Function
luaF_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 callers
Function
luaG_findlocal
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldebug.c:196
↓ 3 callers
Function
luaH_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 callers
Function
luaH_setint
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltable.c:819
↓ 3 callers
Function
luaK_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 callers
Function
luaK_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 callers
Function
luaK_isKint
** Check whether expression 'e' is a literal integer. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:1210
↓ 3 callers
Function
luaK_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 callers
Function
luaL_addgsub
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lauxlib.c:987
↓ 3 callers
Function
luaL_checkudata
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lauxlib.c:345
↓ 3 callers
Function
luaL_loadbufferx
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lauxlib.c:828
↓ 3 callers
Function
luaL_loadstring
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lauxlib.c:837
↓ 3 callers
Function
luaL_testudata
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lauxlib.c:330
↓ 3 callers
Function
luaL_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 callers
Function
luaO_str2num
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lobject.c:308
↓ 3 callers
Function
luaS_createlngstrobj
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstring.c:157
↓ 3 callers
Function
luaS_hash
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstring.c:43
↓ 3 callers
Function
luaT_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 callers
Function
luaV_execute
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lvm.c:1129
↓ 3 callers
Function
luaX_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 callers
Function
lua_copy
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lapi.c:249
↓ 3 callers
Function
lua_getlocal
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldebug.c:220
↓ 3 callers
Function
lua_getupvalue
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lapi.c:1376
↓ 3 callers
Function
lua_load
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lapi.c:1080
↓ 3 callers
Function
lua_newthread
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstate.c:285
↓ 3 callers
Function
lua_resetthread
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstate.c:345
↓ 3 callers
Function
lua_stringtonumber
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lapi.c:365
↓ 3 callers
Function
lua_tonumberx
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.cpp:65
↓ 3 callers
Function
mainpositionTV
** 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 callers
Function
markold
** 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 callers
Function
markupval
** 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 callers
Function
matchbracketclass
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstrlib.c:447
↓ 3 callers
Function
newfile
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/liolib.c:253
↓ 3 callers
Function
newgotoentry
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:563
↓ 3 callers
Function
newprefile
** 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 callers
Function
nextrand
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lmathlib.c:308
↓ 3 callers
Function
operator=
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/document.h:954
↓ 3 callers
Function
opt_get
Plugins/UnLuaExtensions/LuaSocket/Source/src/options.cpp:398
↓ 3 callers
Function
packint
** 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 callers
Function
patchlistaux
** 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 callers
Function
pbL_FieldDescriptorProto
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:1452
↓ 3 callers
Function
pbL_loadField
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:1665
↓ 3 callers
Function
pbL_prefixname
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:1640
↓ 3 callers
Function
pbN_calchash
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:986
↓ 3 callers
Function
pbT_hash
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:864
↓ 3 callers
Function
pb_delsort
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:1260
↓ 3 callers
Function
pb_initpool
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:814
↓ 3 callers
Function
pb_readbytes
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:535
↓ 3 callers
Function
prepstate
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstrlib.c:757
↓ 3 callers
Function
push_null
* Push a value equals rapidjson.null on to the stack. */
Plugins/UnLuaExtensions/LuaRapidjson/Source/src/rapidjson.cpp:375
↓ 3 callers
Function
pushnumint
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lmathlib.c:86
↓ 3 callers
Function
read_line
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/liolib.c:523
↓ 3 callers
Function
readdigits
** Read a sequence of (hex)digits */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/liolib.c:468
↓ 3 callers
Function
reprepstate
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstrlib.c:767
↓ 3 callers
Function
resizebox
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lauxlib.c:473
↓ 3 callers
Function
resume_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 callers
Function
reverse
** 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 callers
Function
rotl
rotate left 'x' by 'n' bits */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lmathlib.c:304
↓ 3 callers
Function
setminordebt
** 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 callers
Function
setsignal
** Use 'sigaction' when available. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lua.c:45
↓ 3 callers
Function
singlematch
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstrlib.c:470
↓ 3 callers
Function
skip_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 callers
Function
socket_create
-------------------------------------------------------------------------*\ * Creates and sets up a socket \*-----------------------------------------
Plugins/UnLuaExtensions/LuaSocket/Source/src/usocket.cpp:124
↓ 3 callers
Function
socket_sendto
-------------------------------------------------------------------------*\ * Sendto with timeout \*--------------------------------------------------
Plugins/UnLuaExtensions/LuaSocket/Source/src/usocket.cpp:233
↓ 3 callers
Function
socket_setnonblocking
-------------------------------------------------------------------------*\ * Put socket into non-blocking mode \*------------------------------------
Plugins/UnLuaExtensions/LuaSocket/Source/src/wsocket.cpp:316
↓ 3 callers
Function
statement
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:1834
↓ 3 callers
Function
suffixedexp
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:1090
↓ 3 callers
Function
sweep2old
** 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 callers
Function
sweepstep
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:1559
↓ 3 callers
Function
tcp_create
=========================================================================*\ * Library functions \*====================================================
Plugins/UnLuaExtensions/LuaSocket/Source/src/tcp.cpp:387
↓ 3 callers
Function
timeout_getretry
-------------------------------------------------------------------------*\ * Determines how much time we have left for the next system call, * if the
Plugins/UnLuaExtensions/LuaSocket/Source/src/timeout.cpp:93
↓ 3 callers
Function
timeout_meth_gettimeout
-------------------------------------------------------------------------*\ * Gets timeout values for IO operations * Lua Output: block, total \*-----
Plugins/UnLuaExtensions/LuaSocket/Source/src/timeout.cpp:178
↓ 3 callers
Function
toValue
Plugins/UnLuaExtensions/LuaRapidjson/Source/src/values.cpp:19
↓ 3 callers
Function
typerror
Plugins/UnLuaExtensions/LuaRapidjson/Source/src/luax.hpp:59
↓ 3 callers
Function
udp_create
=========================================================================*\ * Library functions \*====================================================
Plugins/UnLuaExtensions/LuaSocket/Source/src/udp.cpp:460
↓ 3 callers
Function
upvalname
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldebug.c:177
↓ 3 callers
Function
utf8_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 callers
Function
whitelist
** 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 callers
Method
Add
* 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 callers
Method
AddDefaultValue_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 callers
Method
AddTo
Plugins/UnLua/Source/UnLua/Private/LuaDelegateHandler.cpp:37
↓ 2 callers
Function
AddType
Plugins/UnLua/Source/UnLua/Private/Binding.cpp:52
↓ 2 callers
Method
Bind
Plugins/UnLua/Source/UnLua/Private/LuaFunction.cpp:276
↓ 2 callers
Method
BindTo
Plugins/UnLua/Source/UnLua/Private/LuaDelegateHandler.cpp:31
↓ 2 callers
Method
Bool
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/reader.h:205
↓ 2 callers
Method
Bool
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/document.h:2517
↓ 2 callers
Method
CallLua
Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/FunctionDesc.cpp:156
↓ 2 callers
Method
CallUE
* Call the UFunction */
Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/FunctionDesc.cpp:247
↓ 2 callers
Method
CheckPropertyType
Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/PropertyDesc.h:196
↓ 2 callers
Method
Close
Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_File.cpp:56
↓ 2 callers
Method
DestroySchemaValidator
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/schema.h:2163
↓ 2 callers
Method
DestroyValue
* @see FProperty::DestroyValue_InContainer(...) */
Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/PropertyDesc.h:101
↓ 2 callers
Method
Double
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/reader.h:210
↓ 2 callers
Function
Empty
Check whether the array is empty.
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/document.h:1648
← previous
next →
701–800 of 3,922, ranked by callers