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
↓ 10 callers
Function
luaK_dischargevars
** Ensure that expression 'e' is not a variable (nor a <const>). ** (Expression still may have jump lists.) */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:754
↓ 10 callers
Function
luaK_reserveregs
** Reserve 'n' registers in register stack */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:479
↓ 10 callers
Function
luaL_setmetatable
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lauxlib.c:324
↓ 10 callers
Function
lua_rawequal
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lapi.c:322
↓ 10 callers
Function
lua_seti
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lapi.c:871
↓ 10 callers
Method
operator[]
Plugins/UnLua/Source/UnLua/Private/LuaValue.cpp:93
↓ 10 callers
Function
pb_gettable
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:924
↓ 10 callers
Function
pb_prepbuffsize
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:721
↓ 10 callers
Function
pb_resetbuffer
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:689
↓ 10 callers
Function
str_checkname
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:143
↓ 9 callers
Method
CreateSchema
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/schema.h:1651
↓ 9 callers
Method
End
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/stack.h:157
↓ 9 callers
Method
FindMember
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/document.h:2683
↓ 9 callers
Function
GenericValue
Default constructor creates a null value.
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/document.h:679
↓ 9 callers
Function
GetElementsPointer
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/document.h:2107
↓ 9 callers
Function
GetScriptContainer
* Get a script container at the given stack index */
Plugins/UnLua/Source/UnLua/Private/LuaCore.cpp:533
↓ 9 callers
Function
GetTypeHash
Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_Math.h:20
↓ 9 callers
Method
GetValueTypeHash
Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/PropertyDesc.h:172
↓ 9 callers
Function
MemberBegin
Const member iterator ! \pre IsObject() == true */
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/document.h:1240
↓ 9 callers
Method
Put
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/reader.h:933
↓ 9 callers
Function
check_match
** Check that next token is 'what' and skip it. In case of error, ** raise an error that the expected 'what' should match a 'who' ** in line 'where' (
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:130
↓ 9 callers
Function
enterblock
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:630
↓ 9 callers
Function
expr
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:1278
↓ 9 callers
Function
leaveblock
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:660
↓ 9 callers
Function
lexerror
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/llex.c:111
↓ 9 callers
Function
luaC_runtilstate
** advances the garbage collector until it reaches a state allowed ** by 'statemask' */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:1643
↓ 9 callers
Function
luaK_jump
** Create a jump instruction and return its position, so its destination ** can be fixed later (with 'fixjump'). */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:198
↓ 9 callers
Function
luaL_getmetafield
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lauxlib.c:845
↓ 9 callers
Function
luaL_prepbuffsize
** returns a pointer to a free area with at least 'sz' bytes */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lauxlib.c:574
↓ 9 callers
Function
luaL_tolstring
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lauxlib.c:883
↓ 9 callers
Function
luaS_new
** Create or reuse a zero-terminated string, first checking in the ** cache (using the string address as a key). The cache can contain ** only zero-te
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstring.c:241
↓ 9 callers
Function
luaT_gettmbyobj
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltm.c:71
↓ 9 callers
Function
luaV_flttointeger
** try to convert a float to an integer, rounding according to 'mode'. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lvm.c:121
↓ 9 callers
Function
lua_getinfo
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldebug.c:382
↓ 9 callers
Function
lua_tothread
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lapi.c:456
↓ 9 callers
Function
opt_getboolean
Plugins/UnLuaExtensions/LuaSocket/Source/src/options.cpp:423
↓ 9 callers
Function
opt_setboolean
Plugins/UnLuaExtensions/LuaSocket/Source/src/options.cpp:434
↓ 9 callers
Function
timeout_init
=========================================================================*\ * Exported functions. \*==================================================
Plugins/UnLuaExtensions/LuaSocket/Source/src/timeout.cpp:47
↓ 9 callers
Function
tofile
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/liolib.c:187
↓ 8 callers
Function
AddMember
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/document.h:1429
↓ 8 callers
Method
AsScriptStruct
Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/ClassDesc.h:54
↓ 8 callers
Method
Get
* Get value of the i'th element * * @param Index - the index * @param OutItem - the element in the 'Index' */
Plugins/UnLua/Source/UnLua/Private/Containers/LuaArray.h:280
↓ 8 callers
Function
GetUserdataFast
* Get the address of userdata, fast path */
Plugins/UnLua/Source/UnLua/Private/LuaCore.cpp:370
↓ 8 callers
Method
Identical
Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/PropertyDesc.h:182
↓ 8 callers
Method
MemberBegin
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/document.h:2675
↓ 8 callers
Method
Register
Plugins/UnLua/Source/UnLua/Private/Registries/EnumRegistry.cpp:61
↓ 8 callers
Function
SetStringRaw
Initialize this value as constant string, without calling destructor.
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/document.h:2139
↓ 8 callers
Method
Take
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/regex.h:51
↓ 8 callers
Method
Tick
Plugins/UnLua/Source/UnLua/Private/UnLuaLatentAction.cpp:37
↓ 8 callers
Function
adjustlocalvars
** Start the scope for the last 'nvars' created variables. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:311
↓ 8 callers
Function
arith
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstrlib.c:288
↓ 8 callers
Function
luaC_newobj
** create a new collectable object (with given type and size) and link ** it to 'allgc' list. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:258
↓ 8 callers
Function
luaD_throw
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldo.c:115
↓ 8 callers
Function
luaH_getint
** Search function for integers. If integer is inside 'alimit', get it ** directly from the array part. Otherwise, if 'alimit' is not equal to ** the
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltable.c:719
↓ 8 callers
Function
luaK_fixline
** Change line information associated with current position, by removing ** previous info and adding it again with new line. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:1726
↓ 8 callers
Function
luaK_patchtohere
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:311
↓ 8 callers
Function
luaS_newlstr
** new string (with explicit length) */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstring.c:221
↓ 8 callers
Function
luaV_finishget
** Finish the table access 'val = t[key]'. ** if 'slot' is NULL, 't' is not a table; otherwise, 'slot' points to ** t[k] entry (which must be empty).
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lvm.c:287
↓ 8 callers
Function
lua_iscfunction
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lapi.c:291
↓ 8 callers
Function
lua_rawsetp
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.cpp:50
↓ 8 callers
Function
lua_sethook
** This function can be called during a signal, under "reasonable" ** assumptions. ** Fields 'basehookcount' and 'hookcount' (set by 'resethookcount')
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldebug.c:131
↓ 8 callers
Function
opt_setint
Plugins/UnLuaExtensions/LuaSocket/Source/src/options.cpp:451
↓ 8 callers
Function
pbL_beginmsg
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:1408
↓ 8 callers
Function
pbL_endmsg
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:1411
↓ 8 callers
Function
pb_addvarint32
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:769
↓ 8 callers
Function
pb_initbuffer
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:686
↓ 8 callers
Function
pb_lslice
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:470
↓ 8 callers
Function
pb_newname
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:1075
↓ 8 callers
Function
setfield
** About the overflow check: an overflow cannot occur when time ** is represented by a lua_Integer, because either lua_Integer is ** large enough to r
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/loslib.c:218
↓ 8 callers
Function
setnameval
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltests.c:53
↓ 8 callers
Function
socket_waitfd
Plugins/UnLuaExtensions/LuaSocket/Source/src/usocket.cpp:27
↓ 7 callers
Method
AddExpectedType
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/schema.h:2021
↓ 7 callers
Method
Append
* Append another array * * @param SourceArray - the array to be appended */
Plugins/UnLua/Source/UnLua/Private/Containers/LuaArray.h:340
↓ 7 callers
Function
Decode
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/encodings.h:146
↓ 7 callers
Method
FindOrAdd
Plugins/UnLua/Source/UnLua/Private/Registries/ContainerRegistry.cpp:58
↓ 7 callers
Method
GetContainerPtr
Plugins/UnLua/Source/UnLua/Private/Containers/LuaMap.h:93
↓ 7 callers
Method
GetEnum
Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/EnumDesc.h:42
↓ 7 callers
Method
Length
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/reader.h:943
↓ 7 callers
Method
Length
Plugins/UnLua/Source/UnLua/Private/LuaValue.cpp:87
↓ 7 callers
Method
Put
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/pointer.h:1089
↓ 7 callers
Method
Remove
Plugins/UnLua/Source/UnLua/Private/Registries/DelegateRegistry.cpp:238
↓ 7 callers
Function
StrLen
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/strfunc.h:31
↓ 7 callers
Function
TSet_Guard
Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_Set.cpp:19
↓ 7 callers
Method
ToString
Plugins/UnLua/Source/UnLua/Private/MathLib/LuaLib_Math.h:384
↓ 7 callers
Method
Write
Plugins/UnLua/Source/UnLua/Public/UnLuaLegacy.h:868
↓ 7 callers
Function
absindex
Plugins/UnLuaExtensions/LuaRapidjson/Source/src/luax.hpp:24
↓ 7 callers
Function
buffer_init
-------------------------------------------------------------------------*\ * Initializes C structure \*----------------------------------------------
Plugins/UnLuaExtensions/LuaSocket/Source/src/buffer.cpp:40
↓ 7 callers
Function
checkvalref
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltests.c:354
↓ 7 callers
Function
freereg
** Free register 'reg', if it is neither a constant index nor ** a local variable. ) */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:490
↓ 7 callers
Function
io_init
-------------------------------------------------------------------------*\ * Initializes C structure \*----------------------------------------------
Plugins/UnLuaExtensions/LuaSocket/Source/src/io.cpp:11
↓ 7 callers
Function
lpb_toslice
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.cpp:256
↓ 7 callers
Function
luaD_callnoyield
** Similar to 'luaD_call', but does not allow yields during the call. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldo.c:594
↓ 7 callers
Function
luaD_poscall
** Finishes a function call: calls hook if necessary, moves current ** number of results to proper place, and returns to previous call ** info. If fun
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldo.c:459
↓ 7 callers
Function
luaF_close
** Close all upvalues and to-be-closed variables up to the given stack ** level. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lfunc.c:228
↓ 7 callers
Function
luaK_getlabel
** returns current 'pc' and marks it as a jump target (to avoid wrong ** optimizations with consecutive instructions not in the same basic block). */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:231
↓ 7 callers
Function
luaV_finishset
** Finish a table assignment 't[key] = val'. ** If 'slot' is NULL, 't' is not a table. Otherwise, 'slot' points ** to the entry 't[key]', or to a val
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lvm.c:330
↓ 7 callers
Function
lua_absindex
** convert an acceptable stack index into an absolute index */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lapi.c:162
↓ 7 callers
Function
lua_compare
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lapi.c:345
↓ 7 callers
Function
lua_newuserdatauv
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lapi.c:1335
↓ 7 callers
Function
lua_rotate
** Let x = AB, where A is a prefix of length 'n'. Then, ** rotate x n == BA. But BA == (A^r . B^r)^r. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lapi.c:235
← previous
next →
201–300 of 3,922, ranked by callers