Searched refs:bound_args (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-bind.cpp235 explicit bound_functor(const F& f, const BoundArgs&... bound_args) argument
236 : f(f), bound_args(bound_args...) { } template<typename... Args>
239 tuple<BoundArgs...> bound_args; member in class:bound_functor
243 inline bound_functor<F, BoundArgs...> bind(const F& f, const BoundArgs&... bound_args) { argument
244 return bound_functor<F, BoundArgs...>(f, bound_args...);
321 typename F::result_type apply_functor(F& f, tuple<BoundArgs...>& bound_args, argument
324 return f(mu(get<Indexes>(bound_args), args)...);
330 return apply_functor(f, bound_args, indexes(), tie(args...));
/external/chromium_org/v8/src/
H A Druntime.cc8349 Handle<FixedArray> bound_args =
8351 int bound_argc = bound_args->length() - JSFunction::kBoundArgumentsStartIndex;
8353 JSReceiver::cast(bound_args->get(JSFunction::kBoundFunctionIndex)),
8362 param_data[i] = Handle<Object>(bound_args->get(
H A Dapi.cc4217 i::Handle<i::FixedArray> bound_args = i::Handle<i::FixedArray>( local
4220 bound_args->get(i::JSFunction::kBoundFunctionIndex),

Completed in 273 milliseconds