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

1 2 3 45 6 7 8

  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
emplace_front.pass.cpp 12 // <forward_list>
17 #include <forward_list>
29 typedef std::forward_list<T> C;
51 typedef std::forward_list<T, min_allocator<T>> C;
resize_size_value.pass.cpp 10 // <forward_list>
14 #include <forward_list>
29 typedef std::forward_list<T> C;
60 typedef std::forward_list<T, min_allocator<T>> C;
92 typedef std::forward_list<int, ContainerTestAllocator<int, int>> Container;
resize_size.pass.cpp 10 // <forward_list>
14 #include <forward_list>
24 typedef std::forward_list<T> C;
39 typedef std::forward_list<T> C;
70 typedef std::forward_list<T, min_allocator<T>> C;
85 typedef std::forward_list<T, min_allocator<T>> C;
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/
splice_after_flist.pass.cpp 10 // <forward_list>
12 // void splice_after(const_iterator p, forward_list&& x);
14 #include <forward_list>
46 typedef std::forward_list<T> C;
62 typedef std::forward_list<T, min_allocator<T>> C;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
emplace_front.pass.cpp 12 // <forward_list>
17 #include <forward_list>
29 typedef std::forward_list<T> C;
51 typedef std::forward_list<T, min_allocator<T>> C;
resize_size_value.pass.cpp 10 // <forward_list>
14 #include <forward_list>
29 typedef std::forward_list<T> C;
60 typedef std::forward_list<T, min_allocator<T>> C;
92 typedef std::forward_list<int, ContainerTestAllocator<int, int>> Container;
resize_size.pass.cpp 10 // <forward_list>
14 #include <forward_list>
24 typedef std::forward_list<T> C;
39 typedef std::forward_list<T> C;
70 typedef std::forward_list<T, min_allocator<T>> C;
85 typedef std::forward_list<T, min_allocator<T>> C;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/forwardlist/forwardlist.ops/
splice_after_flist.pass.cpp 10 // <forward_list>
12 // void splice_after(const_iterator p, forward_list&& x);
14 #include <forward_list>
46 typedef std::forward_list<T> C;
62 typedef std::forward_list<T, min_allocator<T>> C;
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/
move.pass.cpp 12 // <forward_list>
14 // forward_list(forward_list&& x);
16 #include <forward_list>
29 typedef std::forward_list<T, A> C;
44 typedef std::forward_list<T, A> C;
59 typedef std::forward_list<T, A> C;
move_alloc.pass.cpp 12 // <forward_list>
14 // forward_list(forward_list&& x, const allocator_type& a);
16 #include <forward_list>
29 typedef std::forward_list<T, A> C;
44 typedef std::forward_list<T, A> C;
59 typedef std::forward_list<T, A> C;
  /external/libcxx/test/std/containers/sequences/forwardlist/
types.pass.cpp 10 // <forward_list>
13 // class forward_list
28 #include <forward_list>
33 struct A { std::forward_list<A> v; }; // incomplete type support
38 typedef std::forward_list<char> C;
57 typedef std::forward_list<char, min_allocator<char>> C;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/forwardlist/forwardlist.cons/
move.pass.cpp 12 // <forward_list>
14 // forward_list(forward_list&& x);
16 #include <forward_list>
29 typedef std::forward_list<T, A> C;
44 typedef std::forward_list<T, A> C;
59 typedef std::forward_list<T, A> C;
move_alloc.pass.cpp 12 // <forward_list>
14 // forward_list(forward_list&& x, const allocator_type& a);
16 #include <forward_list>
29 typedef std::forward_list<T, A> C;
44 typedef std::forward_list<T, A> C;
59 typedef std::forward_list<T, A> C;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/forwardlist/
types.pass.cpp 10 // <forward_list>
13 // class forward_list
28 #include <forward_list>
33 struct A { std::forward_list<A> v; }; // incomplete type support
38 typedef std::forward_list<char> C;
57 typedef std::forward_list<char, min_allocator<char>> C;
  /external/perfetto/src/tracing/core/
patch_list.h 21 #include <forward_list>
67 using ListType = std::forward_list<Patch>;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
CFLAndersAliasAnalysis.h 24 #include <forward_list>
86 std::forward_list<cflaa::FunctionHandle<CFLAndersAAResult>> Handles;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
CFLAndersAliasAnalysis.h 24 #include <forward_list>
86 std::forward_list<cflaa::FunctionHandle<CFLAndersAAResult>> Handles;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
CFLAndersAliasAnalysis.h 24 #include <forward_list>
86 std::forward_list<cflaa::FunctionHandle<CFLAndersAAResult>> Handles;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
CFLAndersAliasAnalysis.h 24 #include <forward_list>
86 std::forward_list<cflaa::FunctionHandle<CFLAndersAAResult>> Handles;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
CFLAndersAliasAnalysis.h 24 #include <forward_list>
86 std::forward_list<cflaa::FunctionHandle<CFLAndersAAResult>> Handles;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
CFLAndersAliasAnalysis.h 24 #include <forward_list>
86 std::forward_list<cflaa::FunctionHandle<CFLAndersAAResult>> Handles;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
CFLAndersAliasAnalysis.h 24 #include <forward_list>
86 std::forward_list<cflaa::FunctionHandle<CFLAndersAAResult>> Handles;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
CFLAndersAliasAnalysis.h 24 #include <forward_list>
86 std::forward_list<cflaa::FunctionHandle<CFLAndersAAResult>> Handles;
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.spec/
member_swap.pass.cpp 10 // <forward_list>
12 // void swap(forward_list& x);
14 #include <forward_list>
25 typedef std::forward_list<T, A> C;
50 typedef std::forward_list<T, A> C;
71 typedef std::forward_list<T, A> C;
89 typedef std::forward_list<T, A> C;
104 typedef std::forward_list<T, A> C;
129 typedef std::forward_list<T, A> C;
150 typedef std::forward_list<T, A> C
    [all...]
non_member_swap.pass.cpp 10 // <forward_list>
13 // void swap(forward_list<T, Allocator>& x, forward_list<T, Allocator>& y);
15 #include <forward_list>
26 typedef std::forward_list<T, A> C;
51 typedef std::forward_list<T, A> C;
72 typedef std::forward_list<T, A> C;
90 typedef std::forward_list<T, A> C;
105 typedef std::forward_list<T, A> C;
130 typedef std::forward_list<T, A> C
    [all...]

Completed in 1632 milliseconds

1 2 3 45 6 7 8