Searched defs:code (Results 1 – 8 of 8) sorted by relevance
41 char code; member
50 int code; member
62 int code, ret; in main() local
21 # define BOOST_PP_ERROR(code) BOOST_PP_CAT(BOOST_PP_ERROR_, code) argument
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
74 …protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteExceptio… in onTransact()
128 error_code code() const { return m_error_code; } in code() function in boost::execution_exception