Home
last modified time | relevance | path

Searched defs:_Callable (Results 1 – 6 of 6) sorted by relevance

/dports/devel/lua-lgi/lgi-0.9.2/lgi/
H A Dcallable.c72 typedef struct _Callable struct
75 GICallableInfo *info;
78 gpointer address;
81 gpointer user_data;
84 guint has_self : 1;
85 guint throws : 1;
86 guint nargs : 6;
87 guint ignore_retval : 1;
91 ffi_cif cif;
94 Param retval;
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/include/bits/
H A Dstd_function.h309 struct _Callable in _GLIBCXX_VISIBILITY() struct
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/include/bits/
H A Dstd_function.h309 struct _Callable in _GLIBCXX_VISIBILITY() struct
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/include/bits/
H A Dstd_function.h309 struct _Callable in _GLIBCXX_VISIBILITY() struct
/dports/math/py-nevergrad/nevergrad-0.4.3.post2/nevergrad/functions/
H A Dtest_base.py88 class _Callable: class
/dports/devel/py-mypy/mypy-0.910/test-data/stdlib-samples/3.2/
H A Dtempfile.py40 Any as _Any, Callable as _Callable, Iterator as _Iterator, unknown