Home
last modified time | relevance | path

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

123

/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 …]
/external/cronet/tot/third_party/libc++/src/include/__cxx03/ext/
Dhash_set15 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/
Dhash_set15 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/
Dhash_set15 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/
Dhash_set15 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/
Dhash_set.hpp84 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/
Dtests.rs19 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/
Dhash_set.rs2 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/
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/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/cronet/stable/third_party/libc++/src/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/sdv/vsomeip/third_party/boost/config/test/
Dboost_has_hash.ipp10 // 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/
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/cronet/tot/third_party/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/sdv/vsomeip/third_party/boost/serialization/test/
Dtest_set_hashed.cpp58 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/
Dmod.rs2 mod hash_set; module
Dhash_set.rs4 collections::hash_set::HashSet,
/external/rust/beto-rust/nearby/connections/ukey2/ukey2/src/
Dtests.rs15 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/
Dlibstdcpp3.hpp88 # 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/
Dis_std_hash_set.hpp40 …struct is_std_hash_set< ::BOOST_PHOENIX_HASH_NAMESPACE::hash_set<Kty,BOOST_PHOENIX_HASH_type_rest_…
/external/google-breakpad/src/common/
Dunordered.h46 struct unordered_set : public __gnu_cxx::hash_set<T, H> {};
/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/
Dconfig.hpp67 #define BOOST_PHOENIX_HASH_SET_HEADER <hash_set>
/external/libchrome/base/containers/
Dhash_tables_unittest.cc60 base::hash_set<const char*> set; in TEST()

123