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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
class_properties.hpp 142 // ************** readonly_property ************** //
146 class readonly_property : public class_property<PropertyType> { class in namespace:boost::unit_test
153 readonly_property() {} function in class:boost::unit_test::readonly_property
154 explicit readonly_property( write_param_t init_value ) : base_prop( init_value ) {} function in class:boost::unit_test::readonly_property
171 class BOOST_JOIN( readonly_property, __LINE__ ) \
172 : public boost::unit_test::readonly_property<property_type > { \
173 typedef boost::unit_test::readonly_property<property_type > base_prop; \
177 BOOST_JOIN( readonly_property, __LINE__ )() {} \
178 explicit BOOST_JOIN( readonly_property, __LINE__ )( write_param_t init_v ) \
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
argument.hpp 55 unit_test::readonly_property<parameter const&> p_formal_parameter;
56 unit_test::readonly_property<rtti::id_t> p_value_type;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
execution_monitor.hpp 251 unit_test::readonly_property<long> p_errno;
252 unit_test::readonly_property<char const*> p_failed_exp;
floating_point_comparison.hpp 36 using unit_test::readonly_property;
202 readonly_property<FPT> p_fraction_tolerance;
203 readonly_property<bool> p_strong_or_weak;
unit_test_suite_impl.hpp 66 readonly_property<test_unit_type> p_type; // type for this test unit
67 readonly_property<const_string> p_type_name; // "case"/"suite"

Completed in 46 milliseconds