HomeSort by relevance Sort by last modified time
    Searched refs:some_alloc (Results 26 - 50 of 60) sorted by null

12 3

  /external/libcxx/test/std/containers/sequences/vector.bool/
move_assign_noexcept.pass.cpp 25 struct some_alloc struct
28 some_alloc(const some_alloc&);
47 typedef std::vector<bool, some_alloc<bool>> C;
move_noexcept.pass.cpp 23 struct some_alloc struct
26 some_alloc(const some_alloc&);
45 typedef std::vector<bool, some_alloc<bool>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/
default_noexcept.pass.cpp 24 struct some_alloc struct
27 some_alloc(const some_alloc&);
46 typedef std::deque<MoveOnly, some_alloc<MoveOnly>> C;
move_assign_noexcept.pass.cpp 26 struct some_alloc struct
29 some_alloc(const some_alloc&);
48 typedef std::deque<MoveOnly, some_alloc<MoveOnly>> C;
move_noexcept.pass.cpp 24 struct some_alloc struct
27 some_alloc(const some_alloc&);
46 typedef std::deque<MoveOnly, some_alloc<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
default_noexcept.pass.cpp 24 struct some_alloc struct
27 some_alloc(const some_alloc&);
46 typedef std::forward_list<MoveOnly, some_alloc<MoveOnly>> C;
move_assign_noexcept.pass.cpp 26 struct some_alloc struct
29 some_alloc(const some_alloc&);
48 typedef std::forward_list<MoveOnly, some_alloc<MoveOnly>> C;
move_noexcept.pass.cpp 24 struct some_alloc struct
27 some_alloc(const some_alloc&);
46 typedef std::forward_list<MoveOnly, some_alloc<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/
default_noexcept.pass.cpp 24 struct some_alloc struct
27 some_alloc(const some_alloc&);
46 typedef std::list<MoveOnly, some_alloc<MoveOnly>> C;
move_assign_noexcept.pass.cpp 26 struct some_alloc struct
29 some_alloc(const some_alloc&);
48 typedef std::list<MoveOnly, some_alloc<MoveOnly>> C;
move_noexcept.pass.cpp 24 struct some_alloc struct
27 some_alloc(const some_alloc&);
46 typedef std::list<MoveOnly, some_alloc<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/
default_noexcept.pass.cpp 24 struct some_alloc struct
27 some_alloc(const some_alloc&);
46 typedef std::vector<MoveOnly, some_alloc<MoveOnly>> C;
move_assign_noexcept.pass.cpp 26 struct some_alloc struct
29 some_alloc(const some_alloc&);
48 typedef std::vector<MoveOnly, some_alloc<MoveOnly>> C;
move_noexcept.pass.cpp 24 struct some_alloc struct
27 some_alloc(const some_alloc&);
46 typedef std::vector<MoveOnly, some_alloc<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
default_noexcept.pass.cpp 23 struct some_alloc struct
26 some_alloc(const some_alloc&);
45 typedef std::vector<bool, some_alloc<bool>> C;
move_assign_noexcept.pass.cpp 25 struct some_alloc struct
28 some_alloc(const some_alloc&);
47 typedef std::vector<bool, some_alloc<bool>> C;
move_noexcept.pass.cpp 23 struct some_alloc struct
26 some_alloc(const some_alloc&);
45 typedef std::vector<bool, some_alloc<bool>> C;
  /external/libcxx/test/std/containers/sequences/deque/deque.cons/
dtor_noexcept.pass.cpp 23 struct some_alloc struct
26 some_alloc(const some_alloc&);
27 ~some_alloc() noexcept(false);
48 typedef std::deque<MoveOnly, some_alloc<MoveOnly>> C;
  /external/libcxx/test/std/containers/sequences/deque/deque.special/
swap_noexcept.pass.cpp 25 struct some_alloc struct
29 some_alloc() {} function in struct:some_alloc
30 some_alloc(const some_alloc&);
55 typedef std::deque<MoveOnly, some_alloc<MoveOnly>> C;
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/
dtor_noexcept.pass.cpp 23 struct some_alloc struct
26 some_alloc(const some_alloc&);
27 ~some_alloc() noexcept(false);
48 typedef std::forward_list<MoveOnly, some_alloc<MoveOnly>> C;
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.spec/
swap_noexcept.pass.cpp 25 struct some_alloc struct
29 some_alloc() {} function in struct:some_alloc
30 some_alloc(const some_alloc&);
55 typedef std::forward_list<MoveOnly, some_alloc<MoveOnly>> C;
  /external/libcxx/test/std/containers/sequences/list/list.cons/
dtor_noexcept.pass.cpp 23 struct some_alloc struct
26 some_alloc(const some_alloc&);
27 ~some_alloc() noexcept(false);
48 typedef std::list<MoveOnly, some_alloc<MoveOnly>> C;
  /external/libcxx/test/std/containers/sequences/list/list.special/
swap_noexcept.pass.cpp 25 struct some_alloc struct
29 some_alloc() {} function in struct:some_alloc
30 some_alloc(const some_alloc&);
55 typedef std::list<MoveOnly, some_alloc<MoveOnly>> C;
  /external/libcxx/test/std/containers/sequences/vector/vector.cons/
dtor_noexcept.pass.cpp 23 struct some_alloc struct
26 some_alloc(const some_alloc&);
27 ~some_alloc() noexcept(false);
48 typedef std::vector<MoveOnly, some_alloc<MoveOnly>> C;
  /external/libcxx/test/std/containers/sequences/vector/vector.special/
swap_noexcept.pass.cpp 25 struct some_alloc struct
29 some_alloc() {} function in struct:some_alloc
30 some_alloc(const some_alloc&);
55 typedef std::vector<MoveOnly, some_alloc<MoveOnly>> C;

Completed in 206 milliseconds

12 3