Searched refs:little_map (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/libs/mpl/test/ |
D | map.cpp | 223 typedef insert< map<>, pair<int,int> >::type little_map; in MPL_TEST_CASE() typedef 225 MPL_ASSERT_RELATION(size<little_map>::value, ==, 1); in MPL_TEST_CASE() 226 MPL_ASSERT_RELATION(size<little_map::type>::value, ==, 1); in MPL_TEST_CASE() 231 typedef erase_key< map< pair<float,float>, pair<int,int> >, float >::type little_map; in MPL_TEST_CASE() typedef 233 MPL_ASSERT_RELATION(size<little_map>::value, ==, 1); in MPL_TEST_CASE() 234 MPL_ASSERT_RELATION(size<little_map::type>::value, ==, 1); in MPL_TEST_CASE()
|