HomeSort by relevance Sort by last modified time
    Searched refs:struct_with_specialized_less (Results 1 - 2 of 2) sorted by null

  /external/stlport/test/unit/
mvctor_declaration_test.cpp 73 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>()) );
  /ndk/sources/android/stlport/test/unit/
mvctor_declaration_test.cpp 73 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>()) );

Completed in 23 milliseconds