Searched refs:readwrite_property (Results 1 – 9 of 9) sorted by relevance
159 unit_test::readwrite_property<bool> p_catch_system_errors; 162 unit_test::readwrite_property<bool> p_auto_start_dbg;165 unit_test::readwrite_property<int> p_timeout;168 unit_test::readwrite_property<bool> p_use_alt_stack;171 unit_test::readwrite_property<bool> p_detect_fp_exceptions;
72 readwrite_property<std::string> p_name; // name for this test unit73 …readwrite_property<unsigned> p_timeout; // timeout for the test unit execution 74 …readwrite_property<counter_t> p_expected_failures; // number of expected failures in this…75 mutable readwrite_property<bool> p_enabled; // enabled status for this unit
56 unit_test::readwrite_property<bool> p_optional;57 unit_test::readwrite_property<bool> p_multiplicable;58 unit_test::readwrite_property<bool> p_optional_value;59 unit_test::readwrite_property<dstring> p_description;
45 unit_test::readwrite_property<bool> p_ignore_mismatch;46 unit_test::readwrite_property<char_type> p_separator;
45 unit_test::readwrite_property<dstring> p_prefix;46 unit_test::readwrite_property<dstring> p_name;47 unit_test::readwrite_property<dstring> p_separator;
164 #define BOOST_READONLY_PROPERTY( property_type, friends ) boost::unit_test::readwrite_property<prop…190 class readwrite_property : public class_property<PropertyType> { class196 readwrite_property() : base_prop() {} in readwrite_property() function in boost::unit_test::readwrite_property197 explicit readwrite_property( write_param_t init_value ) : base_prop( init_value ) {} in readwrite_property() function in boost::unit_test::readwrite_property
45 unit_test::readwrite_property<rtti::id_t> p_type_id;
75 unit_test::readwrite_property<T> p_value;
599 unit_test::readwrite_property<std::string> p_dbg;