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

  /external/libcxx/test/std/utilities/meta/meta.rel/
is_same.pass.cpp 35 void test_is_not_same() function
54 test_is_not_same<int, void>();
55 test_is_not_same<void, Class>();
56 test_is_not_same<Class, int*>();
57 test_is_not_same<int*, int&>();
58 test_is_not_same<int&, int>();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.rel/
is_same.pass.cpp 35 void test_is_not_same() function
54 test_is_not_same<int, void>();
55 test_is_not_same<void, Class>();
56 test_is_not_same<Class, int*>();
57 test_is_not_same<int*, int&>();
58 test_is_not_same<int&, int>();

Completed in 116 milliseconds