Home
last modified time | relevance | path

Searched defs:args_tuple (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/callable_traits/detail/
Dparameter_index_helper.hpp14 using args_tuple = typename std::conditional<IgnoreThisPointer, typedef
/third_party/boost/boost/compute/lambda/
Dcontext.hpp64 typedef Args args_tuple; typedef
/third_party/boost/libs/compute/include/boost/compute/lambda/
Dcontext.hpp64 typedef Args args_tuple; typedef
/third_party/python/Python/
Dcodecs.c229 PyObject *args_tuple(PyObject *object, in args_tuple() function