HomeSort by relevance Sort by last modified time
    Searched refs:forward_list (Results 1 - 25 of 198) sorted by null

1 2 3 4 5 6 7 8

  /external/libcxx/test/std/containers/sequences/forwardlist/
allocator_mismatch.fail.cpp 10 // <forward_list>
13 #include <forward_list>
17 std::forward_list<int, std::allocator<long> > fl;
empty.fail.cpp 11 // <forward_list>
13 // class forward_list
20 #include <forward_list>
26 std::forward_list<int> c;
incomplete.pass.cpp 10 // <forward_list>
12 // forward_list()
13 // forward_list::iterator()
14 // forward_list::const_iterator()
16 #include <forward_list>
23 std::forward_list<A> d;
24 std::forward_list<A>::iterator it;
25 std::forward_list<A>::const_iterator it2;
30 typedef std::forward_list<B, min_allocator<B>> FList;
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/
default_recursive.pass.cpp 10 // <forward_list>
12 // class forward_list
14 // forward_list();
16 #include <forward_list>
20 std::forward_list<X> q;
default.pass.cpp 10 // <forward_list>
12 // forward_list();
14 #include <forward_list>
23 typedef std::forward_list<T> C;
30 typedef std::forward_list<T, min_allocator<T>> C;
36 typedef std::forward_list<T> C;
default_noexcept.pass.cpp 10 // <forward_list>
12 // forward_list()
19 #include <forward_list>
37 typedef std::forward_list<MoveOnly> C;
41 typedef std::forward_list<MoveOnly, test_allocator<MoveOnly>> C;
46 typedef std::forward_list<MoveOnly, other_allocator<MoveOnly>> C;
50 typedef std::forward_list<MoveOnly, some_alloc<MoveOnly>> C;
dtor_noexcept.pass.cpp 10 // <forward_list>
12 // ~forward_list() // implied noexcept;
16 #include <forward_list>
34 typedef std::forward_list<MoveOnly> C;
38 typedef std::forward_list<MoveOnly, test_allocator<MoveOnly>> C;
42 typedef std::forward_list<MoveOnly, other_allocator<MoveOnly>> C;
47 typedef std::forward_list<MoveOnly, some_alloc<MoveOnly>> C;
move_assign_noexcept.pass.cpp 10 // <forward_list>
12 // forward_list& operator=(forward_list&& c)
21 #include <forward_list>
38 typedef std::forward_list<MoveOnly> C;
42 typedef std::forward_list<MoveOnly, test_allocator<MoveOnly>> C;
47 typedef std::forward_list<MoveOnly, other_allocator<MoveOnly>> C;
51 typedef std::forward_list<MoveOnly, some_alloc<MoveOnly>> C;
move_noexcept.pass.cpp 10 // <forward_list>
12 // forward_list(forward_list&&)
19 #include <forward_list>
37 typedef std::forward_list<MoveOnly> C;
41 typedef std::forward_list<MoveOnly, test_allocator<MoveOnly>> C;
45 typedef std::forward_list<MoveOnly, other_allocator<MoveOnly>> C;
49 typedef std::forward_list<MoveOnly, some_alloc<MoveOnly>> C;
alloc.fail.cpp 10 // <forward_list>
12 // explicit forward_list(const allocator_type& a);
14 #include <forward_list>
25 typedef std::forward_list<T, A> C;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/forwardlist/
allocator_mismatch.fail.cpp 10 // <forward_list>
13 #include <forward_list>
17 std::forward_list<int, std::allocator<long> > fl;
incomplete.pass.cpp 10 // <forward_list>
12 // forward_list()
13 // forward_list::iterator()
14 // forward_list::const_iterator()
16 #include <forward_list>
23 std::forward_list<A> d;
24 std::forward_list<A>::iterator it;
25 std::forward_list<A>::const_iterator it2;
30 typedef std::forward_list<B, min_allocator<B>> FList;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/forwardlist/forwardlist.cons/
default_recursive.pass.cpp 10 // <forward_list>
12 // class forward_list
14 // forward_list();
16 #include <forward_list>
20 std::forward_list<X> q;
default.pass.cpp 10 // <forward_list>
12 // forward_list();
14 #include <forward_list>
23 typedef std::forward_list<T> C;
30 typedef std::forward_list<T, min_allocator<T>> C;
36 typedef std::forward_list<T> C;
default_noexcept.pass.cpp 10 // <forward_list>
12 // forward_list()
19 #include <forward_list>
37 typedef std::forward_list<MoveOnly> C;
41 typedef std::forward_list<MoveOnly, test_allocator<MoveOnly>> C;
46 typedef std::forward_list<MoveOnly, other_allocator<MoveOnly>> C;
50 typedef std::forward_list<MoveOnly, some_alloc<MoveOnly>> C;
dtor_noexcept.pass.cpp 10 // <forward_list>
12 // ~forward_list() // implied noexcept;
16 #include <forward_list>
34 typedef std::forward_list<MoveOnly> C;
38 typedef std::forward_list<MoveOnly, test_allocator<MoveOnly>> C;
42 typedef std::forward_list<MoveOnly, other_allocator<MoveOnly>> C;
47 typedef std::forward_list<MoveOnly, some_alloc<MoveOnly>> C;
move_assign_noexcept.pass.cpp 10 // <forward_list>
12 // forward_list& operator=(forward_list&& c)
21 #include <forward_list>
38 typedef std::forward_list<MoveOnly> C;
42 typedef std::forward_list<MoveOnly, test_allocator<MoveOnly>> C;
47 typedef std::forward_list<MoveOnly, other_allocator<MoveOnly>> C;
51 typedef std::forward_list<MoveOnly, some_alloc<MoveOnly>> C;
move_noexcept.pass.cpp 10 // <forward_list>
12 // forward_list(forward_list&&)
19 #include <forward_list>
37 typedef std::forward_list<MoveOnly> C;
41 typedef std::forward_list<MoveOnly, test_allocator<MoveOnly>> C;
45 typedef std::forward_list<MoveOnly, other_allocator<MoveOnly>> C;
50 typedef std::forward_list<MoveOnly, some_alloc<MoveOnly>> C;
alloc.fail.cpp 10 // <forward_list>
12 // explicit forward_list(const allocator_type& a);
14 #include <forward_list>
25 typedef std::forward_list<T, A> C;
  /external/libcxx/test/libcxx/containers/sequences/forwardlist/
version.pass.cpp 10 // <forward_list>
12 #include <forward_list>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/containers/sequences/forwardlist/
version.pass.cpp 10 // <forward_list>
12 #include <forward_list>
  /external/libcxx/test/libcxx/experimental/memory/memory.resource.aliases/
header_forward_list_libcpp_version.pass.cpp 12 // <experimental/forward_list>
14 #include <experimental/forward_list>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/experimental/memory/memory.resource.aliases/
header_forward_list_libcpp_version.pass.cpp 12 // <experimental/forward_list>
14 #include <experimental/forward_list>
  /external/libcxx/test/std/experimental/memory/memory.resource.aliases/
header_forward_list_synop.pass.cpp 14 // <experimental/forward_list>
18 // using forward_list =
19 // ::std::forward_list<T, polymorphic_allocator<T>>
23 #include <experimental/forward_list>
32 using StdForwardList = std::forward_list<int, pmr::polymorphic_allocator<int>>;
33 using PmrForwardList = pmr::forward_list<int>;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/memory/memory.resource.aliases/
header_forward_list_synop.pass.cpp 14 // <experimental/forward_list>
18 // using forward_list =
19 // ::std::forward_list<T, polymorphic_allocator<T>>
23 #include <experimental/forward_list>
32 using StdForwardList = std::forward_list<int, pmr::polymorphic_allocator<int>>;
33 using PmrForwardList = pmr::forward_list<int>;

Completed in 305 milliseconds

1 2 3 4 5 6 7 8