Searched refs:rr_type (Results 1 – 2 of 2) sorted by relevance
29 typedef std::tr1::reference_wrapper<int> rr_type; in ref() typedef31 CPPUNIT_CHECK( (::boost::is_convertible<rr_type, int&>::value) ); in ref()32 CPPUNIT_CHECK( (::boost::is_same<rr_type::type, int>::value) ); in ref()37 rr_type r1 = std::tr1::ref(i); in ref()
407 #define rr_type rr_hdr.icmp6_type macro