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
↓ 4 callers
Function
currentpc
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldebug.c:41
↓ 4 callers
Function
docall
** Interface to 'lua_pcall', which sets appropriate message function ** and C-signal handler. Used to run all chunks. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lua.c:152
↓ 4 callers
Function
fitsC
** Check whether 'i' can be stored in an 'sC' operand. Equivalent to ** (0 <= int2sC(i) && int2sC(i) <= MAXARG_C) but without risk of ** overflows in
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:641
↓ 4 callers
Function
fixjump
** Fix jump instruction at position 'pc' to jump to 'dest'. ** (Jump addresses are relative in Lua) */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:166
↓ 4 callers
Function
freeobj
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:764
↓ 4 callers
Function
getco
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcorolib.c:21
↓ 4 callers
Function
getjump
** Gets the destination address of a jump instruction. Used to traverse ** a list of jumps. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:153
↓ 4 callers
Function
getnumlimit
** Read an integer numeral and raises an error if it is larger ** than the maximum size for integers. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstrlib.c:1415
↓ 4 callers
Function
getobjname
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldebug.c:525
↓ 4 callers
Function
getstate
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltests.c:1164
↓ 4 callers
Function
inet_aton
Plugins/UnLuaExtensions/LuaSocket/Source/src/inet.cpp:498
↓ 4 callers
Function
io_strerror
-------------------------------------------------------------------------*\ * I/O error strings \*----------------------------------------------------
Plugins/UnLuaExtensions/LuaSocket/Source/src/io.cpp:21
↓ 4 callers
Function
isSCnumber
** Check whether expression 'e' is a literal integer or float in ** proper range to fit in a register (sB or sC). */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:1237
↓ 4 callers
Function
loadStringN
** Load a nullable string into prototype 'p'. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lundump.c:110
↓ 4 callers
Function
lpbD_field
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.cpp:1813
↓ 4 callers
Function
lpbE_tagfield
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.cpp:1580
↓ 4 callers
Function
lpb_pushdeffield
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.cpp:1314
↓ 4 callers
Function
lpb_readbytes
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.cpp:279
↓ 4 callers
Function
lpb_relindex
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.cpp:32
↓ 4 callers
Function
lpb_setdeffields
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.cpp:1368
↓ 4 callers
Function
lua53_rawgetp
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.cpp:112
↓ 4 callers
Function
luaC_fix
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:243
↓ 4 callers
Function
luaD_inctop
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldo.c:293
↓ 4 callers
Function
luaD_reallocstack
** Reallocate the stack to a new size, correcting all pointers into ** it. (There are pointers to a stack from its upvalues, from its list ** of call
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldo.c:191
↓ 4 callers
Function
luaF_getlocalname
** Look for n-th local variable at line 'line' in function 'func'. ** Returns NULL if not found. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lfunc.c:283
↓ 4 callers
Function
luaF_newproto
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lfunc.c:240
↓ 4 callers
Function
luaG_forerror
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldebug.c:711
↓ 4 callers
Function
luaH_finishset
** Finish a raw "set table" operation, where 'slot' is where the value ** should have been (the result of a previous "get table"). ** Beware: when usi
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltable.c:800
↓ 4 callers
Function
luaH_get
** main search function */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltable.c:777
↓ 4 callers
Function
luaK_indexed
** Create expression 't[k]'. 't' must have its final result already in a ** register or upvalue. Upvalues can only be indexed by literal strings. ** K
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:1260
↓ 4 callers
Function
luaK_patchlist
** Path all jumps in 'list' to jump to 'target'. ** (The assert means that we cannot fix a jump to a forward address ** because we only know addresses
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:305
↓ 4 callers
Function
luaK_storevar
** Generate code to store result of expression 'ex' into variable 'var'. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:1030
↓ 4 callers
Function
luaL_fileresult
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.cpp:88
↓ 4 callers
Function
luaL_gsub
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lauxlib.c:1000
↓ 4 callers
Function
luaL_requiref
** Stripped-down 'require': After checking "loaded" table, calls 'openf' ** to open a module, registers the result in 'package.loaded' table and, ** i
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lauxlib.c:967
↓ 4 callers
Function
luaL_traceback
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lauxlib.c:131
↓ 4 callers
Function
luaO_ceillog2
** Computes ceil(log2(x)) */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lobject.c:35
↓ 4 callers
Function
luaO_hexavalue
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lobject.c:135
↓ 4 callers
Function
luaO_pushvfstring
** this function handles only '%d', '%c', '%f', '%p', '%s', and '%%' conventional formats, plus Lua-specific '%I' and '%U' */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lobject.c:470
↓ 4 callers
Function
luaT_callTMres
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltm.c:119
↓ 4 callers
Function
luaV_concat
** Main operation for concatenation: concat 'total' values in the stack, ** from 'L->top - total' up to 'L->top - 1'. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lvm.c:638
↓ 4 callers
Function
luaV_shiftl
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lvm.c:771
↓ 4 callers
Function
luaX_token2str
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/llex.c:82
↓ 4 callers
Function
lua_getallocf
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lapi.c:1301
↓ 4 callers
Function
lua_isuserdata
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lapi.c:316
↓ 4 callers
Function
lua_newstate
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstate.c:354
↓ 4 callers
Function
lua_pcallk
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lapi.c:1036
↓ 4 callers
Function
lua_rawgetp
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.cpp:45
↓ 4 callers
Function
open
Plugins/UnLuaExtensions/LuaRapidjson/Source/src/file.hpp:8
↓ 4 callers
Function
opt_meth_setoption
=========================================================================*\ * Exported functions \*===================================================
Plugins/UnLuaExtensions/LuaSocket/Source/src/options.cpp:31
↓ 4 callers
Function
pb_addfixed32
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:785
↓ 4 callers
Function
pb_addfixed64
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:796
↓ 4 callers
Function
pb_delname
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:1067
↓ 4 callers
Function
pb_freetable
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:861
↓ 4 callers
Function
pb_inittable
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:858
↓ 4 callers
Function
pb_newtype
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:1246
↓ 4 callers
Function
pb_nextfield
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:1210
↓ 4 callers
Function
pb_settable
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:937
↓ 4 callers
Function
pb_slice
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:407
↓ 4 callers
Function
prepbuffsize
** Returns a pointer to a free area with at least 'sz' bytes in buffer ** 'B'. 'boxidx' is the relative position in the stack where is the ** buffer's
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lauxlib.c:546
↓ 4 callers
Function
printobj
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltests.c:313
↓ 4 callers
Function
push_captures
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstrlib.c:735
↓ 4 callers
Function
pushobject
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltests.c:59
↓ 4 callers
Function
qpquote
-------------------------------------------------------------------------*\ * Output one character in form =XX \*-------------------------------------
Plugins/UnLuaExtensions/LuaSocket/Source/src/mime.cpp:508
↓ 4 callers
Function
rawlen
Plugins/UnLuaExtensions/LuaRapidjson/Source/src/luax.hpp:16
↓ 4 callers
Function
reallymarkobject
** Mark an object. Userdata with no user values, strings, and closed ** upvalues are visited and turned black here. Open upvalues are ** already ind
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:291
↓ 4 callers
Function
setpause
** Set the "time" to wait before starting a new GC cycle; cycle will ** start when memory use hits the threshold of ('estimate' * pause / ** PAUSEADJ)
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:1457
↓ 4 callers
Function
settabss
** Variations of 'lua_settable', used by 'db_getinfo' to put results ** from 'lua_getinfo' into result table. Key is always a string; ** value can be
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldblib.c:111
↓ 4 callers
Function
skip
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltests.c:1296
↓ 4 callers
Function
socket_bind
-------------------------------------------------------------------------*\ * Binds or returns error message \*---------------------------------------
Plugins/UnLuaExtensions/LuaSocket/Source/src/usocket.cpp:133
↓ 4 callers
Function
socket_setblocking
-------------------------------------------------------------------------*\ * Put socket into blocking mode \*----------------------------------------
Plugins/UnLuaExtensions/LuaSocket/Source/src/wsocket.cpp:308
↓ 4 callers
Function
tablerehash
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstring.c:62
↓ 4 callers
Function
tag_error
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lauxlib.c:207
↓ 4 callers
Function
udp_strerror
=========================================================================*\ * Lua methods \*==========================================================
Plugins/UnLuaExtensions/LuaSocket/Source/src/udp.cpp:148
↓ 4 callers
Function
unixdgram_strerror
=========================================================================*\ * Lua methods \*==========================================================
Plugins/UnLuaExtensions/LuaSocket/Source/src/unixdgram.cpp:106
↓ 3 callers
Method
AddUninitialized
* Add N uninitialized elements to the array * * @param Count - number of elements * @return - the index of the first element added
Plugins/UnLua/Source/UnLua/Private/Containers/LuaArray.h:148
↓ 3 callers
Method
AsClass
Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/ClassDesc.h:62
↓ 3 callers
Method
Build
Plugins/UnLua/Source/UnLua/Private/UnLuaDebugBase.cpp:42
↓ 3 callers
Function
CacheScriptContainer
* Find a cached script container or create a new one * * @return - null if container is already cached, or the new created userdata otherwise */
Plugins/UnLua/Source/UnLua/Private/LuaCore.cpp:496
↓ 3 callers
Function
CalcUserdataPadding
Plugins/UnLua/Source/UnLua/Private/LuaCore.h:55
↓ 3 callers
Method
Call
Plugins/UnLua/Source/UnLua/Public/UnLuaLegacy.h:761
↓ 3 callers
Method
Clear
* Clear all callbacks for the delegate */
Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_MulticastDelegate.cpp:83
↓ 3 callers
Method
Code
Get the error code.
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/error/error.h:116
↓ 3 callers
Function
CollisionEnum_Index
* __index meta methods for collision related enums */
Plugins/UnLua/Source/UnLua/Private/LuaCore.cpp:1104
↓ 3 callers
Method
CopyValue
* @see FProperty::CopySingleValue(...) */
Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/PropertyDesc.h:106
↓ 3 callers
Method
CreateSchemaValidator
Implementation of ISchemaStateFactory<SchemaType>
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/schema.h:2155
↓ 3 callers
Method
Difference
Compute absolute difference of this and rhs. Assume this != rhs
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/biginteger.h:186
↓ 3 callers
Function
End
\em Past-the-end element iterator ! \pre IsArray() == true */
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/document.h:1679
↓ 3 callers
Function
Flush
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/memorybuffer.h:43
↓ 3 callers
Method
GetBoundRef
Plugins/UnLua/Source/UnLua/Private/UnLuaManager.cpp:140
↓ 3 callers
Method
GetData
* Get address of the i'th element * * @param Index - the index * @return - the address of the i'th element */
Plugins/UnLua/Source/UnLua/Private/Containers/LuaSet.h:162
↓ 3 callers
Function
GetField
* Get a field (property or function) */
Plugins/UnLua/Source/UnLua/Private/LuaCore.cpp:1065
↓ 3 callers
Function
GetMessage
Plugins/UnLua/Source/UnLua/Private/UnLuaLib.cpp:12
↓ 3 callers
Function
GetRotatorScaledAxis
Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_FRotator.cpp:53
↓ 3 callers
Function
GetSmartPointer
* Get the address of smart pointer at the given stack index */
Plugins/UnLua/Source/UnLua/Private/UnLuaBase.cpp:334
↓ 3 callers
Function
GetTValue
* Get 'TValue' from Lua stack */
Plugins/UnLua/Source/UnLua/Private/LuaCore.cpp:105
↓ 3 callers
Function
GetUdata
Plugins/UnLua/Source/UnLua/Private/LuaCore.cpp:189
↓ 3 callers
Function
GetUdataHeaderSize
Plugins/UnLua/Source/UnLua/Private/LuaCore.cpp:204
↓ 3 callers
Function
GetUdataMem
Plugins/UnLua/Source/UnLua/Private/LuaCore.cpp:194
↓ 3 callers
Function
GetUserdata
* Get the address of userdata * * @param Index - Lua stack index * @param[out] OutTwoLvlPtr - whether the address is a two level pointer * @param[
Plugins/UnLua/Source/UnLua/Private/LuaCore.cpp:312
← previous
next →
501–600 of 3,922, ranked by callers