Home
last modified time | relevance | path

Searched refs:m_value_generator (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
Dargument_factory.hpp85 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; member
184 if( !m_value_generator ) in produce_using()
188 m_value_generator( pa, value ); in produce_using()
Dtyped_parameter.hpp55 BOOST_RT_PARAM_VALIDATE_LOGIC( !p_optional || !m_arg_factory.m_value_generator, in accept_modifier()