MCPcopy Create free account

hub / github.com/Tencent/UnLua / functions

Functions3,922 in github.com/Tencent/UnLua

↓ 5 callersFunctionincifingray
** Check whether 'o' should be in a gray list. If so, increment ** 'count' and check its TESTBIT. (It must have been previously set by ** 'checkgrayli
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltests.c:580
↓ 5 callersFunctioninclinenumber
** increment line number and skips newline sequence (any of ** \n, \r, \n\r, or \r\n) */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/llex.c:156
↓ 5 callersFunctionindex2stack
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lapi.c:84
↓ 5 callersFunctioninet_trycreate
-------------------------------------------------------------------------*\ * Tries to create a new inet socket \*------------------------------------
Plugins/UnLuaExtensions/LuaSocket/Source/src/inet.cpp:353
↓ 5 callersFunctioniscleared
** tells whether a key or value can be cleared from a weak ** table. Non-collectable objects are never removed from weak ** tables. Strings behave as
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:185
↓ 5 callersFunctionlpb_addlength
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.cpp:223
↓ 5 callersFunctionluaD_hook
** Call a hook for the given event. Make sure there is a hook to be ** called. (Both 'L->hook' and 'L->hookmask', which trigger this ** function, can
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldo.c:306
↓ 5 callersFunctionluaD_rawrunprotected
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldo.c:138
↓ 5 callersFunctionluaD_seterrorobj
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldo.c:91
↓ 5 callersFunctionluaH_getshortstr
** search function for short strings */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltable.c:747
↓ 5 callersFunctionluaH_resize
** Resize table 't' for the new given sizes. Both allocations (for ** the hash part and for the array part) can fail, which creates some ** subtleties
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltable.c:542
↓ 5 callersFunctionluaK_codeABCk
** Format and emit an 'iABC' instruction. (Assertions check consistency ** of parameters versus opcode.) */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:396
↓ 5 callersFunctionluaK_codeABx
** Format and emit an 'iABx' instruction. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:407
↓ 5 callersFunctionluaK_exp2RK
** Ensures final expression result is in a valid R/K index ** (that is, it is either in a register or in 'k' with an index ** in the range of R/K indi
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:1010
↓ 5 callersFunctionluaL_buffinitsize
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lauxlib.c:638
↓ 5 callersFunctionluaL_pushresultsize
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lauxlib.c:603
↓ 5 callersFunctionluaT_objtypename
** Return the name of the type of an object. For tables and userdata ** with metatable, use their '__name' metafield, if present. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltm.c:91
↓ 5 callersFunctionlua_pushthread
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lapi.c:618
↓ 5 callersFunctionlua_resume
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ldo.c:773
↓ 5 callersFunctionlua_setupvalue
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lapi.c:1390
↓ 5 callersFunctionlua_warning
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lapi.c:1327
↓ 5 callersFunctionoptboolfield
Plugins/UnLuaExtensions/LuaRapidjson/Source/src/luax.hpp:69
↓ 5 callersFunctionpackI
build a new Rand64 value */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lmathlib.c:382
↓ 5 callersFunctionpbN_getname
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:1054
↓ 5 callersFunctionpbT_freefield
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:1240
↓ 5 callersFunctionpb_result
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:683
↓ 5 callersFunctionpb_wtypebytype
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:611
↓ 5 callersFunctionposrelat
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.cpp:231
↓ 5 callersFunctionposrelatI
** translate a relative initial string position ** (negative means back from end): clip result to [1, inf). ** The length of any string in Lua must fi
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lstrlib.c:71
↓ 5 callersFunctionpropagateall
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:668
↓ 5 callersFunctionrangerelat
Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.cpp:237
↓ 5 callersFunctionreport
** Check whether 'status' is not OK and, if so, prints the error ** message on the top of the stack. It assumes that the error object ** is a string,
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lua.c:120
↓ 5 callersFunctionsave
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/llex.c:57
↓ 5 callersFunctionsocket_gaistrerror
Plugins/UnLuaExtensions/LuaSocket/Source/src/usocket.cpp:432
↓ 5 callersFunctionsort_comp
** Return true iff value at stack index 'a' is less than the value at ** index 'b' (according to the order of the sort). */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltablib.c:274
↓ 5 callersFunctionstatlist
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:787
↓ 5 callersFunctionsweepgen
** Sweep for generational mode. Delete dead objects. (Because the ** collection is not incremental, there are no "new white" objects ** during the swe
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:1088
↓ 5 callersFunctiontimeout_meth_settimeout
-------------------------------------------------------------------------*\ * Sets timeout values for IO operations * Lua Input: base, time [, mode] *
Plugins/UnLuaExtensions/LuaSocket/Source/src/timeout.cpp:156
↓ 5 callersFunctionu_posrelat
from strlib */ translate a relative string position: negative means back from end */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lutf8lib.c:43
↓ 4 callersMethodAboveMaximum
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/schema.h:1892
↓ 4 callersFunctionBegin
Element iterator ! \pre IsArray() == true */
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/document.h:1676
↓ 4 callersMethodBelowMinimum
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/schema.h:1904
↓ 4 callersMethodBind
Plugins/UnLua/Source/UnLua/Private/Registries/ObjectRegistry.cpp:106
↓ 4 callersFunctionCall
Plugins/UnLua/Source/UnLua/Public/UnLuaLegacy.h:606
↓ 4 callersFunctionCheckPropertyOwner
Plugins/UnLua/Source/UnLua/Public/LowLevel.cpp:139
↓ 4 callersMethodCreate
* Create a property descriptor */
Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/PropertyDesc.cpp:1460
↓ 4 callersMethodCreateTypeInterface
Plugins/UnLua/Source/UnLua/Private/Registries/PropertyRegistry.cpp:24
↓ 4 callersMethodEndArray
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/reader.h:218
↓ 4 callersMethodEndObject
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/reader.h:216
↓ 4 callersFunctionFastPath
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/strtod.h:28
↓ 4 callersMethodFreeState
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/schema.h:2187
↓ 4 callersMethodGet
Plugins/UnLua/Source/UnLua/Public/UnLuaLegacy.h:933
↓ 4 callersFunctionGetCommentBlock
Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaIntelliSense.cpp:29
↓ 4 callersFunctionGetDigitsLut
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/itoa.h:23
↓ 4 callersFunctionGetDouble
Get the value as double type. ! \note If the value is 64-bit integer type, it may lose precision. Use \c IsLosslessDouble() to check whether the conve
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/document.h:1824
↓ 4 callersMethodGetHashCode
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/schema.h:273
↓ 4 callersFunctionGetPointer
* Get the address of user data at the given stack index */
Plugins/UnLua/Source/UnLua/Private/UnLuaBase.cpp:283
↓ 4 callersMethodGetProperty
Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/ClassDesc.h:76
↓ 4 callersFunctionGetType
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/document.h:1098
↓ 4 callersMethodGetUProperty
Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/PropertyDesc.h:184
↓ 4 callersFunctionGetUserdataDesc
Plugins/UnLua/Source/UnLua/Private/LuaCore.cpp:234
↓ 4 callersMethodInitializeValue
* @see FProperty::InitializeValue_InContainer(...) */
Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/PropertyDesc.h:96
↓ 4 callersFunctionInt2I
convert a 'lua_Unsigned' to a 'Rand64' */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lmathlib.c:507
↓ 4 callersFunctionIsUObjectValid
Plugins/UnLua/Source/UnLua/Private/UnLuaBase.cpp:28
↓ 4 callersMethodKey
Plugins/UnLuaExtensions/LuaRapidjson/Source/src/rapidjson.cpp:132
↓ 4 callersFunctionNewUserdata
* Allocate user data */
Plugins/UnLua/Source/UnLua/Private/UnLuaBase.cpp:344
↓ 4 callersMethodParse
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/reader.h:559
↓ 4 callersMethodPeek
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/encodedstream.h:156
↓ 4 callersMethodPush
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/reader.h:938
↓ 4 callersMethodPush
Plugins/UnLua/Source/UnLua/Private/LuaDynamicBinding.cpp:25
↓ 4 callersFunctionPushBack
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/document.h:1758
↓ 4 callersFunctionPushObjectCore
* Push a UObject to Lua stack */
Plugins/UnLua/Source/UnLua/Private/LuaCore.cpp:575
↓ 4 callersMethodPushUnsafe
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/stack.h:129
↓ 4 callersMethodPutBegin
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/stream.h:163
↓ 4 callersFunctionSetElementsPointer
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/document.h:2108
↓ 4 callersFunctionSetMembersPointer
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/document.h:2110
↓ 4 callersMethodSetName
Plugins/UnLua/Source/UnLua/Private/LuaEnv.cpp:212
↓ 4 callersMethodShrinkToFit
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/stack.h:101
↓ 4 callersMethodString
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/reader.h:213
↓ 4 callersMethodTell
Plugins/UnLuaExtensions/LuaRapidjson/Source/src/StringStream.hpp:20
↓ 4 callersMethodTop
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/stack.h:145
↓ 4 callersFunctionTraverseTable
* Traverse a Lua table */
Plugins/UnLua/Source/UnLua/Private/LuaCore.cpp:1252
↓ 4 callersMethodTryBind
Plugins/UnLua/Source/UnLua/Private/LuaEnv.cpp:288
↓ 4 callersFunctionTryToSetMetatable
* Set metatable for the userdata/table on the top of the stack */
Plugins/UnLua/Source/UnLua/Private/LuaCore.cpp:412
↓ 4 callersMethodUnbind
Plugins/UnLua/Source/UnLua/Private/Registries/ObjectRegistry.cpp:172
↓ 4 callersFunctionValidate
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/encodings.h:179
↓ 4 callersMethodValue
Plugins/UnLuaExtensions/LuaRapidjson/Source/include/rapidjson/internal/ieee754.h:29
↓ 4 callersFunctionatomic
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:1516
↓ 4 callersFunctionauxiliar_typeerror
-------------------------------------------------------------------------*\ * Throws error when argument does not have correct type. * Used to be part
Plugins/UnLuaExtensions/LuaSocket/Source/src/auxiliar.cpp:150
↓ 4 callersFunctionblock
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:1293
↓ 4 callersFunctionblock_follow
** check whether current token is in the follow set of a block. ** 'until' closes syntactical blocks, but do not close scope, ** so it is handled in s
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:776
↓ 4 callersFunctionbuffer_skip
-------------------------------------------------------------------------*\ * Skips a given number of bytes from read buffer. No data is read from the
Plugins/UnLuaExtensions/LuaSocket/Source/src/buffer.cpp:249
↓ 4 callersFunctionbuildop
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltests.c:676
↓ 4 callersFunctioncallbinTM
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/ltm.c:137
↓ 4 callersFunctioncheckpointer
** If pointer 'p' points to 'o', move it to the next element. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:989
↓ 4 callersFunctionclearbyvalues
** clear entries with unmarked values from all weaktables in list 'l' up ** to element 'f' */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:736
↓ 4 callersFunctioncodebinexpval
** Emit code for binary expressions that "produce values" over ** two registers. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:1374
↓ 4 callersFunctioncodestring
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:159
↓ 4 callersFunctioncondjump
** Code a "conditional jump", that is, a test or comparison opcode ** followed by a jump. Return jump position. */
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:221
↓ 4 callersFunctioncorrectgraylist
** Correct a list of gray objects. Return pointer to where rest of the ** list should be linked. ** Because this correction is done after sweeping, yo
Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lgc.c:1145
← previousnext →401–500 of 3,922, ranked by callers