/third_party/boost/boost/asio/ |
D | socket_base.hpp | 39 shutdown_receive = implementation_defined, 42 shutdown_send = implementation_defined, 45 shutdown_both = implementation_defined 58 static const int message_peek = implementation_defined; 61 static const int message_out_of_band = implementation_defined; 64 static const int message_do_not_route = implementation_defined; 67 static const int message_end_of_record = implementation_defined; 122 typedef implementation_defined broadcast; 156 typedef implementation_defined debug; 189 typedef implementation_defined do_not_route; [all …]
|
/third_party/boost/libs/asio/include/boost/asio/ |
D | socket_base.hpp | 39 shutdown_receive = implementation_defined, 42 shutdown_send = implementation_defined, 45 shutdown_both = implementation_defined 58 static const int message_peek = implementation_defined; 61 static const int message_out_of_band = implementation_defined; 64 static const int message_do_not_route = implementation_defined; 67 static const int message_end_of_record = implementation_defined; 122 typedef implementation_defined broadcast; 156 typedef implementation_defined debug; 189 typedef implementation_defined do_not_route; [all …]
|
/third_party/boost/boost/intrusive/ |
D | unordered_set.hpp | 90 typedef table_type implementation_defined; typedef in boost::intrusive::unordered_set_impl 94 typedef typename implementation_defined::value_type value_type; 95 typedef typename implementation_defined::key_type key_type; 96 typedef typename implementation_defined::key_of_value key_of_value; 97 typedef typename implementation_defined::value_traits value_traits; 98 typedef typename implementation_defined::bucket_traits bucket_traits; 99 typedef typename implementation_defined::pointer pointer; 100 typedef typename implementation_defined::const_pointer const_pointer; 101 typedef typename implementation_defined::reference reference; 102 typedef typename implementation_defined::const_reference const_reference; [all …]
|
D | treap_set.hpp | 60 typedef tree_type implementation_defined; typedef in boost::intrusive::treap_set_impl 64 typedef typename implementation_defined::value_type value_type; 65 typedef typename implementation_defined::value_traits value_traits; 66 typedef typename implementation_defined::key_type key_type; 67 typedef typename implementation_defined::key_of_value key_of_value; 68 typedef typename implementation_defined::pointer pointer; 69 typedef typename implementation_defined::const_pointer const_pointer; 70 typedef typename implementation_defined::reference reference; 71 typedef typename implementation_defined::const_reference const_reference; 72 typedef typename implementation_defined::difference_type difference_type; [all …]
|
D | set.hpp | 61 typedef tree_type implementation_defined; typedef in boost::intrusive::set_impl 65 typedef typename implementation_defined::value_type value_type; 66 typedef typename implementation_defined::key_type key_type; 67 typedef typename implementation_defined::key_of_value key_of_value; 68 typedef typename implementation_defined::value_traits value_traits; 69 typedef typename implementation_defined::pointer pointer; 70 typedef typename implementation_defined::const_pointer const_pointer; 71 typedef typename implementation_defined::reference reference; 72 typedef typename implementation_defined::const_reference const_reference; 73 typedef typename implementation_defined::difference_type difference_type; [all …]
|
D | avl_set.hpp | 59 typedef tree_type implementation_defined; typedef in boost::intrusive::avl_set_impl 63 typedef typename implementation_defined::value_type value_type; 64 typedef typename implementation_defined::key_type key_type; 65 typedef typename implementation_defined::key_of_value key_of_value; 66 typedef typename implementation_defined::value_traits value_traits; 67 typedef typename implementation_defined::pointer pointer; 68 typedef typename implementation_defined::const_pointer const_pointer; 69 typedef typename implementation_defined::reference reference; 70 typedef typename implementation_defined::const_reference const_reference; 71 typedef typename implementation_defined::difference_type difference_type; [all …]
|
D | bs_set.hpp | 59 typedef tree_type implementation_defined; typedef in boost::intrusive::bs_set_impl 63 typedef typename implementation_defined::value_type value_type; 64 typedef typename implementation_defined::key_type key_type; 65 typedef typename implementation_defined::value_traits value_traits; 66 typedef typename implementation_defined::pointer pointer; 67 typedef typename implementation_defined::const_pointer const_pointer; 68 typedef typename implementation_defined::reference reference; 69 typedef typename implementation_defined::const_reference const_reference; 70 typedef typename implementation_defined::difference_type difference_type; 71 typedef typename implementation_defined::size_type size_type; [all …]
|
D | splay_set.hpp | 59 typedef tree_type implementation_defined; typedef in boost::intrusive::splay_set_impl 63 typedef typename implementation_defined::value_type value_type; 64 typedef typename implementation_defined::key_type key_type; 65 typedef typename implementation_defined::key_of_value key_of_value; 66 typedef typename implementation_defined::value_traits value_traits; 67 typedef typename implementation_defined::pointer pointer; 68 typedef typename implementation_defined::const_pointer const_pointer; 69 typedef typename implementation_defined::reference reference; 70 typedef typename implementation_defined::const_reference const_reference; 71 typedef typename implementation_defined::difference_type difference_type; [all …]
|
D | sg_set.hpp | 59 typedef tree_type implementation_defined; typedef in boost::intrusive::sg_set_impl 63 typedef typename implementation_defined::value_type value_type; 64 typedef typename implementation_defined::key_type key_type; 65 typedef typename implementation_defined::key_of_value key_of_value; 66 typedef typename implementation_defined::value_traits value_traits; 67 typedef typename implementation_defined::pointer pointer; 68 typedef typename implementation_defined::const_pointer const_pointer; 69 typedef typename implementation_defined::reference reference; 70 typedef typename implementation_defined::const_reference const_reference; 71 typedef typename implementation_defined::difference_type difference_type; [all …]
|
D | rbtree.hpp | 87 typedef tree_type implementation_defined; typedef in boost::intrusive::rbtree_impl 90 typedef typename implementation_defined::pointer pointer; 91 typedef typename implementation_defined::const_pointer const_pointer; 92 typedef typename implementation_defined::value_type value_type; 93 typedef typename implementation_defined::key_type key_type; 94 typedef typename implementation_defined::key_of_value key_of_value; 95 typedef typename implementation_defined::reference reference; 96 typedef typename implementation_defined::const_reference const_reference; 97 typedef typename implementation_defined::difference_type difference_type; 98 typedef typename implementation_defined::size_type size_type; [all …]
|
D | avltree.hpp | 87 typedef tree_type implementation_defined; typedef in boost::intrusive::avltree_impl 90 typedef typename implementation_defined::pointer pointer; 91 typedef typename implementation_defined::const_pointer const_pointer; 92 typedef typename implementation_defined::value_type value_type; 93 typedef typename implementation_defined::key_type key_type; 94 typedef typename implementation_defined::key_of_value key_of_value; 95 typedef typename implementation_defined::reference reference; 96 typedef typename implementation_defined::const_reference const_reference; 97 typedef typename implementation_defined::difference_type difference_type; 98 typedef typename implementation_defined::size_type size_type; [all …]
|
D | splaytree.hpp | 77 typedef tree_type implementation_defined; typedef in boost::intrusive::splaytree_impl 80 typedef typename implementation_defined::pointer pointer; 81 typedef typename implementation_defined::const_pointer const_pointer; 82 typedef typename implementation_defined::value_type value_type; 83 typedef typename implementation_defined::key_type key_type; 84 typedef typename implementation_defined::key_of_value key_of_value; 85 typedef typename implementation_defined::reference reference; 86 typedef typename implementation_defined::const_reference const_reference; 87 typedef typename implementation_defined::difference_type difference_type; 88 typedef typename implementation_defined::size_type size_type; [all …]
|
/third_party/boost/boost/asio/ssl/ |
D | context_base.hpp | 113 static const long default_workarounds = implementation_defined; 116 static const long single_dh_use = implementation_defined; 119 static const long no_sslv2 = implementation_defined; 122 static const long no_sslv3 = implementation_defined; 125 static const long no_tlsv1 = implementation_defined; 128 static const long no_tlsv1_1 = implementation_defined; 131 static const long no_tlsv1_2 = implementation_defined; 134 static const long no_tlsv1_3 = implementation_defined; 137 static const long no_compression = implementation_defined;
|
D | verify_mode.hpp | 40 const int verify_none = implementation_defined; 43 const int verify_peer = implementation_defined; 47 const int verify_fail_if_no_peer_cert = implementation_defined; 51 const int verify_client_once = implementation_defined;
|
/third_party/boost/libs/asio/include/boost/asio/ssl/ |
D | context_base.hpp | 113 static const long default_workarounds = implementation_defined; 116 static const long single_dh_use = implementation_defined; 119 static const long no_sslv2 = implementation_defined; 122 static const long no_sslv3 = implementation_defined; 125 static const long no_tlsv1 = implementation_defined; 128 static const long no_tlsv1_1 = implementation_defined; 131 static const long no_tlsv1_2 = implementation_defined; 134 static const long no_tlsv1_3 = implementation_defined; 137 static const long no_compression = implementation_defined;
|
D | verify_mode.hpp | 40 const int verify_none = implementation_defined; 43 const int verify_peer = implementation_defined; 47 const int verify_fail_if_no_peer_cert = implementation_defined; 51 const int verify_client_once = implementation_defined;
|
/third_party/boost/boost/heap/ |
D | d_ary_heap.hpp | 82 struct implementation_defined: struct in boost::heap::detail::d_ary_heap 135 … typedef typename implementation_defined::ordered_iterator_dispatcher ordered_iterator_dispatcher; 140 typedef typename implementation_defined::size_type size_type; 141 typedef typename implementation_defined::difference_type difference_type; 142 typedef typename implementation_defined::value_compare value_compare; 143 typedef typename implementation_defined::allocator_type allocator_type; 144 typedef typename implementation_defined::reference reference; 145 typedef typename implementation_defined::const_reference const_reference; 146 typedef typename implementation_defined::pointer pointer; 147 typedef typename implementation_defined::const_pointer const_pointer; [all …]
|
D | priority_queue.hpp | 79 struct implementation_defined: struct in boost::heap::priority_queue 91 typedef typename implementation_defined::size_type size_type; 92 typedef typename implementation_defined::difference_type difference_type; 93 typedef typename implementation_defined::value_compare value_compare; 94 typedef typename implementation_defined::allocator_type allocator_type; 95 typedef typename implementation_defined::reference reference; 96 typedef typename implementation_defined::const_reference const_reference; 97 typedef typename implementation_defined::pointer pointer; 98 typedef typename implementation_defined::const_pointer const_pointer; 102 typedef typename implementation_defined::iterator iterator; [all …]
|
D | pairing_heap.hpp | 152 struct implementation_defined: struct in boost::heap::pairing_heap 198 typedef typename implementation_defined::node node; 199 typedef typename implementation_defined::node_pointer node_pointer; 200 typedef typename implementation_defined::node_list_type node_list_type; 201 typedef typename implementation_defined::node_list_iterator node_list_iterator; 202 typedef typename implementation_defined::node_list_const_iterator node_list_const_iterator; 203 typedef typename implementation_defined::internal_compare internal_compare; 213 typedef typename implementation_defined::size_type size_type; 214 typedef typename implementation_defined::difference_type difference_type; 215 typedef typename implementation_defined::value_compare value_compare; [all …]
|
D | fibonacci_heap.hpp | 148 struct implementation_defined: struct in boost::heap::fibonacci_heap 190 typedef typename implementation_defined::node node; 191 typedef typename implementation_defined::node_pointer node_pointer; 192 typedef typename implementation_defined::node_list_type node_list_type; 193 typedef typename implementation_defined::node_list_iterator node_list_iterator; 194 typedef typename implementation_defined::node_list_const_iterator node_list_const_iterator; 195 typedef typename implementation_defined::internal_compare internal_compare; 201 typedef typename implementation_defined::size_type size_type; 202 typedef typename implementation_defined::difference_type difference_type; 203 typedef typename implementation_defined::value_compare value_compare; [all …]
|
/third_party/boost/libs/asio/include/boost/asio/ip/ |
D | resolver_base.hpp | 37 static const flags canonical_name = implementation_defined; 41 static const flags passive = implementation_defined; 45 static const flags numeric_host = implementation_defined; 49 static const flags numeric_service = implementation_defined; 53 static const flags v4_mapped = implementation_defined; 56 static const flags all_matching = implementation_defined; 61 static const flags address_configured = implementation_defined;
|
D | multicast.hpp | 48 typedef implementation_defined join_group; 76 typedef implementation_defined leave_group; 104 typedef implementation_defined outbound_interface; 140 typedef implementation_defined hops; 177 typedef implementation_defined enable_loopback;
|
/third_party/boost/boost/asio/ip/ |
D | resolver_base.hpp | 37 static const flags canonical_name = implementation_defined; 41 static const flags passive = implementation_defined; 45 static const flags numeric_host = implementation_defined; 49 static const flags numeric_service = implementation_defined; 53 static const flags v4_mapped = implementation_defined; 56 static const flags all_matching = implementation_defined; 61 static const flags address_configured = implementation_defined;
|
D | multicast.hpp | 48 typedef implementation_defined join_group; 76 typedef implementation_defined leave_group; 104 typedef implementation_defined outbound_interface; 140 typedef implementation_defined hops; 177 typedef implementation_defined enable_loopback;
|
/third_party/boost/boost/container/ |
D | options.hpp | 91 … typedef tree_opt<packed_options::tree_type, packed_options::optimize_size> implementation_defined; typedef 93 typedef implementation_defined type; 150 typedef hash_opt<packed_options::store_hash> implementation_defined; typedef 152 typedef implementation_defined type; 300 , typename packed_options::stored_size_type> implementation_defined; typedef 302 typedef implementation_defined type; 363 , packed_options::inplace_alignment> implementation_defined; typedef 365 typedef implementation_defined type; 430 , packed_options::inplace_alignment> implementation_defined; typedef 432 typedef implementation_defined type; [all …]
|