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

12 3 4 5

  /external/libcxx/test/std/containers/sequences/list/list.cons/
move_noexcept.pass.cpp 27 struct some_alloc struct
30 some_alloc(const some_alloc&);
50 typedef std::list<MoveOnly, some_alloc<MoveOnly>> C;
  /external/libcxx/test/std/containers/sequences/vector/vector.cons/
default_noexcept.pass.cpp 27 struct some_alloc struct
30 some_alloc(const some_alloc&);
48 typedef std::vector<MoveOnly, some_alloc<MoveOnly>> C;
  /external/libcxx/test/std/containers/sequences/vector.bool/
default_noexcept.pass.cpp 26 struct some_alloc struct
29 some_alloc(const some_alloc&);
49 typedef std::vector<bool, some_alloc<bool>> C;
  /external/libcxx/test/std/strings/basic.string/string.cons/
move_noexcept.pass.cpp 26 struct some_alloc struct
29 some_alloc(const some_alloc&);
43 typedef std::basic_string<char, std::char_traits<char>, some_alloc<char>> C;
  /prebuilts/ndk/r11/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;
  /prebuilts/ndk/r11/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;
  /prebuilts/ndk/r11/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;
  /prebuilts/ndk/r11/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;
  /prebuilts/ndk/r11/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;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/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;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/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;

Completed in 459 milliseconds

12 3 4 5