MCPcopy Create free account

hub / github.com/danomatika/ofxLua / functions

Functions2,184 in github.com/danomatika/ofxLua

↓ 1 callersFunctioncreatemeta
libs/lua/liolib.c:784
↓ 1 callersFunctioncreatemetatable
libs/lua/lstrlib.c:1852
↓ 1 callersFunctioncreatesearcherstable
libs/lua/loadlib.c:710
↓ 1 callersMethoddoString
------------------------------------------------------------------------------
src/ofxLua.cpp:109
↓ 1 callersFunctiondofilecont
libs/lua/lbaselib.c:409
↓ 1 callersFunctiondumpCode
libs/lua/ldump.c:104
↓ 1 callersFunctiondumpConstants
libs/lua/ldump.c:112
↓ 1 callersFunctiondumpDebug
libs/lua/ldump.c:158
↓ 1 callersFunctiondumpHeader
libs/lua/ldump.c:201
↓ 1 callersFunctiondumpProtos
libs/lua/ldump.c:138
↓ 1 callersFunctiondumpUpvalues
libs/lua/ldump.c:147
↓ 1 callersMethodendCommentBlock
src/ofxLuaFileWriter.cpp:53
↓ 1 callersFunctionend_capture
libs/lua/lstrlib.c:548
↓ 1 callersFunctionequalkey
** Check whether key 'k1' is equal to the key in node 'n2'. This ** equality is raw, so there are no metamethods. Floats with integer ** values have b
libs/lua/ltable.c:216
↓ 1 callersFunctionerrorlimit
libs/lua/lparser.c:74
↓ 1 callersFunctionexprstat
libs/lua/lparser.c:1795
↓ 1 callersFunctionf_close
libs/lua/liolib.c:222
↓ 1 callersFunctionfield
libs/lua/lparser.c:903
↓ 1 callersFunctionfilterpc
libs/lua/ldebug.c:455
↓ 1 callersFunctionfinaltarget
** return the final target of a jump (skipping jumps to jumps) */
libs/lua/lcode.c:1826
↓ 1 callersFunctionfindfield
** Search for 'objidx' in table at index -1. ('objidx' must be an ** absolute index.) Return 1 + string at top if it found a good name. */
libs/lua/lauxlib.c:52
↓ 1 callersFunctionfindindex
** returns the index of a 'key' for table traversals. First goes all ** elements in the array part, then elements in the hash part. The ** beginning o
libs/lua/ltable.c:331
↓ 1 callersFunctionfindlast
** find last 'next' field in list 'p' list (to add elements in its end) */
libs/lua/lgc.c:958
↓ 1 callersFunctionfindloader
libs/lua/loadlib.c:624
↓ 1 callersFunctionfindpcall
** Try to find a suspended protected call (a "recover point") for the ** given thread. */
libs/lua/ldo.c:754
↓ 1 callersFunctionfindsetreg
** Try to find last instruction before 'lastpc' that modified register 'reg'. */
libs/lua/ldebug.c:465
↓ 1 callersFunctionfindvararg
libs/lua/ldebug.c:184
↓ 1 callersFunctionfinishCcall
** Completes the execution of a C function interrupted by an yield. ** The interruption must have happened while the function was either ** closing it
libs/lua/ldo.c:708
↓ 1 callersFunctionfinishpcallk
** Finish the job of 'lua_pcallk' after it was interrupted by an yield. ** (The caller, 'finishCcall', does the final call to 'adjustresults'.) ** The
libs/lua/ldo.c:675
↓ 1 callersFunctionfloatforloop
** Execute a step of a float numerical for loop, returning ** true iff the loop must continue. (The integer case is ** written online with opcode OP_F
libs/lua/lvm.c:266
↓ 1 callersFunctionforlimit
** Try to convert a 'for' limit to an integer, preserving the semantics ** of the loop. Return true if the loop must not run; otherwise, '*p' ** gets
libs/lua/lvm.c:176
↓ 1 callersFunctionforlist
libs/lua/lparser.c:1592
↓ 1 callersFunctionfornum
libs/lua/lparser.c:1569
↓ 1 callersFunctionforprep
** Prepare a numerical for loop (opcode OP_FORPREP). ** Return true to skip the loop. Otherwise, ** after preparation, stack will be as follows: **
libs/lua/lvm.c:206
↓ 1 callersFunctionforstat
libs/lua/lparser.c:1620
↓ 1 callersFunctionfreeupval
libs/lua/lgc.c:763
↓ 1 callersFunctionfullinc
** Perform a full collection in incremental mode. ** Before running the collection, check 'keepinvariant'; if it is true, ** there may be some objects
libs/lua/lgc.c:1708
↓ 1 callersFunctionfuncinfo
libs/lua/ldebug.c:256
↓ 1 callersFunctionfuncname
libs/lua/lparser.c:1768
↓ 1 callersFunctionfuncnamefromcode
** Try to find a name for a function based on the code that called it. ** (Only works when function was called by a Lua function.) ** Returns what the
libs/lua/ldebug.c:594
↓ 1 callersFunctionfuncstat
libs/lua/lparser.c:1782
↓ 1 callersFunctiongenstep
** Does a generational "step". ** Usually, this means doing a minor collection and setting the debt to ** make another collection when memory grows 'g
libs/lua/lgc.c:1440
↓ 1 callersMethodgetBoolVector
src/ofxLua.cpp:825
↓ 1 callersFunctiongetbaseline
** Get a "base line" to find the line corresponding to an instruction. ** Base lines are regularly placed at MAXIWTHABS intervals, so usually ** an in
libs/lua/ldebug.c:60
↓ 1 callersFunctiongetbinopr
libs/lua/lparser.c:1206
↓ 1 callersFunctiongetboolfield
libs/lua/loslib.c:243
↓ 1 callersFunctiongetformat
** Get a conversion specification and copy it to 'form'. ** Return the address of its last character. */
libs/lua/lstrlib.c:1245
↓ 1 callersFunctiongetfreepos
libs/lua/ltable.c:645
↓ 1 callersFunctiongetfuncname
libs/lua/ldebug.c:319
↓ 1 callersFunctiongetlocalattribute
libs/lua/lparser.c:1701
↓ 1 callersFunctiongetnextfilename
** Get the next name in '*path' = 'name1;name2;name3;...', changing ** the ending ';' to '\0' to create a zero-terminated string. Return ** NULL when
libs/lua/loadlib.c:447
↓ 1 callersFunctiongetunopr
libs/lua/lparser.c:1195
↓ 1 callersFunctiongetupvalname
** Checks whether value 'o' came from an upvalue. (That can only happen ** with instructions OP_GETTABUP/OP_SETTABUP, which operate directly on ** upv
libs/lua/ldebug.c:680
↓ 1 callersFunctionglm_mat3___getitem__
src/bindings/glmBindings.cpp:2983
↓ 1 callersFunctionglm_mat3___setitem__
src/bindings/glmBindings.cpp:2996
↓ 1 callersFunctionglm_mat3_operator_Sa___SWIG_0
src/bindings/glmBindings.cpp:3026
↓ 1 callersFunctionglm_mat3_operator_Sa___SWIG_1
src/bindings/glmBindings.cpp:3027
↓ 1 callersFunctionglm_mat3_operator_Sd___SWIG_0
src/bindings/glmBindings.cpp:3033
↓ 1 callersFunctionglm_mat3_operator_Sd___SWIG_1
src/bindings/glmBindings.cpp:3034
↓ 1 callersFunctionglm_mat3_operator_Sd___SWIG_2
src/bindings/glmBindings.cpp:3035
↓ 1 callersFunctionglm_mat3_operator_Se__Se_
src/bindings/glmBindings.cpp:3036
↓ 1 callersFunctionglm_mat3_operator_Sm___SWIG_0
src/bindings/glmBindings.cpp:3030
↓ 1 callersFunctionglm_mat3_operator_Sm___SWIG_1
src/bindings/glmBindings.cpp:3031
↓ 1 callersFunctionglm_mat3_operator_Sm___SWIG_2
src/bindings/glmBindings.cpp:3032
↓ 1 callersFunctionglm_mat3_operator_Ss___SWIG_0
src/bindings/glmBindings.cpp:3028
↓ 1 callersFunctionglm_mat3_operator_Ss___SWIG_1
src/bindings/glmBindings.cpp:3029
↓ 1 callersFunctionglm_mat4___getitem__
src/bindings/glmBindings.cpp:3037
↓ 1 callersFunctionglm_mat4___setitem__
src/bindings/glmBindings.cpp:3050
↓ 1 callersFunctionglm_mat4_operator_Sa___SWIG_0
src/bindings/glmBindings.cpp:3080
↓ 1 callersFunctionglm_mat4_operator_Sa___SWIG_1
src/bindings/glmBindings.cpp:3081
↓ 1 callersFunctionglm_mat4_operator_Sd___SWIG_0
src/bindings/glmBindings.cpp:3087
↓ 1 callersFunctionglm_mat4_operator_Sd___SWIG_1
src/bindings/glmBindings.cpp:3088
↓ 1 callersFunctionglm_mat4_operator_Sd___SWIG_2
src/bindings/glmBindings.cpp:3089
↓ 1 callersFunctionglm_mat4_operator_Se__Se_
src/bindings/glmBindings.cpp:3090
↓ 1 callersFunctionglm_mat4_operator_Sm___SWIG_0
src/bindings/glmBindings.cpp:3084
↓ 1 callersFunctionglm_mat4_operator_Sm___SWIG_1
src/bindings/glmBindings.cpp:3085
↓ 1 callersFunctionglm_mat4_operator_Sm___SWIG_2
src/bindings/glmBindings.cpp:3086
↓ 1 callersFunctionglm_mat4_operator_Ss___SWIG_0
src/bindings/glmBindings.cpp:3082
↓ 1 callersFunctionglm_mat4_operator_Ss___SWIG_1
src/bindings/glmBindings.cpp:3083
↓ 1 callersFunctionglm_quat___getitem__
src/bindings/glmBindings.cpp:3091
↓ 1 callersFunctionglm_quat___setitem__
src/bindings/glmBindings.cpp:3104
↓ 1 callersFunctionglm_quat_operator_Sa_
src/bindings/glmBindings.cpp:3127
↓ 1 callersFunctionglm_quat_operator_Sd_
src/bindings/glmBindings.cpp:3132
↓ 1 callersFunctionglm_quat_operator_Se__Se_
src/bindings/glmBindings.cpp:3133
↓ 1 callersFunctionglm_quat_operator_Sm___SWIG_0
src/bindings/glmBindings.cpp:3128
↓ 1 callersFunctionglm_quat_operator_Sm___SWIG_1
src/bindings/glmBindings.cpp:3129
↓ 1 callersFunctionglm_quat_operator_Sm___SWIG_2
src/bindings/glmBindings.cpp:3130
↓ 1 callersFunctionglm_quat_operator_Sm___SWIG_3
src/bindings/glmBindings.cpp:3131
↓ 1 callersFunctionglm_vec2___getitem__
src/bindings/glmBindings.cpp:2848
↓ 1 callersFunctionglm_vec2___setitem__
src/bindings/glmBindings.cpp:2861
↓ 1 callersFunctionglm_vec2_operator_Sa___SWIG_0
src/bindings/glmBindings.cpp:2884
↓ 1 callersFunctionglm_vec2_operator_Sa___SWIG_1
src/bindings/glmBindings.cpp:2885
↓ 1 callersFunctionglm_vec2_operator_Sd___SWIG_0
src/bindings/glmBindings.cpp:2890
↓ 1 callersFunctionglm_vec2_operator_Sd___SWIG_1
src/bindings/glmBindings.cpp:2891
↓ 1 callersFunctionglm_vec2_operator_Se__Se_
src/bindings/glmBindings.cpp:2892
↓ 1 callersFunctionglm_vec2_operator_Sm___SWIG_0
src/bindings/glmBindings.cpp:2888
↓ 1 callersFunctionglm_vec2_operator_Sm___SWIG_1
src/bindings/glmBindings.cpp:2889
↓ 1 callersFunctionglm_vec2_operator_Ss___SWIG_0
src/bindings/glmBindings.cpp:2886
↓ 1 callersFunctionglm_vec2_operator_Ss___SWIG_1
src/bindings/glmBindings.cpp:2887
↓ 1 callersFunctionglm_vec3___getitem__
src/bindings/glmBindings.cpp:2893
← previousnext →1,201–1,300 of 2,184, ranked by callers