MCPcopy Create free account

hub / github.com/Tencent/UnLua / functions

Functions3,922 in github.com/Tencent/UnLua

↓ 7 callersFunctionmatch
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstrlib.c:570
↓ 7 callersFunctionopt_getint
Plugins/UnLuaExtensions/LuaSocket/Source/src/options.cpp:440
↓ 7 callersFunctionpbL_readint32
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:1430
↓ 7 callersFunctionpb_addslice
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:739
↓ 7 callersFunctionreglevel
** Convert 'nvar', a compiler index level, to its corresponding ** register. For that, search for the highest variable below that level ** that is in
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:229
↓ 7 callersFunctionsettabsi
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldblib.c:116
↓ 7 callersFunctiontonumeral
** If expression is a numeric constant, fills 'v' with its value ** and returns 1. Otherwise, returns 0. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:55
↓ 6 callersMethodAddDefaulted
* Add N defaulted 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:135
↓ 6 callersMethodBeginPlay
Called when the game starts or when spawned
Source/TPSProject/TPSCharacter.cpp:15
↓ 6 callersMethodCopy
Plugins/UnLua/Source/UnLua/Public/UnLuaLegacy.h:847
↓ 6 callersFunctionEscapeSymbolName
Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaIntelliSense.cpp:459
↓ 6 callersFunctionFindMember
Find member by name. ! \param name Member name to be searched. \pre IsObject() == true \return Iterator to member, if it exist
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/document.h:1312
↓ 6 callersMethodGet
Query a value in a subtree. ! \param root Root value of a DOM sub-tree to be resolved. It can be any value other than document root. \
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/pointer.h:540
↓ 6 callersMethodGetEnv
Plugins/UnLua/Source/UnLua/Private/UnLuaModule.cpp:164
↓ 6 callersFunctionGetMetatableName
Plugins/UnLua/Source/UnLua/Public/LowLevel.cpp:54
↓ 6 callersMethodGetOffset
Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/PropertyDesc.h:169
↓ 6 callersMethodGetOverridden
Plugins/UnLua/Source/UnLua/Private/LuaFunction.cpp:270
↓ 6 callersFunctionGetRange
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/encodings.h:204
↓ 6 callersFunctionGetSize
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/memorybuffer.h:54
↓ 6 callersMethodGetSize
Plugins/UnLua/Source/UnLua/Private/LuaCore.h:23
↓ 6 callersMethodIsPODType
interfaces of UnLua::ITypeInterface
Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/PropertyDesc.h:167
↓ 6 callersMethodIsTriviallyDestructible
Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/PropertyDesc.h:168
↓ 6 callersMethodLocate
Plugins/UnLua/Source/UnLua/Private/LuaEnvLocator.cpp:18
↓ 6 callersMethodMakeGuard
Plugins/UnLua/Source/UnLua/Private/LuaDeadLoopCheck.cpp:29
↓ 6 callersMethodPop
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/reader.h:945
↓ 6 callersFunctionPrintScreen
Source/TPSProject/TutorialBlueprintFunctionLibrary.cpp:6
↓ 6 callersMethodPush
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/stack.h:123
↓ 6 callersMethodRemove
* Remove a callback from the delegate. Parameters must be a UObject and a Lua function */
Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_MulticastDelegate.cpp:66
↓ 6 callersMethodStart
Plugins/UnLua/Source/UnLua/Private/LuaEnv.cpp:176
↓ 6 callersFunctionaddk
** Add constant 'v' to prototype's list of constants (field 'k'). ** Use scanner's table to cache position of constants in constant list ** and try to
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:542
↓ 6 callersFunctionaddstr2buff
** Add 'str' to the buffer. If string is larger than the buffer space, ** push the string directly to the stack. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lobject.c:443
↓ 6 callersFunctionbadexit
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltests.c:65
↓ 6 callersFunctioncopywithendian
** Copy 'size' bytes from 'src' to 'dest', correcting endianness if ** given 'islittle' is different from native endianness. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstrlib.c:1532
↓ 6 callersFunctionesccheck
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/llex.c:319
↓ 6 callersFunctiongetfield
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/loslib.c:260
↓ 6 callersFunctiongettable
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lapi.c:719
↓ 6 callersFunctiongetthread
** Auxiliary function used by several library functions: check for ** an optional thread as function's first argument and set 'arg' with ** 1 if this
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldblib.c:94
↓ 6 callersFunctionluaD_call
** External interface for 'ccall' */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldo.c:586
↓ 6 callersFunctionluaE_setdebt
** set GCdebt to a new value keeping the value (totalbytes + GCdebt) ** invariant (and avoiding underflows in 'totalbytes') */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstate.c:89
↓ 6 callersFunctionluaE_warning
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstate.c:417
↓ 6 callersFunctionluaG_getfuncline
** Get the line corresponding to instruction 'pc' in function 'f'; ** first gets a base line and from there does the increments until ** the desired i
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldebug.c:83
↓ 6 callersFunctionluaG_typeerror
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldebug.c:692
↓ 6 callersFunctionluaH_new
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltable.c:615
↓ 6 callersFunctionluaK_code
** Emit instruction 'i', checking for array sizes and saving also its ** line information. Return 'i' position. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:381
↓ 6 callersFunctionluaK_concat
** Concatenate jump-list 'l2' into jump-list 'l1' */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:180
↓ 6 callersFunctionluaK_semerror
semantic error */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:45
↓ 6 callersFunctionluaL_getsubtable
** ensure that stack[idx][fname] has a table and push that table ** into the stack */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lauxlib.c:947
↓ 6 callersFunctionluaT_trybinTM
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltm.c:148
↓ 6 callersFunctionluaV_tointegerns
** try to convert a value to an integer, rounding according to 'mode', ** without string coercion. ** ("Fast track" handled by macro 'tointegerns'.) *
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lvm.c:137
↓ 6 callersFunctionlua_close
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstate.c:410
↓ 6 callersFunctionlua_concat
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lapi.c:1277
↓ 6 callersFunctionlua_setwarnf
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lapi.c:1319
↓ 6 callersFunctionlua_tointegerx
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lapi.c:383
↓ 6 callersFunctionnew_localvar
** Create a new local variable with the given 'name'. Return its index ** in the function. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:193
↓ 6 callersFunctionopt_set
Plugins/UnLuaExtensions/LuaSocket/Source/src/options.cpp:411
↓ 6 callersFunctionpb_addvarint64
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:777
↓ 6 callersFunctionpb_fname
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:1151
↓ 6 callersFunctionpb_nextentry
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:944
↓ 6 callersFunctionpb_readvarint64
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:489
↓ 6 callersFunctionpb_typename
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:643
↓ 6 callersFunctionrunC
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltests.c:1398
↓ 6 callersFunctionset2
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltablib.c:264
↓ 6 callersFunctionsocket_connect
-------------------------------------------------------------------------*\ * Connects or returns error message \*------------------------------------
Plugins/UnLuaExtensions/LuaSocket/Source/src/usocket.cpp:160
↓ 6 callersFunctionsocket_waitfd
Plugins/UnLuaExtensions/LuaSocket/Source/src/wsocket.cpp:56
↓ 6 callersFunctionswapexps
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:1417
↓ 6 callersFunctiontest2
** Accept current char if it is in 'set' (of size 2) */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/liolib.c:458
↓ 6 callersFunctiontypeerror
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.cpp:226
↓ 6 callersFunctionu32toa
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/itoa.h:39
↓ 6 callersFunctionu64toa
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/itoa.h:126
↓ 5 callersMethodAdd
* Add a callback to the delegate. Parameters must be a UObject and a Lua function */
Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_MulticastDelegate.cpp:49
↓ 5 callersMethodAddBuiltInLoader
Plugins/UnLua/Source/UnLua/Private/LuaEnv.cpp:486
↓ 5 callersMethodAddUnique
* Add a unique element to the array * * @param Item - the element * @return - the index of the added element */
Plugins/UnLua/Source/UnLua/Private/Containers/LuaArray.h:119
↓ 5 callersMethodAsStruct
Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/ClassDesc.h:48
↓ 5 callersMethodBuildFromUProperty
* Build value based on a FProperty */
Plugins/UnLua/Source/UnLua/Private/UnLuaDebugBase.cpp:428
↓ 5 callersFunctionClear
Remove all elements in the array. ! This function do not deallocate memory in the array, i.e. the capacity is unchanged. \note Linear time com
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/document.h:1654
↓ 5 callersMethodClear
* Empty the map, and reallocate it for the expected number of pairs. * * @param Slack (Optional) - the expected usage size after empty opera
Plugins/UnLua/Source/UnLua/Private/Containers/LuaMap.h:236
↓ 5 callersMethodCopyBack
* Copy an element at the given Lua index to the value of this property * * @param SrcIndexInStack - source Lua index * @param DestConta
Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/PropertyDesc.h:153
↓ 5 callersFunctionCreateWeakValueTable
* Create weak value table */
Plugins/UnLua/Source/UnLua/Public/LowLevel.cpp:44
↓ 5 callersMethodGenerateIntelliSense
Plugins/UnLua/Source/UnLua/Private/UnLuaLegacy.cpp:56
↓ 5 callersFunctionGetCppInstance
* Get a cpp instance's address */
Plugins/UnLua/Source/UnLua/Private/LuaCore.cpp:455
↓ 5 callersMethodGetManager
Plugins/UnLua/Source/UnLua/Private/LuaEnv.cpp:441
↓ 5 callersMethodGetValue
Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/EnumDesc.h:35
↓ 5 callersMethodInitialize
Plugins/UnLua/Source/UnLua/Private/LuaFunction.cpp:265
↓ 5 callersMethodInitialize
Plugins/UnLua/Source/UnLuaEditor/Private/Toolbars/MainMenuToolbar.cpp:82
↓ 5 callersFunctionIxor
i1 ^= i2 */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lmathlib.c:396
↓ 5 callersFunctionNewUserdataWithTwoLvPtrTag
Plugins/UnLua/Source/UnLua/Private/LuaCore.cpp:267
↓ 5 callersMethodPop
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/stack.h:138
↓ 5 callersFunctionPushPointer
* Push a pointer with the name of meta table */
Plugins/UnLua/Source/UnLua/Private/UnLuaBase.cpp:186
↓ 5 callersFunctionRun
Plugins/UnLuaTestSuite/Source/UnLuaTestSuite/Private/Tests/BindingTest.cpp:21
↓ 5 callersFunctionScriptStruct_CheckParam
Plugins/UnLua/Source/UnLua/Private/LuaCore.cpp:1633
↓ 5 callersFunctionSkipWhitespace
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/reader.h:266
↓ 5 callersFunctionbuffer_isempty
-------------------------------------------------------------------------*\ * Determines if there is any data in the read buffer \*-------------------
Plugins/UnLuaExtensions/LuaSocket/Source/src/buffer.cpp:157
↓ 5 callersFunctioncheckgraylist
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltests.c:534
↓ 5 callersFunctioncheckobject
** Check consistency of an object: ** - Dead objects can only happen in the 'allgc' list during a sweep ** phase (controlled by the caller through 'ma
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltests.c:512
↓ 5 callersFunctioncheckstack
** If L1 != L, L1 can be in any state, and therefore there are no ** guarantees about its stack space; any push in L1 must be ** checked. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldblib.c:35
↓ 5 callersFunctionclearkey
** Clear keys for empty entries in tables. If entry is empty, mark its ** entry as dead. This allows the collection of the key, but keeps its ** entry
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:171
↓ 5 callersFunctioncodeABRK
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:1020
↓ 5 callersFunctiondumpString
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldump.c:88
↓ 5 callersFunctionexplist
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:1000
↓ 5 callersFunctionfinishbinexpval
** Emit code for binary expressions that "produce values" ** (everything but logical operators 'and'/'or' and comparison ** operators). ** Expression
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:1356
← previousnext →301–400 of 3,922, ranked by callers