Home | History | Annotate | Download | only in CL

Lines Matching defs:GetInfoHelper

689 struct GetInfoHelper
698 // Specialized GetInfoHelper for VECTOR_CLASS params
700 struct GetInfoHelper<Func, VECTOR_CLASS<T> >
723 struct GetInfoHelper<Func, VECTOR_CLASS<char *> >
737 // Specialized GetInfoHelper for STRING_CLASS params
739 struct GetInfoHelper<Func, STRING_CLASS>
763 struct GetInfoHelper<Func, CPP_TYPE> \
961 return GetInfoHelper<Func, T>::get(f, name, param);
987 return GetInfoHelper<GetInfoFunctor0<Func, Arg0>, T>
996 return GetInfoHelper<GetInfoFunctor1<Func, Arg0, Arg1>, T>