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

  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.map/unord.map.cnstr/
move_assign_noexcept.pass.cpp 34 struct some_hash struct
37 some_hash();
38 some_hash(const some_hash&);
39 some_hash& operator=(const some_hash&);
60 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C;
dtor_noexcept.pass.cpp 30 struct some_hash struct
33 some_hash();
34 some_hash(const some_hash&);
35 ~some_hash() noexcept(false);
58 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C;
default_noexcept.pass.cpp 36 struct some_hash struct
39 some_hash();
40 some_hash(const some_hash&);
61 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C;
move_noexcept.pass.cpp 32 struct some_hash struct
35 some_hash();
36 some_hash(const some_hash&);
57 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.multimap/unord.multimap.cnstr/
move_assign_noexcept.pass.cpp 34 struct some_hash struct
37 some_hash();
38 some_hash(const some_hash&);
39 some_hash& operator=(const some_hash&);
60 typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>> C;
dtor_noexcept.pass.cpp 30 struct some_hash struct
33 some_hash();
34 some_hash(const some_hash&);
35 ~some_hash() noexcept(false);
58 typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>> C;
default_noexcept.pass.cpp 36 struct some_hash struct
39 some_hash();
40 some_hash(const some_hash&);
61 typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>> C;
move_noexcept.pass.cpp 32 struct some_hash struct
35 some_hash();
36 some_hash(const some_hash&);
57 typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.multiset/unord.multiset.cnstr/
move_assign_noexcept.pass.cpp 34 struct some_hash struct
37 some_hash();
38 some_hash(const some_hash&);
39 some_hash& operator=(const some_hash&);
60 typedef std::unordered_multiset<MoveOnly, some_hash<MoveOnly>> C;
dtor_noexcept.pass.cpp 30 struct some_hash struct
33 some_hash();
34 some_hash(const some_hash&);
35 ~some_hash() noexcept(false);
58 typedef std::unordered_multiset<MoveOnly, some_hash<MoveOnly>> C;
default_noexcept.pass.cpp 36 struct some_hash struct
39 some_hash();
40 some_hash(const some_hash&);
61 typedef std::unordered_multiset<MoveOnly, some_hash<MoveOnly>> C;
move_noexcept.pass.cpp 32 struct some_hash struct
35 some_hash();
36 some_hash(const some_hash&);
57 typedef std::unordered_multiset<MoveOnly, some_hash<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.set/unord.set.cnstr/
move_assign_noexcept.pass.cpp 34 struct some_hash struct
37 some_hash();
38 some_hash(const some_hash&);
39 some_hash& operator=(const some_hash&);
60 typedef std::unordered_set<MoveOnly, some_hash<MoveOnly>> C;
dtor_noexcept.pass.cpp 30 struct some_hash struct
33 some_hash();
34 some_hash(const some_hash&);
35 ~some_hash() noexcept(false);
58 typedef std::unordered_set<MoveOnly, some_hash<MoveOnly>> C;
default_noexcept.pass.cpp 36 struct some_hash struct
39 some_hash();
40 some_hash(const some_hash&);
61 typedef std::unordered_set<MoveOnly, some_hash<MoveOnly>> C;
move_noexcept.pass.cpp 32 struct some_hash struct
35 some_hash();
36 some_hash(const some_hash&);
57 typedef std::unordered_set<MoveOnly, some_hash<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.map/unord.map.swap/
swap_noexcept.pass.cpp 34 struct some_hash struct
37 some_hash() {} function in struct:some_hash
38 some_hash(const some_hash&);
62 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.multimap/unord.multimap.swap/
swap_noexcept.pass.cpp 34 struct some_hash struct
37 some_hash() {} function in struct:some_hash
38 some_hash(const some_hash&);
62 typedef std::unordered_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.multiset/unord.multiset.swap/
swap_noexcept.pass.cpp 34 struct some_hash struct
37 some_hash() {} function in struct:some_hash
38 some_hash(const some_hash&);
62 typedef std::unordered_multiset<MoveOnly, some_hash<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.set/unord.set.swap/
swap_noexcept.pass.cpp 34 struct some_hash struct
37 some_hash() {} function in struct:some_hash
38 some_hash(const some_hash&);
62 typedef std::unordered_set<MoveOnly, some_hash<MoveOnly>> C;

Completed in 498 milliseconds