Home
last modified time | relevance | path

Searched defs:s34 (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/geometry/test/strategies/
Dsegment_intersection_collinear.cpp76 segment_type s34(p3, p4); in test_segment_intersection() local
130 segment_type s34(p3, p4); in test_segment_ratio() local
/third_party/boost/libs/mpl/test/
Dset.cpp237 typedef mpl::set<long,char,int> s34; in MPL_TEST_CASE() typedef