Lines Matching full:template
19 // 1) use template argument deduction to compute the size of each
50 // IPC. These template facility can be made more sophisticated as need arises.
53 // specialized template matches better. We set the type to UINT32_TYPE, so this
55 template<typename T>
90 // This copy helper template specialization if for the void pointer
92 template<>
126 // This copy helper template specialization catches the cases where the
128 template<>
183 template<>
210 template<size_t n>
245 // This copy helper template specialization catches the cases where the
247 template<>
313 // CrossCall template with one input parameter
314 template <typename IPCProvider, typename Par1>
332 // CrossCall template with two input parameters.
333 template <typename IPCProvider, typename Par1, typename Par2>
353 // CrossCall template with three input parameters.
354 template <typename IPCProvider, typename Par1, typename Par2, typename Par3>
377 // CrossCall template with four input parameters.
378 template <typename IPCProvider,
408 // CrossCall template with five input parameters.
409 template <typename IPCProvider,
443 // CrossCall template with six input parameters.
444 template <typename IPCProvider,
482 // CrossCall template with seven input parameters.
483 template <typename IPCProvider,