HomeSort by relevance Sort by last modified time
    Searched full:argtype1 (Results 1 - 3 of 3) sorted by null

  /external/eigen/Eigen/src/Core/util/
Meta.h 322 template<typename Func, typename ArgType0, typename ArgType1, int SizeOf=sizeof(has_none)>
325 template<typename Func, typename ArgType0, typename ArgType1>
326 struct binary_result_of_select<Func, ArgType0, ArgType1, sizeof(has_std_result_type)>
329 template<typename Func, typename ArgType0, typename ArgType1>
330 struct binary_result_of_select<Func, ArgType0, ArgType1, sizeof(has_tr1_result)>
331 {typedef typename Func::template result<Func(ArgType0,ArgType1)>::type type;};
333 template<typename Func, typename ArgType0, typename ArgType1>
334 struct result_of<Func(ArgType0,ArgType1)> {
338 static has_tr1_result testFunctor(T const *, typename T::template result<T(ArgType0,ArgType1)>::type const * = 0);
343 typedef typename binary_result_of_select<Func, ArgType0, ArgType1, FunctorType>::type type
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Marshallers.h 447 template <typename ReturnType, typename ArgType1>
452 typedef ReturnType (*FuncType)(ArgType1);
454 CHECK_ARG_TYPE(0, ArgType1);
456 ArgTypeTraits<ArgType1>::get(Args[0].Value)));
460 template <typename ReturnType, typename ArgType1, typename ArgType2>
465 typedef ReturnType (*FuncType)(ArgType1, ArgType2);
467 CHECK_ARG_TYPE(0, ArgType1);
470 ArgTypeTraits<ArgType1>::get(Args[0].Value),
654 template <typename ReturnType, typename ArgType1>
655 MatcherDescriptor *makeMatcherAutoMarshall(ReturnType (*Func)(ArgType1),
    [all...]
  /test/vts/runners/target/vts_hal_hidl_target/
VtsHalHidlTargetCallbackBase.h 45 * ArgType1 arg1;
53 * CallbackApi1(ArgType1 arg1) {

Completed in 489 milliseconds