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

1 2 34 5

  /external/libcxx/test/std/containers/sequences/list/list.special/
swap_noexcept.pass.cpp 32 struct some_alloc struct
36 some_alloc() {} function in struct:some_alloc
37 some_alloc(const some_alloc&);
73 typedef std::list<MoveOnly, some_alloc<MoveOnly>> C;
  /external/libcxx/test/std/containers/sequences/vector/vector.special/
swap_noexcept.pass.cpp 33 struct some_alloc struct
37 some_alloc() {} function in struct:some_alloc
38 some_alloc(const some_alloc&);
74 typedef std::vector<MoveOnly, some_alloc<MoveOnly>> C;
  /external/libcxx/test/std/containers/sequences/vector.bool/
move_assign_noexcept.pass.cpp 28 struct some_alloc struct
31 some_alloc(const some_alloc&);
81 typedef std::vector<bool, some_alloc<bool>> C;
85 typedef std::vector<bool, some_alloc<bool>> C;
  /external/libcxx/test/std/strings/basic.string/string.nonmembers/string.special/
swap_noexcept.pass.cpp 32 struct some_alloc struct
36 some_alloc() {} function in struct:some_alloc
37 some_alloc(const some_alloc&);
69 typedef std::basic_string<char, std::char_traits<char>, some_alloc<char>> C;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/deque/deque.special/
swap_noexcept.pass.cpp 31 struct some_alloc struct
35 some_alloc() {} function in struct:some_alloc
36 some_alloc(const some_alloc&);
73 typedef std::deque<MoveOnly, some_alloc<MoveOnly>> C;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/forwardlist/forwardlist.spec/
swap_noexcept.pass.cpp 31 struct some_alloc struct
35 some_alloc() {} function in struct:some_alloc
36 some_alloc(const some_alloc&);
73 typedef std::forward_list<MoveOnly, some_alloc<MoveOnly>> C;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/list/list.special/
swap_noexcept.pass.cpp 31 struct some_alloc struct
35 some_alloc() {} function in struct:some_alloc
36 some_alloc(const some_alloc&);
73 typedef std::list<MoveOnly, some_alloc<MoveOnly>> C;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/vector/vector.special/
swap_noexcept.pass.cpp 32 struct some_alloc struct
36 some_alloc() {} function in struct:some_alloc
37 some_alloc(const some_alloc&);
74 typedef std::vector<MoveOnly, some_alloc<MoveOnly>> C;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/vector.bool/
swap_noexcept.pass.cpp 31 struct some_alloc struct
35 some_alloc() {} function in struct:some_alloc
36 some_alloc(const some_alloc&);
73 typedef std::vector<bool, some_alloc<bool>> C;
move_assign_noexcept.pass.cpp 25 struct some_alloc struct
28 some_alloc(const some_alloc&);
73 typedef std::vector<bool, some_alloc<bool>> C;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.nonmembers/string.special/
swap_noexcept.pass.cpp 31 struct some_alloc struct
35 some_alloc() {} function in struct:some_alloc
36 some_alloc(const some_alloc&);
68 typedef std::basic_string<char, std::char_traits<char>, some_alloc<char>> C;
  /external/libcxx/test/std/containers/sequences/vector/vector.cons/
move_assign_noexcept.pass.cpp 28 struct some_alloc struct
31 some_alloc(const some_alloc&);
76 typedef std::vector<MoveOnly, some_alloc<MoveOnly>> C;
  /external/libcxx/test/std/strings/basic.string/string.cons/
move_assign_noexcept.pass.cpp 31 struct some_alloc struct
34 some_alloc(const some_alloc&);
74 typedef std::basic_string<char, std::char_traits<char>, some_alloc<char>> C;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/vector/vector.cons/
move_assign_noexcept.pass.cpp 26 struct some_alloc struct
29 some_alloc(const some_alloc&);
75 typedef std::vector<MoveOnly, some_alloc<MoveOnly>> C;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.cons/
move_assign_noexcept.pass.cpp 31 struct some_alloc struct
34 some_alloc(const some_alloc&);
74 typedef std::basic_string<char, std::char_traits<char>, some_alloc<char>> C;
  /external/libcxx/test/std/containers/associative/multiset/multiset.special/
swap_noexcept.pass.cpp 58 struct some_alloc struct
62 some_alloc() {} function in struct:some_alloc
63 some_alloc(const some_alloc&);
118 typedef std::multiset<MoveOnly, some_comp <MoveOnly>, some_alloc <MoveOnly>> C;
126 typedef std::multiset<MoveOnly, some_comp2<MoveOnly>, some_alloc <MoveOnly>> C;
  /external/libcxx/test/std/containers/associative/set/set.special/
swap_noexcept.pass.cpp 58 struct some_alloc struct
62 some_alloc() {} function in struct:some_alloc
63 some_alloc(const some_alloc&);
118 typedef std::set<MoveOnly, some_comp <MoveOnly>, some_alloc <MoveOnly>> C;
126 typedef std::set<MoveOnly, some_comp2<MoveOnly>, some_alloc <MoveOnly>> C;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multiset/multiset.special/
swap_noexcept.pass.cpp 60 struct some_alloc struct
64 some_alloc() {} function in struct:some_alloc
65 some_alloc(const some_alloc&);
122 typedef std::multiset<MoveOnly, some_comp <MoveOnly>, some_alloc <MoveOnly>> C;
132 typedef std::multiset<MoveOnly, some_comp2<MoveOnly>, some_alloc <MoveOnly>> C;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/set/set.special/
swap_noexcept.pass.cpp 60 struct some_alloc struct
64 some_alloc() {} function in struct:some_alloc
65 some_alloc(const some_alloc&);
122 typedef std::set<MoveOnly, some_comp <MoveOnly>, some_alloc <MoveOnly>> C;
132 typedef std::set<MoveOnly, some_comp2<MoveOnly>, some_alloc <MoveOnly>> C;
  /external/libcxx/test/std/containers/associative/map/map.special/
swap_noexcept.pass.cpp 58 struct some_alloc struct
62 some_alloc() {} function in struct:some_alloc
63 some_alloc(const some_alloc&);
119 typedef std::map<MoveOnly, MoveOnly, some_comp <MoveOnly>, some_alloc <V>> C;
127 typedef std::map<MoveOnly, MoveOnly, some_comp2<MoveOnly>, some_alloc <V>> C;
  /external/libcxx/test/std/containers/associative/multimap/multimap.special/
swap_noexcept.pass.cpp 58 struct some_alloc struct
62 some_alloc() {} function in struct:some_alloc
63 some_alloc(const some_alloc&);
119 typedef std::multimap<MoveOnly, MoveOnly, some_comp <MoveOnly>, some_alloc <V>> C;
127 typedef std::multimap<MoveOnly, MoveOnly, some_comp2<MoveOnly>, some_alloc <V>> C;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/map/map.special/
swap_noexcept.pass.cpp 60 struct some_alloc struct
64 some_alloc() {} function in struct:some_alloc
65 some_alloc(const some_alloc&);
123 typedef std::map<MoveOnly, MoveOnly, some_comp <MoveOnly>, some_alloc <V>> C;
133 typedef std::map<MoveOnly, MoveOnly, some_comp2<MoveOnly>, some_alloc <V>> C;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multimap/multimap.special/
swap_noexcept.pass.cpp 60 struct some_alloc struct
64 some_alloc() {} function in struct:some_alloc
65 some_alloc(const some_alloc&);
123 typedef std::multimap<MoveOnly, MoveOnly, some_comp <MoveOnly>, some_alloc <V>> C;
133 typedef std::multimap<MoveOnly, MoveOnly, some_comp2<MoveOnly>, some_alloc <V>> C;
  /external/libcxx/test/std/containers/unord/unord.map/unord.map.swap/
swap_noexcept.pass.cpp 85 struct some_alloc struct
89 some_alloc() {} function in struct:some_alloc
90 some_alloc(const some_alloc&);
154 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc <MapType>> C;
162 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc <MapType>> C;
170 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc <MapType>> C;
178 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc <MapType>> C;
  /external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/
swap_noexcept.pass.cpp 85 struct some_alloc struct
89 some_alloc() {} function in struct:some_alloc
90 some_alloc(const some_alloc&);
153 typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc <V>> C;
161 typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc <V>> C;
169 typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc <V>> C;
177 typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc <V>> C;

Completed in 226 milliseconds

1 2 34 5