Searched defs:code (Results 1 – 7 of 7) sorted by relevance
41 char code; member
50 int code; member
21 # define BOOST_PP_ERROR(code) BOOST_PP_CAT(BOOST_PP_ERROR_, code) argument
62 int code, ret; in main() local
34 error_category::equivalent(int code, const error_condition& condition) const _NOEXCEPT in equivalent()40 error_category::equivalent(const error_code& code, int condition) const _NOEXCEPT in equivalent() argument
153 code() const { return CLASS_TYPE_INFO_CODE; } in code() function174 code() const { return SI_CLASS_TYPE_INFO_CODE; } in code() function198 code() const { return VMI_CLASS_TYPE_INFO_CODE; } in code() function
128 error_code code() const { return m_error_code; } in code() function in boost::execution_exception