Lines Matching refs:V
360 template<typename U, typename V> friend class limiter_node;
2639 template< typename T, typename V,
2640 typename = typename T::output_ports_type, typename = typename V::input_ports_type >
2641 inline void make_edge( T& output, V& input) { in make_edge()
2653 template< typename S, typename V,
2654 typename = typename V::input_ports_type >
2655 inline void make_edge( sender<S>& output, V& input) { in make_edge()
2672 template< typename T, typename V,
2673 typename = typename T::output_ports_type, typename = typename V::input_ports_type >
2674 inline void remove_edge( T& output, V& input) { in remove_edge()
2685 template< typename S, typename V,
2686 typename = typename V::input_ports_type >
2687 inline void remove_edge( sender<S>& output, V& input) { in remove_edge()