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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
parameter.hpp 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;
argv_traverser.hpp 45 unit_test::readwrite_property<bool> p_ignore_mismatch;
46 unit_test::readwrite_property<char_type> p_separator;
id_policy.hpp 45 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/
class_properties.hpp 164 #define BOOST_READONLY_PROPERTY( property_type, friends ) boost::unit_test::readwrite_property<property_type >
186 // ************** readwrite_property ************** //
190 class readwrite_property : public class_property<PropertyType> { class in namespace:boost::unit_test
196 readwrite_property() : base_prop() {} function in class:boost::unit_test::readwrite_property
197 explicit readwrite_property( write_param_t init_value ) : base_prop( init_value ) {} function in class:boost::unit_test::readwrite_property
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/iface/
id_policy.hpp 45 unit_test::readwrite_property<rtti::id_t> p_type_id;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
execution_monitor.hpp 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;
unit_test_suite_impl.hpp 72 readwrite_property<std::string> p_name; // name for this test unit
73 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 test unit
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/
argument.hpp 75 unit_test::readwrite_property<T> p_value;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
debug.ipp 599 unit_test::readwrite_property<std::string> p_dbg;

Completed in 519 milliseconds