Lines Matching refs:other

75 bool ScanSession::operator==(const ScanSession& other) const
77 return params == other.params &&
78 computed == other.computed &&
79 full_resolution == other.full_resolution &&
80 optical_resolution == other.optical_resolution &&
81 optical_pixels == other.optical_pixels &&
82 optical_pixels_raw == other.optical_pixels_raw &&
83 optical_line_count == other.optical_line_count &&
84 output_resolution == other.output_resolution &&
85 output_startx == other.output_startx &&
86 output_pixels == other.output_pixels &&
87 output_channel_bytes == other.output_channel_bytes &&
88 output_line_bytes == other.output_line_bytes &&
89 output_line_bytes_raw == other.output_line_bytes_raw &&
90 output_line_bytes_requested == other.output_line_bytes_requested &&
91 output_line_count == other.output_line_count &&
92 output_total_bytes_raw == other.output_total_bytes_raw &&
93 output_total_bytes == other.output_total_bytes &&
94 num_staggered_lines == other.num_staggered_lines &&
95 max_color_shift_lines == other.max_color_shift_lines &&
96 color_shift_lines_r == other.color_shift_lines_r &&
97 color_shift_lines_g == other.color_shift_lines_g &&
98 color_shift_lines_b == other.color_shift_lines_b &&
99 stagger_x == other.stagger_x &&
100 stagger_y == other.stagger_y &&
101 segment_count == other.segment_count &&
102 pixel_startx == other.pixel_startx &&
103 pixel_endx == other.pixel_endx &&
104 pixel_count_ratio == other.pixel_count_ratio &&
105 conseq_pixel_dist == other.conseq_pixel_dist &&
106 output_segment_pixel_group_count == other.output_segment_pixel_group_count &&
107 output_segment_start_offset == other.output_segment_start_offset &&
108 shading_pixel_offset == other.shading_pixel_offset &&
109 buffer_size_read == other.buffer_size_read &&
110 enable_ledadd == other.enable_ledadd &&
111 use_host_side_calib == other.use_host_side_calib &&
112 use_host_side_gray == other.use_host_side_gray;