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

  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_move_constructible.pass.cpp 17 void test_is_move_constructible() function
70 test_is_move_constructible<A>();
71 test_is_move_constructible<int&>();
72 test_is_move_constructible<Union>();
73 test_is_move_constructible<Empty>();
74 test_is_move_constructible<int>();
75 test_is_move_constructible<double>();
76 test_is_move_constructible<int*>();
77 test_is_move_constructible<const int*>();
78 test_is_move_constructible<NotEmpty>()
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_move_constructible.pass.cpp 17 void test_is_move_constructible() function
70 test_is_move_constructible<A>();
71 test_is_move_constructible<int&>();
72 test_is_move_constructible<Union>();
73 test_is_move_constructible<Empty>();
74 test_is_move_constructible<int>();
75 test_is_move_constructible<double>();
76 test_is_move_constructible<int*>();
77 test_is_move_constructible<const int*>();
78 test_is_move_constructible<NotEmpty>()
    [all...]

Completed in 154 milliseconds