Home
last modified time | relevance | path

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

/third_party/boost/boost/compute/functional/
Dbind.hpp164 struct bound_function struct
166 typedef int result_type;
168 bound_function(Function f, BoundArgs args) in bound_function() argument
180 operator()(const Arg1 &arg1) const in operator ()()
195 operator()(const Arg1 &arg1, const Arg2 &arg2) const in operator ()()
204 Function m_function;
205 BoundArgs m_args;
/third_party/boost/libs/compute/include/boost/compute/functional/
Dbind.hpp164 struct bound_function struct
166 typedef int result_type;
168 bound_function(Function f, BoundArgs args) in bound_function() function
180 operator()(const Arg1 &arg1) const in operator ()()
195 operator()(const Arg1 &arg1, const Arg2 &arg2) const in operator ()()
204 Function m_function;
205 BoundArgs m_args;
/third_party/jerryscript/jerry-core/ecma/base/
Decma-globals.h919 } bound_function; member
/third_party/quickjs/
Dquickjs.c904 struct JSBoundFunction *bound_function; /* JS_CLASS_BOUND_FUNCTION */ member