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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
argument.hpp 60 // ************** runtime::typed_argument ************** //
64 class typed_argument : public argument { class in namespace:boost::BOOST_RT_PARAM_NAMESPACE
67 explicit typed_argument( parameter const& p ) function in class:boost::BOOST_RT_PARAM_NAMESPACE::typed_argument
70 typed_argument( parameter const& p, T const& t ) function in class:boost::BOOST_RT_PARAM_NAMESPACE::typed_argument
88 return static_cast<typed_argument<T> const&>( arg_ ).p_value.value;
99 return static_cast<typed_argument<T>&>( arg_ ).p_value.value;
fwd.hpp 35 template<typename T> class typed_argument;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
argument_factory.hpp 151 ? static_cast<argument*>(new typed_argument<boost::optional<T> >( p, value ))
152 : static_cast<argument*>(new typed_argument<T>( p, *value )) );
158 ? static_cast<argument*>(new typed_argument<optional_list>( p ))
159 : static_cast<argument*>(new typed_argument<std::list<T> >( p )) );
196 actual_arg.reset( new typed_argument<T>( p, *value ) );
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/
environment.hpp 68 new_vd.m_value.reset( new typed_argument<T>( new_vd ) );
79 new_vd.m_value.reset( new typed_argument<T>( new_vd ) );
variable.hpp 120 m_data->m_value.reset( new typed_argument<T>( *m_data ) );

Completed in 113 milliseconds