/third_party/boost/boost/histogram/detail/ |
D | sub_array.hpp | 18 class sub_array { class 34 sub_array() = default; 36 explicit sub_array(std::size_t s) noexcept : size_(s) { assert(size_ <= N); } in sub_array() function in boost::histogram::detail::sub_array 38 sub_array(std::size_t s, const T& value) noexcept( in sub_array() function in boost::histogram::detail::sub_array 40 : sub_array(s) { in sub_array() 87 void swap(sub_array& other) noexcept(swap_element_is_noexcept()) { in swap() 98 bool operator==(const sub_array<T, N>& a, const sub_array<T, N>& b) noexcept { in operator ==() 103 bool operator!=(const sub_array<T, N>& a, const sub_array<T, N>& b) noexcept { in operator !=() 113 void swap(::boost::histogram::detail::sub_array<T, N>& a, in swap() 114 ::boost::histogram::detail::sub_array<T, N>& b) noexcept(noexcept(a.swap(b))) { in swap()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-vector.hh | 145 hb_array_t<const Type> sub_array (unsigned int start_offset, unsigned int count) const in sub_array() function 146 { return as_array ().sub_array (start_offset, count);} in sub_array() 147 …hb_array_t<const Type> sub_array (unsigned int start_offset, unsigned int *count = nullptr /* IN/O… in sub_array() function 148 { return as_array ().sub_array (start_offset, count);} in sub_array() 149 hb_array_t<Type> sub_array (unsigned int start_offset, unsigned int count) in sub_array() function 150 { return as_array ().sub_array (start_offset, count);} in sub_array() 151 hb_array_t<Type> sub_array (unsigned int start_offset, unsigned int *count = nullptr /* IN/OUT */) in sub_array() function 152 { return as_array ().sub_array (start_offset, count);} in sub_array()
|
D | hb-array.hh | 167 …hb_array_t<Type> sub_array (unsigned int start_offset = 0, unsigned int *seg_count = nullptr /* IN… in sub_array() function 181 hb_array_t<Type> sub_array (unsigned int start_offset, unsigned int seg_count) const in sub_array() function 182 { return sub_array (start_offset, &seg_count); } in sub_array() 255 …hb_sorted_array_t<Type> sub_array (unsigned int start_offset, unsigned int *seg_count /* IN/OUT */… in sub_array() function 256 …{ return hb_sorted_array_t<Type> (((const hb_array_t<Type> *) (this))->sub_array (start_offset, se… in sub_array() 257 hb_sorted_array_t<Type> sub_array (unsigned int start_offset, unsigned int seg_count) const in sub_array() function 258 { return sub_array (start_offset, &seg_count); } in sub_array()
|
D | hb-open-type.hh | 578 hb_array_t<const Type> sub_array (unsigned int start_offset, unsigned int count) const in sub_array() function 579 { return as_array ().sub_array (start_offset, count);} in sub_array() 580 …hb_array_t<const Type> sub_array (unsigned int start_offset, unsigned int *count = nullptr /* IN/O… in sub_array() function 581 { return as_array ().sub_array (start_offset, count);} in sub_array() 582 hb_array_t<Type> sub_array (unsigned int start_offset, unsigned int count) in sub_array() function 583 { return as_array ().sub_array (start_offset, count);} in sub_array() 584 hb_array_t<Type> sub_array (unsigned int start_offset, unsigned int *count = nullptr /* IN/OUT */) in sub_array() function 585 { return as_array ().sub_array (start_offset, count);} in sub_array() 828 hb_sorted_array_t<const Type> sub_array (unsigned int start_offset, unsigned int count) const in sub_array() function 829 { return as_array ().sub_array (start_offset, count);} in sub_array() [all …]
|
D | hb-ot-color-colr-table.hh | 102 hb_array_t<const LayerRecord> glyph_layers = all_layers.sub_array (record.firstLayerIdx, in get_glyph_layers() 106 hb_array_t<const LayerRecord> segment_layers = glyph_layers.sub_array (start_offset, *count); in get_glyph_layers()
|
D | hb-ot-color-cpal-table.hh | 141 hb_array_t<const BGRAColor> palette_colors = all_colors.sub_array (start_index, in get_palette_colors() 145 …hb_array_t<const BGRAColor> segment_colors = palette_colors.sub_array (start_offset, *color_count); in get_palette_colors()
|
D | hb-aat-layout-lcar-table.hh | 57 hb_array_t<const HBINT16> arr = array.sub_array (start_offset, caret_count); in get_lig_carets()
|
/third_party/harfbuzz/src/ |
D | hb-vector.hh | 150 hb_array_t<const Type> sub_array (unsigned int start_offset, unsigned int count) const in sub_array() function 151 { return as_array ().sub_array (start_offset, count); } in sub_array() 152 …hb_array_t<const Type> sub_array (unsigned int start_offset, unsigned int *count = nullptr /* IN/O… in sub_array() function 153 { return as_array ().sub_array (start_offset, count); } in sub_array() 154 hb_array_t<Type> sub_array (unsigned int start_offset, unsigned int count) in sub_array() function 155 { return as_array ().sub_array (start_offset, count); } in sub_array() 156 hb_array_t<Type> sub_array (unsigned int start_offset, unsigned int *count = nullptr /* IN/OUT */) in sub_array() function 157 { return as_array ().sub_array (start_offset, count); } in sub_array()
|
D | hb-array.hh | 199 …hb_array_t sub_array (unsigned int start_offset = 0, unsigned int *seg_count = nullptr /* IN/OUT *… in sub_array() function 213 hb_array_t sub_array (unsigned int start_offset, unsigned int seg_count) const in sub_array() function 214 { return sub_array (start_offset, &seg_count); } in sub_array() 216 hb_array_t truncate (unsigned length) const { return sub_array (0, length); } in truncate() 305 …hb_sorted_array_t sub_array (unsigned int start_offset, unsigned int *seg_count /* IN/OUT */) const in sub_array() function 306 …{ return hb_sorted_array_t (((const hb_array_t<Type> *) (this))->sub_array (start_offset, seg_coun… in sub_array() 307 hb_sorted_array_t sub_array (unsigned int start_offset, unsigned int seg_count) const in sub_array() function 308 { return sub_array (start_offset, &seg_count); } in sub_array() 310 hb_sorted_array_t truncate (unsigned length) const { return sub_array (0, length); } in truncate()
|
D | hb-open-type.hh | 627 hb_array_t<const Type> sub_array (unsigned int start_offset, unsigned int count) const in sub_array() function 628 { return as_array ().sub_array (start_offset, count); } in sub_array() 629 …hb_array_t<const Type> sub_array (unsigned int start_offset, unsigned int *count = nullptr /* IN/O… in sub_array() function 630 { return as_array ().sub_array (start_offset, count); } in sub_array() 631 hb_array_t<Type> sub_array (unsigned int start_offset, unsigned int count) in sub_array() function 632 { return as_array ().sub_array (start_offset, count); } in sub_array() 633 hb_array_t<Type> sub_array (unsigned int start_offset, unsigned int *count = nullptr /* IN/OUT */) in sub_array() function 634 { return as_array ().sub_array (start_offset, count); } in sub_array() 913 hb_sorted_array_t<const Type> sub_array (unsigned int start_offset, unsigned int count) const in sub_array() function 914 { return as_array ().sub_array (start_offset, count); } in sub_array() [all …]
|
D | hb-ot-color-cpal-table.hh | 141 hb_array_t<const BGRAColor> palette_colors = all_colors.sub_array (start_index, in get_palette_colors() 145 + palette_colors.sub_array (start_offset, color_count) in get_palette_colors()
|
D | hb-ot-var-fvar-table.hh | 185 hb_array_t<const AxisRecord> arr = get_axes ().sub_array (start_offset, axes_count); in get_axes_deprecated() 199 hb_array_t<const AxisRecord> arr = get_axes ().sub_array (start_offset, axes_count); in get_axis_infos() 265 .sub_array (0, *coords_length); in get_instance_coords()
|
D | hb-aat-layout-feat-table.hh | 119 + settings_table.sub_array (start_offset, selectors_count) in get_selector_infos() 172 + namesZ.as_array (featureNameCount).sub_array (start_offset, count) in get_feature_types()
|
D | hb-ot-var-gvar-table.hh | 104 peak_tuple = shared_tuples.sub_array (coord_count * index, coord_count); in calculate_scalar() 162 { return get_all_tuples (axis_count).sub_array (0, axis_count); } in get_peak_tuple() 164 { return get_all_tuples (axis_count).sub_array (has_peak () * axis_count, axis_count); } in get_start_tuple() 166 …{ return get_all_tuples (axis_count).sub_array (has_peak () * axis_count + axis_count, axis_count)… in get_end_tuple() 482 hb_bytes_t var_data = blob->as_bytes ().sub_array (((unsigned) dataZ) + start_offset, length); in get_glyph_var_data_bytes()
|
D | hb-ot-color-colr-table.hh | 568 hb_array_t<const LayerRecord> glyph_layers = all_layers.sub_array (record.firstLayerIdx, in get_glyph_layers() 572 + glyph_layers.sub_array (start_offset, count) in get_glyph_layers() 605 auto glyph_layers = (this+layersZ).as_array (numLayers).sub_array (record->firstLayerIdx, in closure_glyphs() 704 auto layers = (this+layersZ).as_array (numLayers).sub_array (old_record->firstLayerIdx, in subset()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-vector.hh | 166 hb_array_t<const Type> sub_array (unsigned int start_offset, unsigned int count) const in sub_array() function 167 { return as_array ().sub_array (start_offset, count); } in sub_array() 168 …hb_array_t<const Type> sub_array (unsigned int start_offset, unsigned int *count = nullptr /* IN/O… in sub_array() function 169 { return as_array ().sub_array (start_offset, count); } in sub_array() 170 hb_array_t<Type> sub_array (unsigned int start_offset, unsigned int count) in sub_array() function 171 { return as_array ().sub_array (start_offset, count); } in sub_array() 172 hb_array_t<Type> sub_array (unsigned int start_offset, unsigned int *count = nullptr /* IN/OUT */) in sub_array() function 173 { return as_array ().sub_array (start_offset, count); } in sub_array()
|
D | hb-array.hh | 231 …hb_array_t sub_array (unsigned int start_offset = 0, unsigned int *seg_count = nullptr /* IN/OUT *… in sub_array() function 245 hb_array_t sub_array (unsigned int start_offset, unsigned int seg_count) const in sub_array() function 246 { return sub_array (start_offset, &seg_count); } in sub_array() 248 hb_array_t truncate (unsigned length) const { return sub_array (0, length); } in truncate() 336 …hb_sorted_array_t sub_array (unsigned int start_offset, unsigned int *seg_count /* IN/OUT */) const in sub_array() function 337 …{ return hb_sorted_array_t (((const hb_array_t<Type> *) (this))->sub_array (start_offset, seg_coun… in sub_array() 338 hb_sorted_array_t sub_array (unsigned int start_offset, unsigned int seg_count) const in sub_array() function 339 { return sub_array (start_offset, &seg_count); } in sub_array() 341 hb_sorted_array_t truncate (unsigned length) const { return sub_array (0, length); } in truncate()
|
D | hb-open-type.hh | 637 hb_array_t<const Type> sub_array (unsigned int start_offset, unsigned int count) const in sub_array() function 638 { return as_array ().sub_array (start_offset, count); } in sub_array() 639 …hb_array_t<const Type> sub_array (unsigned int start_offset, unsigned int *count = nullptr /* IN/O… in sub_array() function 640 { return as_array ().sub_array (start_offset, count); } in sub_array() 641 hb_array_t<Type> sub_array (unsigned int start_offset, unsigned int count) in sub_array() function 642 { return as_array ().sub_array (start_offset, count); } in sub_array() 643 hb_array_t<Type> sub_array (unsigned int start_offset, unsigned int *count = nullptr /* IN/OUT */) in sub_array() function 644 { return as_array ().sub_array (start_offset, count); } in sub_array() 925 hb_sorted_array_t<const Type> sub_array (unsigned int start_offset, unsigned int count) const in sub_array() function 926 { return as_array ().sub_array (start_offset, count); } in sub_array() [all …]
|
D | hb-ot-var-fvar-table.hh | 187 hb_array_t<const AxisRecord> arr = get_axes ().sub_array (start_offset, axes_count); in get_axes_deprecated() 201 hb_array_t<const AxisRecord> arr = get_axes ().sub_array (start_offset, axes_count); in get_axis_infos() 266 .sub_array (0, *coords_length); in get_instance_coords()
|
D | hb-aat-layout-feat-table.hh | 119 + settings_table.sub_array (start_offset, selectors_count) in get_selector_infos() 172 + namesZ.as_array (featureNameCount).sub_array (start_offset, count) in get_feature_types()
|
D | hb-ot-var-gvar-table.hh | 104 peak_tuple = shared_tuples.sub_array (coord_count * index, coord_count); in calculate_scalar() 162 { return get_all_tuples (axis_count).sub_array (0, axis_count); } in get_peak_tuple() 164 { return get_all_tuples (axis_count).sub_array (has_peak () * axis_count, axis_count); } in get_start_tuple() 166 …{ return get_all_tuples (axis_count).sub_array (has_peak () * axis_count + axis_count, axis_count)… in get_end_tuple() 486 hb_bytes_t var_data = blob->as_bytes ().sub_array (((unsigned) dataZ) + start_offset, length); in get_glyph_var_data_bytes()
|
D | hb-ot-color-cpal-table.hh | 180 hb_array_t<const BGRAColor> palette_colors = all_colors.sub_array (start_index, in get_palette_colors() 184 + palette_colors.sub_array (start_offset, color_count) in get_palette_colors()
|
/third_party/boost/boost/multi_array/ |
D | subarray.hpp | 202 class sub_array : public const_sub_array<T,NumDims,T*> class 229 sub_array& operator=(const ConstMultiArray& other) { in operator =() 243 sub_array& operator=(const sub_array& other) { in operator =() 358 sub_array (T* base, in sub_array() function in boost::detail::multi_array::sub_array 376 typedef boost::detail::multi_array::sub_array<element,N> type;
|
D | base.hpp | 78 class sub_array; 124 typedef sub_array<T,NumDims-1> reference; 255 typedef boost::detail::multi_array::sub_array<T,NDims> type;
|
/third_party/pulseaudio/src/utils/ |
D | qpaeq | 304 self.sub_array=None 308 if self.sub_array is not None: 309 self.layout().removeWidget(self.sub_array) 310 self.sub_array.disconnect_signals() 311 self.sub_array.deleteLater() 312 self.sub_array=widget 313 self.layout().addWidget(self.sub_array) 314 self.sub_array.connect_signals()
|