OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_is_not_copy_assignable
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_copy_assignable.pass.cpp
27
void
test_is_not_copy_assignable
()
function
78
test_is_not_copy_assignable
<const int> ();
79
test_is_not_copy_assignable
<int[]> ();
80
test_is_not_copy_assignable
<int[3]> ();
81
test_is_not_copy_assignable
<B> ();
83
test_is_not_copy_assignable
<void> ();
84
test_is_not_copy_assignable
<C> ();
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_copy_assignable.pass.cpp
27
void
test_is_not_copy_assignable
()
function
78
test_is_not_copy_assignable
<const int> ();
79
test_is_not_copy_assignable
<int[]> ();
80
test_is_not_copy_assignable
<int[3]> ();
81
test_is_not_copy_assignable
<B> ();
83
test_is_not_copy_assignable
<void> ();
84
test_is_not_copy_assignable
<C> ();
Completed in 367 milliseconds