Searched refs:key_type (Results 1 - 25 of 81) sorted by relevance

1234

/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/trie_policy/
H A Dsample_trie_e_access_traits.hpp60 typedef std::string key_type; typedef in class:sample_trie_e_access_traits
65 key_type>::other::const_reference
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dssl_init.c82 int key_type; local
101 key_type = OBJ_sn2nid(upcased);
103 key_type = 0;
106 if (!key_type && 'm' == tolower((unsigned char)text[0]))
107 key_type = NID_md5;
109 if (!key_type)
117 EVP_DigestInit(ctx, EVP_get_digestbynid(key_type));
123 keytype_name(key_type), digest_len,
127 keytype_name(key_type), digest_len,
137 return key_type;
[all...]
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dcond_key_dtor_entry_dealtor.hpp64 typedef typename HT_Map::key_type key_type; typedef in class:pb_ds::detail::PB_DS_CKDED_CLASS_NAME
114 m_p_e->m_value.first.~key_type();
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
H A Dbasic_tree_policy_base.hpp71 typedef typename value_type::first_type key_type; typedef in struct:pb_ds::detail::basic_tree_policy_base
76 key_type>::type>::other::const_reference
128 typedef value_type key_type; typedef in struct:pb_ds::detail::basic_tree_policy_base
133 key_type>::type>::other::const_reference
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h62 typedef Key key_type; typedef in struct:clang::ento::ProgramStatePartialTrait
72 static lookup_type Lookup(data_type B, key_type K) {
75 static data_type Set(data_type B, key_type K, value_type E,context_type F){
79 static data_type Remove(data_type B, key_type K, context_type F) {
112 typedef Key key_type; typedef in struct:clang::ento::ProgramStatePartialTrait
122 static data_type Add(data_type B, key_type K, context_type F) {
126 static data_type Remove(data_type B, key_type K, context_type F) {
130 static bool Contains(data_type B, key_type K) {
153 typedef T key_type; typedef in struct:clang::ento::ProgramStatePartialTrait
156 static data_type Add(data_type L, key_type
[all...]
/freebsd-9.3-release/contrib/libstdc++/include/bits/
H A Dstl_multimap.h78 * keys). For a @c multimap<Key,T> the key_type is Key, the mapped_type
95 typedef _Key key_type; typedef in class:multimap
130 typedef _Rb_tree<key_type, value_type, _Select1st<value_type>,
405 erase(const key_type& __x)
478 find(const key_type& __x)
493 find(const key_type& __x) const
502 count(const key_type& __x) const
517 lower_bound(const key_type& __x)
532 lower_bound(const key_type& __x) const
542 upper_bound(const key_type
[all...]
H A Dstl_multiset.h78 * keys). For a @c multiset<Key> the key_type and value_type are Key.
101 typedef _Key key_type; typedef in class:multiset
111 typedef _Rb_tree<key_type, value_type, _Identity<value_type>,
360 erase(const key_type& __x)
396 count(const key_type& __x) const
414 find(const key_type& __x)
418 find(const key_type& __x) const
435 lower_bound(const key_type& __x)
439 lower_bound(const key_type& __x) const
451 upper_bound(const key_type
[all...]
H A Dstl_set.h106 typedef _Key key_type; typedef in class:set
116 typedef _Rb_tree<key_type, value_type, _Identity<value_type>,
372 erase(const key_type& __x)
411 count(const key_type& __x) const
429 find(const key_type& __x)
433 find(const key_type& __x) const
450 lower_bound(const key_type& __x)
454 lower_bound(const key_type& __x) const
466 upper_bound(const key_type& __x)
470 upper_bound(const key_type
[all...]
H A Dstl_map.h80 * For a @c map<Key,T> the key_type is Key, the mapped_type is T, and the
96 typedef _Key key_type; typedef in class:map
131 typedef _Rb_tree<key_type, value_type, _Select1st<value_type>,
342 operator[](const key_type& __k)
364 at(const key_type& __k)
373 at(const key_type& __k) const
468 erase(const key_type& __x)
541 find(const key_type& __x)
556 find(const key_type& __x) const
568 count(const key_type
[all...]
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/
H A Dtree_policy.hpp85 typedef typename base_type::key_type key_type; typedef in class:pb_ds::tree_order_statistics_node_update
H A Dtrie_policy.hpp83 typedef String key_type; typedef in struct:pb_ds::string_trie_e_access_traits
84 typedef typename Allocator::template rebind<key_type>::other key_rebind;
163 typedef typename base_type::key_type key_type; typedef in class:pb_ds::trie_prefix_search_node_update
264 typedef typename base_type::key_type key_type; typedef in class:pb_ds::trie_order_statistics_node_update
/freebsd-9.3-release/contrib/libstdc++/include/debug/
H A Dmultiset.h57 typedef _Key key_type; typedef in class:std::__debug::multiset
173 erase(const key_type& __x)
214 find(const key_type& __x)
220 find(const key_type& __x) const
226 lower_bound(const key_type& __x)
232 lower_bound(const key_type& __x) const
236 upper_bound(const key_type& __x)
242 upper_bound(const key_type& __x) const
246 equal_range(const key_type& __x)
258 equal_range(const key_type
[all...]
H A Dset.h57 typedef _Key key_type; typedef in class:std::__debug::set
178 erase(const key_type& __x)
219 find(const key_type& __x)
225 find(const key_type& __x) const
231 lower_bound(const key_type& __x)
237 lower_bound(const key_type& __x) const
241 upper_bound(const key_type& __x)
247 upper_bound(const key_type& __x) const
251 equal_range(const key_type& __x)
263 equal_range(const key_type
[all...]
H A Dmap.h57 typedef _Key key_type; typedef in class:std::__debug::map
187 erase(const key_type& __x)
227 find(const key_type& __x)
231 find(const key_type& __x) const
237 lower_bound(const key_type& __x)
241 lower_bound(const key_type& __x) const
245 upper_bound(const key_type& __x)
249 upper_bound(const key_type& __x) const
253 equal_range(const key_type& __x)
263 equal_range(const key_type
[all...]
H A Dmultimap.h57 typedef _Key key_type; typedef in class:std::__debug::multimap
173 erase(const key_type& __x)
214 find(const key_type& __x)
218 find(const key_type& __x) const
224 lower_bound(const key_type& __x)
228 lower_bound(const key_type& __x) const
232 upper_bound(const key_type& __x)
236 upper_bound(const key_type& __x) const
240 equal_range(const key_type& __x)
250 equal_range(const key_type
[all...]
H A Dhash_map.h59 typedef typename _Base::key_type key_type; typedef in class:__gnu_cxx::__debug::hash_map
173 find(const key_type& __key)
177 find(const key_type& __key) const
184 equal_range(const key_type& __key)
194 equal_range(const key_type& __key) const
204 erase(const key_type& __key)
H A Dhash_multimap.h59 typedef typename _Base::key_type key_type; typedef in class:__gnu_cxx::__debug::hash_multimap
155 find(const key_type& __key)
159 find(const key_type& __key) const
165 equal_range(const key_type& __key)
175 equal_range(const key_type& __key) const
185 erase(const key_type& __key)
H A Dhash_multiset.h59 typedef typename _Base::key_type key_type; typedef in class:__gnu_cxx::__debug::hash_multiset
150 find(const key_type& __key) const
156 equal_range(const key_type& __key) const
166 erase(const key_type& __key)
H A Dhash_set.h58 typedef typename _Base::key_type key_type; typedef in class:__gnu_cxx::__debug::hash_set
163 find(const key_type& __key) const
169 equal_range(const key_type& __key) const
179 erase(const key_type& __key)
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dtypes_traits.hpp69 typedef typename key_allocator::value_type key_type; typedef in struct:pb_ds::detail::types_traits
/freebsd-9.3-release/crypto/openssl/apps/
H A Drsautl.c95 char rsa_mode = RSA_VERIFY, key_type = KEY_PRIVKEY; local
155 key_type = KEY_PUBKEY;
157 key_type = KEY_CERT;
194 if (need_priv && (key_type != KEY_PRIVKEY)) {
209 switch (key_type) {
/freebsd-9.3-release/contrib/ntp/sntp/
H A Dcrypto.c20 int key_type; local
29 key_type = keytype_from_text(cmp_key->type, NULL);
32 EVP_DigestInit(ctx, EVP_get_digestbynid(key_type));
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DImmutableIntervalMap.h37 typedef const Interval key_type; typedef in struct:llvm::ImutIntervalInfo
91 typedef typename ImutInfo::key_type key_type; typedef in class:llvm::ImutIntervalAVLFactory
200 typedef typename ImutIntervalInfo<ValT>::key_type key_type; typedef in class:llvm::ImmutableIntervalMap
222 TreeTy *T = F.add(Old.Root, std::pair<key_type, data_type>(K, D));
H A DSetOperations.h42 const typename S1Ty::key_type &E = *I;
H A DImmutableMap.h28 typedef const T key_type; typedef in struct:llvm::ImutKeyValueInfo
65 typedef typename ValInfo::key_type key_type; typedef in class:llvm::ImmutableMap
111 TreeTy *T = F.add(Old.Root, std::pair<key_type,data_type>(K,D));
276 typedef typename ValInfo::key_type key_type; typedef in class:llvm::ImmutableMapRef
343 TreeTy *NewT = Factory->add(Root, std::pair<key_type, data_type>(K, D));

Completed in 440 milliseconds

1234