HomeSort by relevance Sort by last modified time
    Searched full:is_movable (Results 1 - 4 of 4) 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/tests/device/test-gnustl-full/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/tests/device/test-stlport/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...]
  /external/clang/test/SemaTemplate/
instantiate-exception-spec-cxx11.cpp 63 struct is_movable { static const bool value = true; }; struct in namespace:core_19754_example
68 void irrelevant(wrap &p) noexcept(is_movable<T>::value);

Completed in 327 milliseconds