HomeSort by relevance Sort by last modified time
    Searched refs:some_alloc3 (Results 1 - 22 of 22) sorted by null

  /external/libcxx/test/std/containers/sequences/vector/vector.cons/
move_assign_noexcept.pass.cpp 48 struct some_alloc3 struct
52 some_alloc3() {} function in struct:some_alloc3
53 some_alloc3(const some_alloc3&);
91 typedef std::vector<MoveOnly, some_alloc3<MoveOnly>> C;
  /external/libcxx/test/std/containers/sequences/vector.bool/
move_assign_noexcept.pass.cpp 48 struct some_alloc3 struct
52 some_alloc3() {} function in struct:some_alloc3
53 some_alloc3(const some_alloc3&);
97 typedef std::vector<bool, some_alloc3<bool>> C;
  /external/libcxx/test/std/strings/basic.string/string.cons/
move_assign_noexcept.pass.cpp 51 struct some_alloc3 struct
55 some_alloc3() {} function in struct:some_alloc3
56 some_alloc3(const some_alloc3&);
90 typedef std::basic_string<char, std::char_traits<char>, some_alloc3<char>> C;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/vector/vector.cons/
move_assign_noexcept.pass.cpp 46 struct some_alloc3 struct
50 some_alloc3() {} function in struct:some_alloc3
51 some_alloc3(const some_alloc3&);
90 typedef std::vector<MoveOnly, some_alloc3<MoveOnly>> C;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/vector.bool/
move_assign_noexcept.pass.cpp 45 struct some_alloc3 struct
49 some_alloc3() {} function in struct:some_alloc3
50 some_alloc3(const some_alloc3&);
86 typedef std::vector<bool, some_alloc3<bool>> C;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.cons/
move_assign_noexcept.pass.cpp 51 struct some_alloc3 struct
55 some_alloc3() {} function in struct:some_alloc3
56 some_alloc3(const some_alloc3&);
90 typedef std::basic_string<char, std::char_traits<char>, some_alloc3<char>> C;
  /external/libcxx/test/std/containers/associative/multiset/multiset.special/
swap_noexcept.pass.cpp 83 struct some_alloc3 struct
87 some_alloc3() {} function in struct:some_alloc3
88 some_alloc3(const some_alloc3&);
135 typedef std::multiset<MoveOnly, some_comp2<MoveOnly>, some_alloc3<MoveOnly>> C;
  /external/libcxx/test/std/containers/associative/set/set.special/
swap_noexcept.pass.cpp 83 struct some_alloc3 struct
87 some_alloc3() {} function in struct:some_alloc3
88 some_alloc3(const some_alloc3&);
135 typedef std::set<MoveOnly, some_comp2<MoveOnly>, some_alloc3<MoveOnly>> C;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multiset/multiset.special/
swap_noexcept.pass.cpp 85 struct some_alloc3 struct
89 some_alloc3() {} function in struct:some_alloc3
90 some_alloc3(const some_alloc3&);
143 typedef std::multiset<MoveOnly, some_comp2<MoveOnly>, some_alloc3<MoveOnly>> C;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/set/set.special/
swap_noexcept.pass.cpp 85 struct some_alloc3 struct
89 some_alloc3() {} function in struct:some_alloc3
90 some_alloc3(const some_alloc3&);
143 typedef std::set<MoveOnly, some_comp2<MoveOnly>, some_alloc3<MoveOnly>> C;
  /external/libcxx/test/std/containers/associative/map/map.special/
swap_noexcept.pass.cpp 83 struct some_alloc3 struct
87 some_alloc3() {} function in struct:some_alloc3
88 some_alloc3(const some_alloc3&);
136 typedef std::map<MoveOnly, MoveOnly, some_comp2<MoveOnly>, some_alloc3<V>> C;
  /external/libcxx/test/std/containers/associative/multimap/multimap.special/
swap_noexcept.pass.cpp 83 struct some_alloc3 struct
87 some_alloc3() {} function in struct:some_alloc3
88 some_alloc3(const some_alloc3&);
136 typedef std::multimap<MoveOnly, MoveOnly, some_comp2<MoveOnly>, some_alloc3<V>> C;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/map/map.special/
swap_noexcept.pass.cpp 85 struct some_alloc3 struct
89 some_alloc3() {} function in struct:some_alloc3
90 some_alloc3(const some_alloc3&);
144 typedef std::map<MoveOnly, MoveOnly, some_comp2<MoveOnly>, some_alloc3<V>> C;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multimap/multimap.special/
swap_noexcept.pass.cpp 85 struct some_alloc3 struct
89 some_alloc3() {} function in struct:some_alloc3
90 some_alloc3(const some_alloc3&);
144 typedef std::map<MoveOnly, MoveOnly, some_comp2<MoveOnly>, some_alloc3<V>> C;
  /external/libcxx/test/std/containers/unord/unord.map/unord.map.swap/
swap_noexcept.pass.cpp 110 struct some_alloc3 struct
114 some_alloc3() {} function in struct:some_alloc3
115 some_alloc3(const some_alloc3&);
187 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc3<MapType>> C;
  /external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/
swap_noexcept.pass.cpp 110 struct some_alloc3 struct
114 some_alloc3() {} function in struct:some_alloc3
115 some_alloc3(const some_alloc3&);
186 typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc3<V>> C;
  /external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.swap/
swap_noexcept.pass.cpp 110 struct some_alloc3 struct
114 some_alloc3() {} function in struct:some_alloc3
115 some_alloc3(const some_alloc3&);
185 typedef std::unordered_multiset<MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc3<MoveOnly>> C;
  /external/libcxx/test/std/containers/unord/unord.set/unord.set.swap/
swap_noexcept.pass.cpp 110 struct some_alloc3 struct
114 some_alloc3() {} function in struct:some_alloc3
115 some_alloc3(const some_alloc3&);
185 typedef std::unordered_set<MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc3<MoveOnly>> C;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.map/unord.map.swap/
swap_noexcept.pass.cpp 107 struct some_alloc3 struct
111 some_alloc3() {} function in struct:some_alloc3
112 some_alloc3(const some_alloc3&);
195 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc3<MapType>> C;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multimap/unord.multimap.swap/
swap_noexcept.pass.cpp 107 struct some_alloc3 struct
111 some_alloc3() {} function in struct:some_alloc3
112 some_alloc3(const some_alloc3&);
193 typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc3<V>> C;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multiset/unord.multiset.swap/
swap_noexcept.pass.cpp 107 struct some_alloc3 struct
111 some_alloc3() {} function in struct:some_alloc3
112 some_alloc3(const some_alloc3&);
193 typedef std::unordered_multiset<MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc3<MoveOnly>> C;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.set/unord.set.swap/
swap_noexcept.pass.cpp 107 struct some_alloc3 struct
111 some_alloc3() {} function in struct:some_alloc3
112 some_alloc3(const some_alloc3&);
193 typedef std::unordered_set<MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc3<MoveOnly>> C;

Completed in 2088 milliseconds