HomeSort by relevance Sort by last modified time
    Searched full:m_value_generator (Results 1 - 2 of 2) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
argument_factory.hpp 85 BOOST_RT_PARAM_VALIDATE_LOGIC( !m_value_generator,
89 m_value_generator = rt_cla_detail::const_generator<T>( dv_ref );
93 BOOST_RT_PARAM_VALIDATE_LOGIC( !m_value_generator,
97 m_value_generator = rt_cla_detail::ref_generator<T>( ref_id );
116 unit_test::callback2<parser const&,boost::optional<T>&> m_value_generator; member in struct:boost::BOOST_RT_PARAM_NAMESPACE::cla::typed_argument_factory
184 if( !m_value_generator )
188 m_value_generator( pa, value );
typed_parameter.hpp 55 BOOST_RT_PARAM_VALIDATE_LOGIC( !p_optional || !m_arg_factory.m_value_generator,

Completed in 51 milliseconds