Home
last modified time | relevance | path

Searched refs:struct_with_specialized_less (Results 1 – 1 of 1) sorted by relevance

/external/stlport/test/unit/
Dmvctor_declaration_test.cpp73 struct struct_with_specialized_less {}; struct
113 struct less<struct_with_specialized_less> {
114 bool operator() (struct_with_specialized_less const&,
115 struct_with_specialized_less const&) const;
142 struct __move_traits<less<struct_with_specialized_less> > {
298 CPPUNIT_ASSERT( !is_move_complete(less<struct_with_specialized_less>()) ); in movable_declaration_assoc()