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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
results_collector.hpp 52 typedef BOOST_READONLY_PROPERTY( counter_t, (results_collector_t)(test_results)(results_collect_helper) ) counter_prop;
53 typedef BOOST_READONLY_PROPERTY( bool, (results_collector_t)(test_results)(results_collect_helper) ) bool_prop;
predicate_result.hpp 62 BOOST_READONLY_PROPERTY( bool, (predicate_result) ) p_predicate_value;
unit_test_suite_impl.hpp 64 typedef BOOST_READONLY_PROPERTY(test_unit_id,(framework_impl)) id_t;
65 typedef BOOST_READONLY_PROPERTY(test_unit_id,(test_suite)) parent_id_t;
214 BOOST_READONLY_PROPERTY( counter_t, (test_case_counter)) p_count;
  /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 >
170 #define BOOST_READONLY_PROPERTY( property_type, friends ) \

Completed in 233 milliseconds