/third_party/boost/boost/gil/extension/io/pnm/detail/ |
D | scanline_read.hpp | 45 using this_t = scanline_reader<Device, tag_t>; typedef in boost::gil::scanline_reader 46 using iterator_t = scanline_read_iterator<this_t>; 88 _read_function = std::mem_fn(&this_t::read_text_row); in initialize() 89 _skip_function = std::mem_fn(&this_t::skip_text_row); in initialize() 98 _read_function = std::mem_fn(&this_t::read_text_row); in initialize() 99 _skip_function = std::mem_fn(&this_t::skip_text_row); in initialize() 110 _read_function = std::mem_fn(&this_t::read_binary_bit_row); in initialize() 111 _skip_function = std::mem_fn(&this_t::skip_binary_row); in initialize() 121 _read_function = std::mem_fn(&this_t::read_binary_byte_row); in initialize() 122 _skip_function = std::mem_fn(&this_t::skip_binary_row); in initialize() [all …]
|
/third_party/boost/boost/gil/extension/io/tiff/detail/ |
D | scanline_read.hpp | 58 using this_t = scanline_reader<Device, tag_t>; typedef in boost::gil::scanline_reader 59 using iterator_t = scanline_read_iterator<this_t>; 124 _read_function = std::mem_fn(&this_t::read_1_bit_index_image); in initialize() 143 _read_function = std::mem_fn(&this_t::read_2_bits_index_image); in initialize() 161 _read_function = std::mem_fn(&this_t::read_4_bits_index_image); in initialize() 180 _read_function = std::mem_fn(&this_t::read_8_bits_index_image); in initialize() 199 _read_function = std::mem_fn(&this_t::read_16_bits_index_image); in initialize() 218 _read_function = std::mem_fn(&this_t::read_24_bits_index_image); in initialize() 237 _read_function = std::mem_fn(&this_t::read_32_bits_index_image); in initialize() 275 case 32: { _read_function = std::mem_fn(&this_t::read_row); break; } in initialize() [all …]
|
/third_party/boost/libs/pfr/include/boost/pfr/detail/ |
D | offset_based_getter.hpp | 68 using this_t = offset_based_getter<U, S>; typedef in boost::pfr::detail::offset_based_getter 93 return reinterpret_cast<index_t<idx> *>(reinterpret_cast<char *>(u) + this_t::offset<idx>()); in get_pointer() 98 …return reinterpret_cast<const index_t<idx> *>(reinterpret_cast<const char *>(u) + this_t::offset<i… in get_pointer() 103 …return reinterpret_cast<volatile index_t<idx> *>(reinterpret_cast<volatile char *>(u) + this_t::of… in get_pointer() 108 …const volatile index_t<idx> *>(reinterpret_cast<const volatile char *>(u) + this_t::offset<idx>()); in get_pointer() 114 return *this_t::get_pointer<idx>(std::addressof(u)); in get() 119 return *this_t::get_pointer<idx>(std::addressof(u)); in get() 124 return *this_t::get_pointer<idx>(std::addressof(u)); in get() 129 return *this_t::get_pointer<idx>(std::addressof(u)); in get()
|
/third_party/boost/boost/pfr/detail/ |
D | offset_based_getter.hpp | 68 using this_t = offset_based_getter<U, S>; typedef in boost::pfr::detail::offset_based_getter 93 return reinterpret_cast<index_t<idx> *>(reinterpret_cast<char *>(u) + this_t::offset<idx>()); in get_pointer() 98 …return reinterpret_cast<const index_t<idx> *>(reinterpret_cast<const char *>(u) + this_t::offset<i… in get_pointer() 103 …return reinterpret_cast<volatile index_t<idx> *>(reinterpret_cast<volatile char *>(u) + this_t::of… in get_pointer() 108 …const volatile index_t<idx> *>(reinterpret_cast<const volatile char *>(u) + this_t::offset<idx>()); in get_pointer() 114 return *this_t::get_pointer<idx>(std::addressof(u)); in get() 119 return *this_t::get_pointer<idx>(std::addressof(u)); in get() 124 return *this_t::get_pointer<idx>(std::addressof(u)); in get() 129 return *this_t::get_pointer<idx>(std::addressof(u)); in get()
|
/third_party/boost/boost/archive/iterators/ |
D | escape.hpp | 54 typedef escape<Derived, Base> this_t; typedef in boost::archive::iterators::escape 64 const_cast<this_t *>(this)->dereference_impl(); in dereference() 68 bool equal(const this_t & rhs) const { in equal() 71 const_cast<this_t *>(& rhs)->dereference_impl(); in equal() 75 const_cast<this_t *>(this)->dereference_impl(); in equal()
|
D | unescape.hpp | 50 typedef unescape<Derived, Base> this_t; typedef in boost::archive::iterators::unescape 52 typedef typename this_t::value_type value_type; 53 typedef typename this_t::reference reference; 64 return const_cast<this_t *>(this)->dereference_impl(); in dereference()
|
D | transform_width.hpp | 63 typedef transform_width<Base, BitsOut, BitsIn, CharType> this_t; typedef in boost::archive::iterators::transform_width 70 const_cast<this_t *>(this)->fill(); in dereference() 74 bool equal_impl(const this_t & rhs){ in equal_impl() 88 bool equal(const this_t & rhs) const { in equal() 89 return const_cast<this_t *>(this)->equal_impl(rhs); in equal()
|
D | ostream_iterator.hpp | 42 typedef ostream_iterator this_t ; typedef in boost::archive::iterators::ostream_iterator 50 bool equal(const this_t & rhs) const { in equal() 64 this_t & operator=(char_type c){ in operator =()
|
D | xml_unescape.hpp | 39 typedef xml_unescape<Base> this_t; typedef in boost::archive::iterators::xml_unescape 40 typedef unescape<this_t, Base> super_t; 41 typedef typename boost::iterator_reference<this_t> reference_type;
|
D | wchar_from_mb.hpp | 68 typedef wchar_from_mb<Base> this_t; typedef in boost::archive::iterators::wchar_from_mb 88 bool equal(this_t const & rhs) const { in equal() 124 sliding_buffer<typename iterator_value<this_t>::type> m_output; 167 typename iterator_value<this_t>::type * next_available; in drain()
|
D | istream_iterator.hpp | 43 typedef istream_iterator this_t ; typedef in boost::archive::iterators::istream_iterator 52 bool equal(const this_t & rhs) const { in equal()
|
D | mb_from_wchar.hpp | 61 typedef mb_from_wchar<Base> this_t; typedef in boost::archive::iterators::mb_from_wchar 72 return (const_cast<this_t *>(this))->dereference_impl(); in dereference()
|
D | remove_whitespace.hpp | 100 typedef filter_iterator<Predicate, Base> this_t; typedef in boost::archive::iterators::filter_iterator 113 return const_cast<this_t *>(this)->dereference_impl(); in dereference()
|
/third_party/boost/boost/gil/extension/io/bmp/detail/ |
D | scanline_read.hpp | 44 using this_t = scanline_reader<Device, tag_t>; typedef in boost::gil::scanline_reader 45 using iterator_t = scanline_read_iterator<this_t>; 124 _read_function = std::mem_fn(&this_t::read_1_bit_row); in initialize() 147 _read_function = std::mem_fn(&this_t::read_4_bits_row); in initialize() 178 _read_function = std::mem_fn(&this_t::read_8_bits_row); in initialize() 241 _read_function = std::mem_fn(&this_t::read_15_bits_row); in initialize() 249 _read_function = std::mem_fn(&this_t::read_row); in initialize() 257 _read_function = std::mem_fn(&this_t::read_row); in initialize() 408 std::function<void(this_t*, byte_t*)> _read_function;
|
/third_party/boost/boost/gil/ |
D | locator.hpp | 232 using this_t = memory_based_2d_locator<StepIterator>; typedef in boost::gil::memory_based_2d_locator 266 bool operator==(const this_t& p) const { return _p==p._p; } in operator ==() 276 …this_t xy_at (x_coord_t dx, y_coord_t dy) const { return this_t(x_at( dx , dy ), row_size… in xy_at() 277 …this_t xy_at (const difference_type& d) const { return this_t(x_at( d.x, d.y), row_size… in xy_at() 280 …this_t& operator+=(const difference_type& d) { memunit_advance(x(),offset(d.x,d.y)); r… in operator +=() 281 …this_t& operator-=(const difference_type& d) { memunit_advance(x(),offset(-d.x,-d.y));… in operator -=() 296 std::ptrdiff_t y_distance_to(this_t const& p2, x_coord_t xDiff) const in y_distance_to()
|
D | virtual_locator.hpp | 40 using this_t = virtual_2d_locator<DerefFn, IsTransposed>; typedef in boost::gil::virtual_2d_locator 62 static type make(this_t const& loc, NewDerefFn const& new_deref_fn) in make() 98 bool operator==(const this_t& p) const { return y_pos_ == p.y_pos_; } in operator ==() 114 auto y_distance_to(this_t const& it2, x_coord_t) const -> y_coord_t in y_distance_to()
|
/third_party/boost/boost/spirit/home/classic/utility/ |
D | flush_multi_pass.hpp | 50 typedef flush_multi_pass_parser this_t; typedef in boost::spirit::flush_multi_pass_parser 53 typename parser_result<this_t, ScannerT>::type
|
/third_party/boost/boost/gil/extension/io/targa/detail/ |
D | scanline_read.hpp | 42 using this_t = scanline_reader<Device, tag_t>; typedef in boost::gil::scanline_reader 43 using iterator_t = scanline_read_iterator<this_t>;
|
/third_party/boost/boost/gil/extension/io/jpeg/detail/ |
D | scanline_read.hpp | 48 using this_t = scanline_reader<Device, tag_t>; typedef in boost::gil::scanline_reader 49 using iterator_t = scanline_read_iterator<this_t>;
|
/third_party/boost/boost/gil/extension/dynamic_image/ |
D | reduce.hpp | 396 using this_t = cross_vector<VecOfVecs,TypeGen>; typedef 398 using type = cross_iterator<VecOfVecs,TypeGen,size<this_t>::value>; 406 using this_t = cross_vector<VecOfVecs,TypeGen>; typedef 408 using type = typename deref<typename begin<this_t>::type>::type; 417 using this_t = cross_vector<VecOfVecs,TypeGen>; typedef 418 using size = typename size<this_t>::type; 421 using type = typename at<this_t, last_index>::type;
|
/third_party/boost/boost/gil/extension/io/png/detail/ |
D | scanline_read.hpp | 40 using this_t = scanline_reader<Device, tag_t>; typedef in boost::gil::scanline_reader 41 using iterator_t = scanline_read_iterator<this_t>;
|
D | reader_backend.hpp | 35 using this_t = reader_backend<Device, png_tag>; typedef 105 , this_t::read_user_chunk_callback in read_header() 137 , this_t::read_data in read_header() 144 , this_t::read_row_callback in read_header()
|
D | writer_backend.hpp | 38 using this_t = writer_backend<Device, png_tag>; typedef 483 , static_cast< png_rw_ptr > ( &this_t::write_data ) in init_io() 484 , static_cast< png_flush_ptr >( &this_t::flush ) in init_io()
|
/third_party/boost/boost/xpressive/traits/ |
D | cpp_regex_traits.hpp | 640 typedef cpp_regex_traits<Char> this_t; in lookup_classname_impl_() typedef 641 for(std::size_t j = 0; 0 != this_t::char_class(j).class_name_; ++j) in lookup_classname_impl_() 643 if(this_t::compare_(this_t::char_class(j).class_name_, begin, end)) in lookup_classname_impl_() 645 return this_t::char_class(j).class_type_; in lookup_classname_impl_()
|
/third_party/boost/boost/sort/sample_sort/ |
D | sample_sort.hpp | 66 typedef sample_sort<Iter_t, Compare> this_t; typedef 190 vfuture[i] = std::async(std::launch::async, &this_t::execute_first, in first_merge() 207 vfuture[i] = std::async(std::launch::async, &this_t::execute, this); in final_merge()
|