Home
last modified time | relevance | path

Searched refs:readwrite_property (Results 1 – 9 of 9) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dexecution_monitor.hpp159 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;
Dunit_test_suite_impl.hpp72 readwrite_property<std::string> p_name; // name for this test unit
73readwrite_property<unsigned> p_timeout; // timeout for the test unit execution
74readwrite_property<counter_t> p_expected_failures; // number of expected failures in this…
75 mutable readwrite_property<bool> p_enabled; // enabled status for this unit
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
Dparameter.hpp56 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;
Dargv_traverser.hpp45 unit_test::readwrite_property<bool> p_ignore_mismatch;
46 unit_test::readwrite_property<char_type> p_separator;
Did_policy.hpp45 unit_test::readwrite_property<dstring> p_prefix;
46 unit_test::readwrite_property<dstring> p_name;
47 unit_test::readwrite_property<dstring> p_separator;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
Dclass_properties.hpp164 #define BOOST_READONLY_PROPERTY( property_type, friends ) boost::unit_test::readwrite_property<prop…
190 class readwrite_property : public class_property<PropertyType> { class
196 readwrite_property() : base_prop() {} in readwrite_property() function in boost::unit_test::readwrite_property
197 explicit readwrite_property( write_param_t init_value ) : base_prop( init_value ) {} in readwrite_property() function in boost::unit_test::readwrite_property
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/iface/
Did_policy.hpp45 unit_test::readwrite_property<rtti::id_t> p_type_id;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
Dargument.hpp75 unit_test::readwrite_property<T> p_value;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Ddebug.ipp599 unit_test::readwrite_property<std::string> p_dbg;