HomeSort by relevance Sort by last modified time
    Searched defs:func_closure (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
funcobject.h 26 PyObject *func_closure; /* NULL or a tuple of cell objects */ member in struct:__anon4332
34 * func_closure contains the bindings for func_code->co_freevars, so
35 * PyTuple_Size(func_closure) == PyCode_GetNumFree(func_code)
36 * (func_closure may be NULL if PyCode_GetNumFree(func_code) == 0).
64 (((PyFunctionObject *)func) -> func_closure)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
funcobject.h 26 PyObject *func_closure; /* NULL or a tuple of cell objects */ member in struct:__anon4639
34 * func_closure contains the bindings for func_code->co_freevars, so
35 * PyTuple_Size(func_closure) == PyCode_GetNumFree(func_code)
36 * (func_closure may be NULL if PyCode_GetNumFree(func_code) == 0).
64 (((PyFunctionObject *)func) -> func_closure)
  /external/python/cpython2/Include/
funcobject.h 26 PyObject *func_closure; /* NULL or a tuple of cell objects */ member in struct:__anon32580
34 * func_closure contains the bindings for func_code->co_freevars, so
35 * PyTuple_Size(func_closure) == PyCode_GetNumFree(func_code)
36 * (func_closure may be NULL if PyCode_GetNumFree(func_code) == 0).
64 (((PyFunctionObject *)func) -> func_closure)
  /prebuilts/gdb/darwin-x86/include/python2.7/
funcobject.h 26 PyObject *func_closure; /* NULL or a tuple of cell objects */ member in struct:__anon66471
34 * func_closure contains the bindings for func_code->co_freevars, so
35 * PyTuple_Size(func_closure) == PyCode_GetNumFree(func_code)
36 * (func_closure may be NULL if PyCode_GetNumFree(func_code) == 0).
64 (((PyFunctionObject *)func) -> func_closure)
  /prebuilts/gdb/linux-x86/include/python2.7/
funcobject.h 26 PyObject *func_closure; /* NULL or a tuple of cell objects */ member in struct:__anon66593
34 * func_closure contains the bindings for func_code->co_freevars, so
35 * PyTuple_Size(func_closure) == PyCode_GetNumFree(func_code)
36 * (func_closure may be NULL if PyCode_GetNumFree(func_code) == 0).
64 (((PyFunctionObject *)func) -> func_closure)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
funcobject.h 26 PyObject *func_closure; /* NULL or a tuple of cell objects */ member in struct:__anon986
34 * func_closure contains the bindings for func_code->co_freevars, so
35 * PyTuple_Size(func_closure) == PyCode_GetNumFree(func_code)
36 * (func_closure may be NULL if PyCode_GetNumFree(func_code) == 0).
64 (((PyFunctionObject *)func) -> func_closure)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
funcobject.h 26 PyObject *func_closure; /* NULL or a tuple of cell objects */ member in struct:__anon1109
34 * func_closure contains the bindings for func_code->co_freevars, so
35 * PyTuple_Size(func_closure) == PyCode_GetNumFree(func_code)
36 * (func_closure may be NULL if PyCode_GetNumFree(func_code) == 0).
64 (((PyFunctionObject *)func) -> func_closure)
  /external/python/cpython3/Include/
funcobject.h 27 PyObject *func_closure; /* NULL or a tuple of cell objects */ member in struct:__anon33142
37 * func_closure contains the bindings for func_code->co_freevars, so
38 * PyTuple_Size(func_closure) == PyCode_GetNumFree(func_code)
39 * (func_closure may be NULL if PyCode_GetNumFree(func_code) == 0).
88 (((PyFunctionObject *)func) -> func_closure)

Completed in 373 milliseconds