Home
last modified time | relevance | path

Searched defs:callable (Results 1 – 25 of 46) sorted by relevance

12

/third_party/python/Objects/
Dcall.c33 _Py_CheckFunctionResult(PyThreadState *tstate, PyObject *callable, in _Py_CheckFunctionResult()
118 _PyObject_FastCallDictTstate(PyThreadState *tstate, PyObject *callable, in _PyObject_FastCallDictTstate()
162 PyObject_VectorcallDict(PyObject *callable, PyObject *const *args, in PyObject_VectorcallDict()
171 _PyObject_MakeTpCall(PyThreadState *tstate, PyObject *callable, in _PyObject_MakeTpCall()
229 PyVectorcall_Call(PyObject *callable, PyObject *tuple, PyObject *kwargs) in PyVectorcall_Call()
276 _PyObject_Call(PyThreadState *tstate, PyObject *callable, in _PyObject_Call()
314 PyObject_Call(PyObject *callable, PyObject *args, PyObject *kwargs) in PyObject_Call()
322 PyCFunction_Call(PyObject *callable, PyObject *args, PyObject *kwargs) in PyCFunction_Call()
354 PyEval_CallObjectWithKeywords(PyObject *callable, in PyEval_CallObjectWithKeywords()
387 PyObject_CallObject(PyObject *callable, PyObject *args) in PyObject_CallObject()
[all …]
Dfuncobject.c848 PyObject *callable; in cm_init() local
960 PyClassMethod_New(PyObject *callable) in PyClassMethod_New()
1039 PyObject *callable; in sm_init() local
1055 sm_call(PyObject *callable, PyObject *args, PyObject *kwargs) in sm_call()
1156 PyStaticMethod_New(PyObject *callable) in PyStaticMethod_New()
Diterobject.c181 PyCallIter_New(PyObject *callable, PyObject *sentinel) in PyCallIter_New()
/third_party/boost/boost/type_erasure/
Dcallable.hpp62 struct callable struct
76 struct callable<R(T...), F> struct
78 static R apply(F& f, T... arg) in apply()
85 struct callable<void(T...), F> struct
87 static void apply(F& f, T... arg) in apply()
239 struct callable<R(BOOST_PP_ENUM_PARAMS(N, T)), F> struct
248 struct callable<void(BOOST_PP_ENUM_PARAMS(N, T)), F> argument
258 callable<R(BOOST_PP_ENUM_PARAMS(N, T)), F>, argument
/third_party/boost/libs/context/test/
Dtest_apply.cpp23 struct callable { struct
26 callable() = default; argument
28 callable( int k_) : in callable() function
32 int foo( int i, int j) const { in foo()
36 int operator()( int i, int j) const { in operator ()()
Dtest_invoke.cpp23 struct callable { struct
26 callable() = default; argument
28 callable( int k_) : in callable() argument
32 int foo( int i, int j) const { in foo()
36 int operator()( int i, int j) const { in operator ()()
/third_party/boost/libs/yap/test/
Dif_else.cpp27 struct callable struct
32 struct side_effect_callable_1 argument
/third_party/boost/tools/build/src/
Dbuild_system.py100 def add_pre_build_hook(callable): argument
105 def set_post_build_hook(callable): argument
/third_party/python/Lib/
Dabc.py43 def __init__(self, callable): argument
63 def __init__(self, callable): argument
/third_party/python/Include/cpython/
Dabstract.h62 PyVectorcall_Function(PyObject *callable) in PyVectorcall_Function()
99 _PyObject_VectorcallTstate(PyThreadState *tstate, PyObject *callable, in _PyObject_VectorcallTstate()
119 PyObject_Vectorcall(PyObject *callable, PyObject *const *args, in PyObject_Vectorcall()
/third_party/boost/libs/thread/test/
Dtest_thread_launching.cpp59 boost::thread callable(func); in BOOST_AUTO_TEST_CASE() local
82 boost::thread callable(boost::ref(func)); in BOOST_AUTO_TEST_CASE() local
105 boost::thread callable(func,42); in BOOST_AUTO_TEST_CASE() local
/third_party/python/Include/
Dceval.h23 #define PyEval_CallObject(callable, arg) \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSTLExtras.h59 intptr_t callable; variable
62 static Ret callback_fn(intptr_t callable, Params ...params) { in callback_fn()
/third_party/python/Lib/test/
Dtest_sys_setprofile.py92 def check_events(self, callable, expected): argument
396 def capture_events(callable, p=None): argument
413 def show_events(callable): argument
/third_party/python/Modules/_ctypes/
Dcallbacks.c137 PyObject *callable, in _CallPythonObject()
350 CThunkObject *_ctypes_alloc_callback(PyObject *callable, in _ctypes_alloc_callback()
Dctypes.h64 PyObject *callable; member
88 PyObject *callable; member
/third_party/boost/libs/mpi/src/python/
Dpy_nonblocking.cpp44 explicit py_call_output_iterator(object callable, in py_call_output_iterator()
/third_party/boost/libs/convert/test/
Dsfinae.cpp26 namespace { namespace callable namespace
/third_party/python/Modules/_sqlite/clinic/
Dmodule.c.h135 PyObject *callable; in pysqlite_register_converter() local
/third_party/boost/tools/build/src/build/
Derrors.py79 def user_error_checkpoint(callable): argument
/third_party/protobuf/php/tests/proto/
Dtest_reserved_enum_value_lower.proto11 callable = 5; enumerator
Dtest_reserved_message_lower.proto10 message callable {} message
/third_party/python/Modules/_sqlite/
Dmodule.c191 PyObject *callable) in pysqlite_register_converter_impl()
/third_party/skia/third_party/externals/jinja2/
Dsandbox.py156 def inspect_format_method(callable): argument
/third_party/node/tools/inspector_protocol/jinja2/
Dsandbox.py137 def inspect_format_method(callable): argument

12