Home
last modified time | relevance | path

Searched refs:hash_set (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm-project/libcxx/include/ext/
Dhash_set2 //===------------------------- hash_set ------------------------------------===//
15 hash_set synopsis
22 class hash_set
41 explicit hash_set(size_type n = 193, const hasher& hf = hasher(),
45 hash_set(InputIterator f, InputIterator l,
49 hash_set(const hash_set&);
50 ~hash_set();
51 hash_set& operator=(const hash_set&);
73 void swap(hash_set&);
93 void swap(hash_set<Value, Hash, Pred, Alloc>& x,
[all …]
D__hash2 //===------------------------- hash_set ------------------------------------===//
/external/libcxx/include/ext/
Dhash_set2 //===------------------------- hash_set ------------------------------------===//
16 hash_set synopsis
23 class hash_set
42 explicit hash_set(size_type n = 193, const hasher& hf = hasher(),
46 hash_set(InputIterator f, InputIterator l,
50 hash_set(const hash_set&);
51 ~hash_set();
52 hash_set& operator=(const hash_set&);
74 void swap(hash_set&);
94 void swap(hash_set<Value, Hash, Pred, Alloc>& x,
[all …]
D__hash2 //===------------------------- hash_set ------------------------------------===//
/external/rust/crates/ahash/src/
Dhash_set.rs2 use std::collections::{hash_set, HashSet};
234 type IntoIter = hash_set::Iter<'a, T>;
242 type IntoIter = hash_set::IntoIter<T>;
292 let hash_set = HashSet::deserialize(deserializer); in deserialize() localVariable
293 hash_set.map(|hash_set| Self(hash_set)) in deserialize()
Dlib.rs47 mod hash_set; module
63 pub use crate::hash_set::AHashSet;
/external/libcxx/test/libcxx/containers/gnu_cxx/
Dhash_set.pass.cpp18 template class hash_set<int>; variable
22 typedef __gnu_cxx::hash_set<int> Set; in main()
/external/llvm-project/libcxx/test/libcxx/containers/gnu_cxx/
Dhash_set_name_lookup.pass.cpp26 template class hash_set<int>; variable
30 typedef __gnu_cxx::hash_set<int> Set; in main()
Dhash_set.pass.cpp24 __gnu_cxx::hash_set<int> h; in test_default_does_not_allocate()
/external/protobuf/m4/
Dstl_hash.m454 AC_DEFINE(HAVE_HASH_SET, 1, [define if the compiler has hash_set])
58 [the location of <unordered_set> or <hash_set>])
60 [the namespace of hash_map/hash_set])
64 [the name of <hash_set>])
/external/google-breakpad/src/common/
Dunordered.h47 struct unordered_set : public __gnu_cxx::hash_set<T, H> {};
/external/libchrome/base/containers/
Dhash_tables_unittest.cc60 base::hash_set<const char*> set; in TEST()
Dhash_tables.h71 using hash_set = std::unordered_set<Key, Hash, Pred, Alloc>;
/external/rust/crates/rayon/src/collections/
Dmod.rs28 pub mod hash_set; module
/external/rust/crates/hashbrown/src/
Dlib.rs99 pub mod hash_set { module
/external/rust/crates/hashbrown/src/external_trait_impls/
Dserde.rs98 use crate::hash_set::HashSet;
/external/llvm-project/llvm/utils/gn/secondary/libcxx/include/
DBUILD.gn145 "ext/hash_set",
/external/rust/crates/hashbrown/src/external_trait_impls/rayon/
Dset.rs4 use crate::hash_set::HashSet;
401 use crate::hash_set::HashSet;
/external/libchrome/base/trace_event/
Dtrace_log.h505 hash_set<MessageLoop*> thread_message_loops_;
Dtrace_log.cc1024 for (hash_set<MessageLoop*>::const_iterator it = in OnFlushTimeout()
/external/libcxx/include/
DCMakeLists.txt97 ext/hash_set
/external/llvm-project/libcxx/include/
DCMakeLists.txt93 ext/hash_set
/external/llvm/test/Transforms/IndVarSimplify/
D2004-04-05-InvokeCastCrash.ll7 …%"struct.__gnu_cxx::hash_set<const llvm::Constant*,__gnu_cxx::hash<const llvm::Constant*>,std::equ…
28 …%"struct.llvm::MachineFunctionInfo" = type { %"struct.__gnu_cxx::hash_set<const llvm::Constant*,__…
/external/llvm-project/llvm/test/Transforms/IndVarSimplify/
D2004-04-05-InvokeCastCrash.ll7 …%"struct.__gnu_cxx::hash_set<const llvm::Constant*,__gnu_cxx::hash<const llvm::Constant*>,std::equ…
28 …%"struct.llvm::MachineFunctionInfo" = type { %"struct.__gnu_cxx::hash_set<const llvm::Constant*,__…
/external/llvm/docs/
DProgrammersManual.rst1491 "hash_set" like containers (whether from C++ TR1 or from the SGI library). We
1492 never use hash_set and unordered_set because they are generally very expensive
1683 never use hash_set and unordered_set because they are generally very expensive

12