Home
last modified time | relevance | path

Searched refs:readonly_property (Results 1 – 5 of 5) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
Dclass_properties.hpp146 class readonly_property : public class_property<PropertyType> { class
153 readonly_property() {} in readonly_property() function in boost::unit_test::readonly_property
154 explicit readonly_property( write_param_t init_value ) : base_prop( init_value ) {} in readonly_property() function in 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/
Dargument.hpp55 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/
Dfloating_point_comparison.hpp36 using unit_test::readonly_property;
202 readonly_property<FPT> p_fraction_tolerance;
203 readonly_property<bool> p_strong_or_weak;
Dexecution_monitor.hpp251 unit_test::readonly_property<long> p_errno;
252 unit_test::readonly_property<char const*> p_failed_exp;
Dunit_test_suite_impl.hpp66 readonly_property<test_unit_type> p_type; // type for this test unit
67 readonly_property<const_string> p_type_name; // "case"/"suite"