| /third_party/boost/boost/heap/detail/ |
| D | mutable_heap.hpp | 80 struct handle_type struct in boost::heap::detail::priority_queue_mutable_wrapper 82 value_type & operator*() const in operator *() 87 handle_type (void) in handle_type() function 90 handle_type(handle_type const & rhs): in handle_type() function 94 bool operator==(handle_type const & rhs) const in operator ==() 99 bool operator!=(handle_type const & rhs) const in operator !=() 105 explicit handle_type(list_iterator const & it): in handle_type() argument 109 list_iterator iterator;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Windows/ |
| D | WindowsSupport.h | 79 typedef typename HandleTraits::handle_type handle_type; typedef 114 operator handle_type() const { in handle_type() function 120 typedef HANDLE handle_type; typedef 142 typedef HCRYPTPROV handle_type; typedef 158 typedef HKEY handle_type; typedef
|
| /third_party/boost/libs/heap/test/ |
| D | mutable_heap_test.cpp | 41 typedef fibonacci_heap<fibonacci_heap_data>::handle_type handle_type; typedef 61 typedef d_ary_heap<d_heap_data, arity<4>, mutable_<true> >::handle_type handle_type; typedef 82 typedef pairing_heap<pairing_heap_data>::handle_type handle_type; typedef 104 typedef binomial_heap<binomial_heap_data>::handle_type handle_type; typedef 125 typedef skew_heap<skew_heap_data, mutable_<true> >::handle_type handle_type; typedef
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
| D | WindowsSupport.h | 93 typedef typename HandleTraits::handle_type handle_type; typedef 128 operator handle_type() const { in handle_type() function 134 typedef HANDLE handle_type; typedef 156 typedef HCRYPTPROV handle_type; typedef 172 typedef HKEY handle_type; typedef
|
| /third_party/boost/boost/flyweight/ |
| D | no_tracking.hpp | 35 struct handle_type struct 38 struct apply{typedef Handle type;};
|
| D | refcounted.hpp | 190 struct handle_type struct 193 struct apply
|
| D | hashed_factory.hpp | 72 typedef const Entry* handle_type; typedef in boost::flyweights::hashed_factory_class
|
| D | assoc_container_factory.hpp | 54 >::type handle_type; typedef in boost::flyweights::assoc_container_factory_class
|
| D | flyweight.hpp | 172 typedef typename core::handle_type handle_type; typedef in boost::flyweights::flyweight
|
| /third_party/boost/boost/iostreams/device/ |
| D | file_descriptor.hpp | 54 typedef detail::file_handle handle_type; typedef in boost::iostreams::file_descriptor 153 typedef void* handle_type; // A.k.a HANDLE typedef in boost::iostreams::file_descriptor_source 235 typedef void* handle_type; // A.k.a HANDLE typedef in boost::iostreams::file_descriptor_sink
|
| /third_party/skia/third_party/externals/dawn/ |
| D | dawn_wire.json | 38 { "name": "result", "type": "ObjectHandle", "handle_type": "buffer" }, string 47 … { "name": "pipeline object handle", "type": "ObjectHandle", "handle_type": "compute pipeline"}, string 53 … { "name": "pipeline object handle", "type": "ObjectHandle", "handle_type": "render pipeline"}, string 91 { "name": "buffer", "type": "ObjectHandle", "handle_type": "buffer" }, string 98 { "name": "device", "type": "ObjectHandle", "handle_type": "device" }, string 104 { "name": "device", "type": "ObjectHandle", "handle_type": "device" }, string 110 { "name": "device", "type": "ObjectHandle", "handle_type": "device" }, string 115 { "name": "device", "type": "ObjectHandle", "handle_type": "device" }, string 120 { "name": "device", "type": "ObjectHandle", "handle_type": "device" }, string 125 { "name": "device", "type": "ObjectHandle", "handle_type": "device" }, string [all …]
|
| /third_party/boost/boost/process/ |
| D | async_pipe.hpp | 48 typedef platform_specific handle_type; typedef in boost::process::async_pipe
|
| /third_party/flutter/skia/third_party/externals/dawn/ |
| D | dawn_wire.json | 39 { "name": "result", "type": "ObjectHandle", "handle_type": "buffer" }, string 47 { "name": "result", "type": "ObjectHandle", "handle_type": "buffer" }, string 58 { "name": "buffer", "type": "ObjectHandle", "handle_type": "buffer" }, string 65 { "name": "buffer", "type": "ObjectHandle", "handle_type": "buffer" }, string 73 { "name": "fence", "type": "ObjectHandle", "handle_type": "fence" }, string
|
| /third_party/boost/libs/flyweight/example/ |
| D | custom_factory.cpp | 48 typedef typename store_type::iterator handle_type; typedef in verbose_factory_class
|
| /third_party/boost/boost/flyweight/detail/ |
| D | flyweight_core.hpp | 56 typedef typename core::handle_type handle_type; typedef 104 >::type handle_type; typedef in boost::flyweights::detail::flyweight_core
|
| /third_party/boost/libs/flyweight/test/ |
| D | test_custom_factory.cpp | 42 typedef typename container_type::iterator handle_type; typedef in lu_factory_class
|
| /third_party/ltp/include/lapi/ |
| D | fcntl.h | 147 int handle_type; member
|
| /third_party/boost/boost/lockfree/ |
| D | queue.hpp | 117 typedef typename detail::select_tagged_handle<node, node_based>::handle_type handle_type; in BOOST_ALIGNMENT() typedef 142 typedef typename detail::select_tagged_handle<node, node_based>::handle_type handle_type; typedef in boost::lockfree::queue
|
| /third_party/boost/boost/heap/ |
| D | heap_concepts.hpp | 81 typedef typename C::handle_type handle_type; typedef
|
| D | d_ary_heap.hpp | 131 typedef void * handle_type; typedef 151 typedef typename implementation_defined::handle_type handle_type; typedef in boost::heap::detail::d_ary_heap 518 typedef typename implementation_defined::handle_type handle_type; typedef in boost::heap::d_ary_heap
|
| D | pairing_heap.hpp | 173 typedef detail::node_handle<node_pointer, super_t, reference> handle_type; typedef 226 typedef typename implementation_defined::handle_type handle_type; typedef in boost::heap::pairing_heap
|
| D | fibonacci_heap.hpp | 169 typedef detail::node_handle<node_pointer, super_t, reference> handle_type; typedef 214 typedef typename implementation_defined::handle_type handle_type; typedef in boost::heap::fibonacci_heap
|
| D | binomial_heap.hpp | 164 typedef detail::node_handle<node_pointer, super_t, reference> handle_type; typedef 212 typedef typename implementation_defined::handle_type handle_type; typedef in boost::heap::binomial_heap
|
| /third_party/eudev/src/shared/ |
| D | missing.h | 144 int handle_type; member
|
| /third_party/ffmpeg/libavutil/ |
| D | hwcontext_qsv.c | 57 mfxHandleType handle_type; member 89 mfxHandleType handle_type; member 1142 mfxHandleType handle_type; in qsv_device_derive_from_child() local
|