Home
last modified time | relevance | path

Searched defs:bound_args (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dexample-bind.cpp235 explicit bound_functor(const F& f, const BoundArgs&... bound_args) in bound_functor()
239 tuple<BoundArgs...> bound_args; member in bound_functor
243 inline bound_functor<F, BoundArgs...> bind(const F& f, const BoundArgs&... bound_args) { in bind()
321 typename F::result_type apply_functor(F& f, tuple<BoundArgs...>& bound_args, in apply_functor()
/external/v8/src/runtime/
Druntime-debug.cc193 Handle<String> bound_args = in GetInternalProperties() local
/external/v8/src/heap/
Dfactory.cc3305 Vector<Handle<Object>> bound_args) { in NewJSBoundFunction()