Searched refs:format_indent_braced_list (Results 1 - 6 of 6) sorted by relevance
/third_party/backends/backend/genesys/ |
H A D | sensor.cpp | 83 << " regs: " << format_indent_braced_list(4, frontend.regs) << '\n' in operator <<() 88 << " layout: " << format_indent_braced_list(4, frontend.layout) << '\n' in operator <<() 109 << " resolutions: " << format_indent_braced_list(4, sensor.resolutions) << '\n' in operator <<() 122 << " exposure: " << format_indent_braced_list(4, sensor.exposure) << '\n' in operator <<() 126 << format_indent_braced_list(4, format_vector_unsigned(4, sensor.segment_order)) << '\n' in operator <<() 130 << " custom_regs: " << format_indent_braced_list(4, sensor.custom_regs) << '\n' in operator <<() 131 << " custom_fe_regs: " << format_indent_braced_list(4, sensor.custom_fe_regs) << '\n' in operator <<()
|
H A D | device.cpp | 199 << " reg: " << format_indent_braced_list(4, dev.reg) << '\n' in operator <<() 200 << " initial_regs: " << format_indent_braced_list(4, dev.initial_regs) << '\n' in operator <<() 201 << " settings: " << format_indent_braced_list(4, dev.settings) << '\n' in operator <<() 202 << " frontend: " << format_indent_braced_list(4, dev.frontend) << '\n' in operator <<() 203 << " frontend_initial: " << format_indent_braced_list(4, dev.frontend_initial) << '\n'; in operator <<() 206 << format_indent_braced_list(4, dev.memory_layout.regs) << '\n'; in operator <<() 208 out << " gpo.regs: " << format_indent_braced_list(4, dev.gpo.regs) << '\n' in operator <<() 209 << " motor: " << format_indent_braced_list(4, dev.motor) << '\n' in operator <<() 218 << " calib_session: " << format_indent_braced_list(4, dev.calib_session) << '\n' in operator <<() 236 << " session: " << format_indent_braced_list( in operator <<() [all...] |
H A D | motor.cpp | 170 << " resolutions: " << format_indent_braced_list(4, profile.resolutions) << '\n' in operator <<() 171 << " scan_methods: " << format_indent_braced_list(4, profile.scan_methods) << '\n' in operator <<() 172 << " slope: " << format_indent_braced_list(4, profile.slope) << '\n' in operator <<() 183 << format_indent_braced_list(4, format_vector_indent_braced(4, "MotorProfile", in operator <<() 186 << format_indent_braced_list(4, format_vector_indent_braced(4, "MotorProfile", in operator <<()
|
H A D | utilities.h | 238 std::string format_indent_braced_list(unsigned indent, const T& x) in format_indent_braced_list() function 287 out << indent_str << format_indent_braced_list(indent, item) << '\n'; in format_vector_indent_braced()
|
H A D | settings.cpp | 150 << " params: " << format_indent_braced_list(4, session.params) << '\n' in operator <<()
|
/third_party/backends/testsuite/backend/genesys/ |
H A D | session_config_test.cpp | 220 << "dev: " << genesys::format_indent_braced_list(4, dev) << "\n\n" in print_checkpoint() 222 << genesys::format_indent_braced_list(4, iface.cached_regs()) << "\n\n" in print_checkpoint() 224 << genesys::format_indent_braced_list(4, iface.cached_fe_regs()) << "\n\n" in print_checkpoint()
|
Completed in 4 milliseconds