OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_remove_extent
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.arr/
remove_extent.pass.cpp
19
void
test_remove_extent
()
function
30
test_remove_extent
<int, int> ();
31
test_remove_extent
<const Enum, const Enum> ();
32
test_remove_extent
<int[], int> ();
33
test_remove_extent
<const int[], const int> ();
34
test_remove_extent
<int[3], int> ();
35
test_remove_extent
<const int[3], const int> ();
36
test_remove_extent
<int[][3], int[3]> ();
37
test_remove_extent
<const int[][3], const int[3]> ();
38
test_remove_extent
<int[2][3], int[3]> ()
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.arr/
remove_extent.pass.cpp
19
void
test_remove_extent
()
function
30
test_remove_extent
<int, int> ();
31
test_remove_extent
<const Enum, const Enum> ();
32
test_remove_extent
<int[], int> ();
33
test_remove_extent
<const int[], const int> ();
34
test_remove_extent
<int[3], int> ();
35
test_remove_extent
<const int[3], const int> ();
36
test_remove_extent
<int[][3], int[3]> ();
37
test_remove_extent
<const int[][3], const int[3]> ();
38
test_remove_extent
<int[2][3], int[3]> ()
[
all
...]
Completed in 128 milliseconds