Searched refs:m_value_generator (Results 1 – 2 of 2) sorted by relevance
85 BOOST_RT_PARAM_VALIDATE_LOGIC( !m_value_generator, in accept_modifier()89 m_value_generator = rt_cla_detail::const_generator<T>( dv_ref ); in accept_modifier()93 BOOST_RT_PARAM_VALIDATE_LOGIC( !m_value_generator, in accept_modifier()97 m_value_generator = rt_cla_detail::ref_generator<T>( ref_id ); in accept_modifier()116 unit_test::callback2<parser const&,boost::optional<T>&> m_value_generator; member184 if( !m_value_generator ) in produce_using()188 m_value_generator( pa, value ); in produce_using()
55 BOOST_RT_PARAM_VALIDATE_LOGIC( !p_optional || !m_arg_factory.m_value_generator, in accept_modifier()