/third_party/boost/boost/gil/extension/toolbox/metafunctions/ |
D | channel_type.hpp | 44 struct channel_type< bit_aligned_pixel_reference<B,C,L,M> > struct 50 struct channel_type<const bit_aligned_pixel_reference<B,C,L,M> > struct 71 struct channel_type< packed_pixel< BitField struct 87 struct channel_type< const packed_pixel< B, C, L > > struct 94 struct channel_type< any_image_pixel_t > struct 96 using type = any_image_channel_t;
|
/third_party/boost/boost/gil/ |
D | pixel_iterator.hpp | 109 struct channel_type<Pixel*> : channel_type<Pixel> {}; struct 112 struct channel_type<Pixel const*> : channel_type<Pixel> {}; struct
|
D | pixel.hpp | 40 struct channel_type<PixelBased const> : channel_type<PixelBased> {}; struct 294 struct channel_type<pixel<ChannelValue, Layout>> struct 296 using type = ChannelValue;
|
D | planar_pixel_reference.hpp | 226 struct channel_type<planar_pixel_reference<ChannelReference,ColorSpace> > { struct 227 using type = typename channel_traits<ChannelReference>::value_type;
|
D | planar_pixel_iterator.hpp | 194 struct channel_type<planar_pixel_iterator<IC, C>> struct 196 using type = typename std::iterator_traits<IC>::value_type;
|
D | iterator_from_2d.hpp | 163 struct channel_type<iterator_from_2d<Loc> > : public channel_type<Loc> {}; struct
|
D | position_iterator.hpp | 101 struct channel_type<position_iterator<Deref,Dim> > : public channel_type<typename Deref::value_type… struct
|
/third_party/boost/libs/fiber/performance/thread/ |
D | skynet_async.cpp | 28 using channel_type = buffered_channel< std::uint64_t >; typedef
|
D | skynet_std.cpp | 15 using channel_type = buffered_channel< std::uint64_t >; typedef
|
D | skynet_pthread.cpp | 20 using channel_type = buffered_channel< std::uint64_t >; typedef
|
/third_party/boost/libs/fiber/performance/fiber/ |
D | skynet_detach.cpp | 25 using channel_type = boost::fibers::buffered_channel< std::uint64_t >; typedef
|
D | skynet_join.cpp | 25 using channel_type = boost::fibers::buffered_channel< std::uint64_t >; typedef
|
D | skynet_stealing_async.cpp | 34 using channel_type = boost::fibers::buffered_channel< std::uint64_t >; typedef
|
D | skynet_stealing_detach.cpp | 34 using channel_type = boost::fibers::buffered_channel< std::uint64_t >; typedef
|
D | skynet_shared_detach.cpp | 31 using channel_type = boost::fibers::buffered_channel< std::uint64_t >; typedef
|
D | skynet_stealing_join.cpp | 34 using channel_type = boost::fibers::buffered_channel< std::uint64_t >; typedef
|
D | skynet_shared_join.cpp | 31 using channel_type = boost::fibers::buffered_channel< std::uint64_t >; typedef
|
/third_party/boost/libs/gil/example/ |
D | interleaved_ref.hpp | 151 struct channel_type<interleaved_ref<ChannelReference, Layout>> struct 153 using type = typename channel_traits<ChannelReference>::value_type;
|
D | interleaved_ptr.hpp | 151 struct channel_type<interleaved_ptr<ChannelPtr, Layout>> struct 153 using type = typename std::iterator_traits<ChannelPtr>::value_type;
|
/third_party/boost/libs/gil/doc/html/_downloads/ |
D | interleaved_ref.hpp | 151 struct channel_type<interleaved_ref<ChannelReference, Layout>> struct 153 using type = typename channel_traits<ChannelReference>::value_type;
|
D | interleaved_ptr.hpp | 151 struct channel_type<interleaved_ptr<ChannelPtr, Layout>> struct 153 using type = typename std::iterator_traits<ChannelPtr>::value_type;
|
/third_party/boost/boost/gil/extension/toolbox/image_types/ |
D | subchroma_image.hpp | 154 struct channel_type< subchroma_image_locator< Locator, Factors > > struct 281 struct channel_type< subchroma_image_view< Locator, Factors > > struct 435 struct channel_type< subchroma_image< Pixel, Factors, Alloc > > struct
|
/third_party/ffmpeg/libavformat/ |
D | dsfdec.c | 71 unsigned int channel_type; in dsf_read_header() local
|
/third_party/boost/libs/fiber/performance/fiber/numa/ |
D | skynet_stealing_detach.cpp | 35 using channel_type = boost::fibers::buffered_channel< std::uint64_t >; typedef
|
/third_party/boost/boost/log/sources/ |
D | channel_feature.hpp | 62 typedef ChannelT channel_type; typedef in boost::sources::basic_channel_logger
|