/external/libcxx/include/ext/ |
D | hash_set | 2 //===------------------------- 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 …]
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/ext/ |
D | 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, 94 hash_set<Value, Hash, Pred, Alloc>& y); [all …]
|
/external/cronet/tot/third_party/libc++/src/include/ext/ |
D | 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, 94 hash_set<Value, Hash, Pred, Alloc>& y); [all …]
|
/external/cronet/stable/third_party/libc++/src/include/__cxx03/ext/ |
D | 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, 94 hash_set<Value, Hash, Pred, Alloc>& y); [all …]
|
/external/cronet/stable/third_party/libc++/src/include/ext/ |
D | 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, 94 hash_set<Value, Hash, Pred, Alloc>& y); [all …]
|
/external/sdv/vsomeip/third_party/boost/serialization/include/boost/serialization/ |
D | hash_set.hpp | 84 const BOOST_STD_EXTENSION_NAMESPACE::hash_set< in save() 91 BOOST_STD_EXTENSION_NAMESPACE::hash_set< in save() 106 BOOST_STD_EXTENSION_NAMESPACE::hash_set< in load() 113 BOOST_STD_EXTENSION_NAMESPACE::hash_set< in load() 118 BOOST_STD_EXTENSION_NAMESPACE::hash_set< in load() 136 BOOST_STD_EXTENSION_NAMESPACE::hash_set< in serialize() 219 BOOST_SERIALIZATION_COLLECTION_TRAITS(BOOST_STD_EXTENSION_NAMESPACE::hash_set)
|
/external/rust/beto-rust/nearby/connections/ukey2/ukey2/tests/ |
D | tests.rs | 19 use std::collections::hash_set; 25 let next_protocols = hash_set::HashSet::from([next_protocol.to_string()]); in full_integration_state_machine() 61 let next_protocols = hash_set::HashSet::from([next_protocol.to_string()]); in full_integration_state_machine_public_key_in_protobuf() 97 let next_protocols = hash_set::HashSet::from(raw_next_protocols.map(|p| p.to_string())); in full_integration_state_machine_multiple_next_protocols_sort() 135 let next_protocols = hash_set::HashSet::from(raw_next_protocols.map(|p| p.to_string())); in full_integration_state_machine_multiple_next_protocols_client()
|
/external/rust/android-crates-io/crates/ahash/src/ |
D | hash_set.rs | 2 use std::collections::{hash_set, HashSet}; 260 type IntoIter = hash_set::Iter<'a, T>; 268 type IntoIter = hash_set::IntoIter<T>; 324 let hash_set = HashSet::deserialize(deserializer); in deserialize() localVariable 325 hash_set.map(|hash_set| Self(hash_set)) in deserialize()
|
/external/cronet/tot/third_party/libc++/src/test/libcxx/containers/gnu_cxx/ |
D | hash_set_name_lookup.pass.cpp | 26 template class hash_set<int>; variable 30 typedef __gnu_cxx::hash_set<int> Set; in main()
|
D | hash_set.pass.cpp | 24 __gnu_cxx::hash_set<int> h; in test_default_does_not_allocate()
|
/external/libcxx/test/libcxx/containers/gnu_cxx/ |
D | hash_set.pass.cpp | 18 template class hash_set<int>; variable 22 typedef __gnu_cxx::hash_set<int> Set; in main()
|
/external/cronet/stable/third_party/libc++/src/test/libcxx/containers/gnu_cxx/ |
D | hash_set_name_lookup.pass.cpp | 26 template class hash_set<int>; variable 30 typedef __gnu_cxx::hash_set<int> Set; in main()
|
D | hash_set.pass.cpp | 24 __gnu_cxx::hash_set<int> h; in test_default_does_not_allocate()
|
/external/sdv/vsomeip/third_party/boost/config/test/ |
D | boost_has_hash.ipp | 10 // DESCRIPTION: The C++ implementation provides the (SGI) hash_set 25 void foo(const BOOST_STD_EXTENSION_NAMESPACE::hash_set<Key,Eq,Hash,Alloc>& ) 44 BOOST_STD_EXTENSION_NAMESPACE::hash_set<int> hs;
|
/external/cronet/stable/third_party/protobuf/m4/ |
D | stl_hash.m4 | 54 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/cronet/tot/third_party/protobuf/m4/ |
D | stl_hash.m4 | 54 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/sdv/vsomeip/third_party/boost/serialization/test/ |
D | test_set_hashed.cpp | 58 BOOST_STD_EXTENSION_NAMESPACE::hash_set<A> ahash_set; in test_hash_set() 67 BOOST_STD_EXTENSION_NAMESPACE::hash_set<A> ahash_set1; in test_hash_set()
|
/external/rust/android-crates-io/crates/arbitrary/src/foreign/std/collections/ |
D | mod.rs | 2 mod hash_set; module
|
D | hash_set.rs | 4 collections::hash_set::HashSet,
|
/external/rust/beto-rust/nearby/connections/ukey2/ukey2/src/ |
D | tests.rs | 15 use std::collections::hash_set; 75 let mut next_protocols = hash_set::HashSet::new(); in advance_from_init_to_complete_server_x25519_test() 129 let mut next_protocols = hash_set::HashSet::new(); in advance_from_init_to_complete_server_p256_test()
|
/external/sdv/vsomeip/third_party/boost/config/include/boost/config/stdlib/ |
D | libstdcpp3.hpp | 88 # define BOOST_HASH_SET_HEADER <ext/hash_set> 91 # define BOOST_HASH_SET_HEADER <backward/hash_set>
|
/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/stl/algorithm/detail/ |
D | is_std_hash_set.hpp | 40 …struct is_std_hash_set< ::BOOST_PHOENIX_HASH_NAMESPACE::hash_set<Kty,BOOST_PHOENIX_HASH_type_rest_…
|
/external/google-breakpad/src/common/ |
D | unordered.h | 46 struct unordered_set : public __gnu_cxx::hash_set<T, H> {};
|
/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/ |
D | config.hpp | 67 #define BOOST_PHOENIX_HASH_SET_HEADER <hash_set>
|
/external/libchrome/base/containers/ |
D | hash_tables_unittest.cc | 60 base::hash_set<const char*> set; in TEST()
|