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

  /external/stlport/test/unit/
mvctor_declaration_test.cpp 49 static bool is_movable(const _Tp&) { function
173 CPPUNIT_ASSERT( is_movable(string()) );
180 CPPUNIT_ASSERT( is_movable(wstring()) );
192 CPPUNIT_ASSERT( is_movable(crope()) );
199 CPPUNIT_ASSERT( is_movable(wrope()) );
211 CPPUNIT_ASSERT( is_movable(vector<char>()) );
212 CPPUNIT_ASSERT( is_movable(vector<specially_allocated_struct>()) );
223 CPPUNIT_ASSERT( is_movable(deque<char>()) );
224 CPPUNIT_ASSERT( is_movable(deque<specially_allocated_struct>()) );
235 CPPUNIT_ASSERT( is_movable(list<char>()) )
    [all...]
  /ndk/sources/android/stlport/test/unit/
mvctor_declaration_test.cpp 49 static bool is_movable(const _Tp&) { function
173 CPPUNIT_ASSERT( is_movable(string()) );
180 CPPUNIT_ASSERT( is_movable(wstring()) );
192 CPPUNIT_ASSERT( is_movable(crope()) );
199 CPPUNIT_ASSERT( is_movable(wrope()) );
211 CPPUNIT_ASSERT( is_movable(vector<char>()) );
212 CPPUNIT_ASSERT( is_movable(vector<specially_allocated_struct>()) );
223 CPPUNIT_ASSERT( is_movable(deque<char>()) );
224 CPPUNIT_ASSERT( is_movable(deque<specially_allocated_struct>()) );
235 CPPUNIT_ASSERT( is_movable(list<char>()) )
    [all...]

Completed in 19 milliseconds