Home
last modified time | relevance | path

Searched refs:error_code_type (Results 1 – 7 of 7) sorted by relevance

/dports/devel/boost-docs/boost_1_72_0/boost/outcome/experimental/status-code/
H A Dstd_error_code.hpp53 template <class error_code_type, class make_category_types> class _error_code_domain;
59 template <class error_code_type, class make_categories_type> class _error_code_domain : public stat…
66 static _base::string_ref _make_string_ref(error_code_type c) noexcept in _make_string_ref()
87 using value_type = error_code_type;
172error_code_type, class make_categories_type> inline constexpr const _error_code_domain<error_code_… in get()
/dports/devel/boost-libs/boost_1_72_0/boost/outcome/experimental/status-code/
H A Dstd_error_code.hpp53 template <class error_code_type, class make_category_types> class _error_code_domain;
59 template <class error_code_type, class make_categories_type> class _error_code_domain : public stat…
66 static _base::string_ref _make_string_ref(error_code_type c) noexcept in _make_string_ref()
87 using value_type = error_code_type;
172error_code_type, class make_categories_type> inline constexpr const _error_code_domain<error_code_… in get()
/dports/devel/boost-python-libs/boost_1_72_0/boost/outcome/experimental/status-code/
H A Dstd_error_code.hpp53 template <class error_code_type, class make_category_types> class _error_code_domain;
59 template <class error_code_type, class make_categories_type> class _error_code_domain : public stat…
66 static _base::string_ref _make_string_ref(error_code_type c) noexcept in _make_string_ref()
87 using value_type = error_code_type;
172error_code_type, class make_categories_type> inline constexpr const _error_code_domain<error_code_… in get()
/dports/devel/py-scikit-build/scikit-build-0.12.0/tests/
H A Dtest_setup.py151 cmake_install_dir, expected_failed, error_code_type, capsys): argument
215 failed = isinstance(e.code, error_code_type)
222 if error_code_type == str:
/dports/sysutils/freeipmi/freeipmi-1.6.8/libfreeipmi/sel/
H A Dipmi-sel-string-intel-quanta-qssc-s4r.c1244 uint16_t error_code_type; in sel_string_output_intel_quanta_qssc_s4r_event_data2_event_data3() local
1251error_code_type = (error_code & IPMI_SENSOR_TYPE_SYSTEM_FIRMWARE_PROGRESS_OEM_INTEL_QUANTA_QSSC_S4… in sel_string_output_intel_quanta_qssc_s4r_event_data2_event_data3()
1252error_code_type >>= IPMI_SENSOR_TYPE_SYSTEM_FIRMWARE_PROGRESS_OEM_INTEL_QUANTA_QSSC_S4R_POST_ERROR… in sel_string_output_intel_quanta_qssc_s4r_event_data2_event_data3()
1368 …if (error_code_type == IPMI_SENSOR_TYPE_SYSTEM_FIRMWARE_PROGRESS_OEM_INTEL_QUANTA_QSSC_S4R_POST_ER… in sel_string_output_intel_quanta_qssc_s4r_event_data2_event_data3()
/dports/mail/qpopper/qpopper4.1.0/popper/
H A Dpop_config.c207 } error_code_type; typedef
532 static void tilt (POP *p, error_code_type er, char *token, int len, size_t line_no, char *…
540 static error_code_type handle_value (POP *p, config_table *opt, char *pval, int plen, config_call_t…
548 error_code_type er, in tilt()
1111 static error_code_type
/dports/biology/lamarc/lamarc-2.1.8/boost/test/impl/
H A Dexecution_monitor.ipp153 typedef execution_exception::error_code error_code_type;
163 error_code_type error_code() const { return m_error_code; }
167 error_code_type m_error_code;