Home
last modified time | relevance | path

Searched defs:tester2 (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/core/test/
Deif_partial_specializations.cpp41 struct tester2<T, typename enable_if<is_arithmetic<T> >::type> { struct
46 struct tester2<T, typename disable_if<is_arithmetic<T> >::type> { struct
/third_party/boost/libs/geometry/test/util/
Dpromote_integral.cpp516 typedef test_promote_integral<false> tester2; in BOOST_AUTO_TEST_CASE() typedef
532 typedef test_promote_integral<false> tester2; in BOOST_AUTO_TEST_CASE() typedef
/third_party/boost/libs/gil/test/core/
Dpromote_integral.cpp345 using tester2 = test_promote_integral<false>; in test_floating_point() typedef
/third_party/boost/libs/geometry/test/algorithms/distance/
Ddistance_geo_pl_l.cpp399 typedef test_distance_of_geometries<point_type_rad, segment_type> tester2; in test_distance_point_segment_rad_mix() typedef