Searched defs:error_types (Results 1 – 5 of 5) sorted by relevance
104 using error_types = typename S::template error_types<Variant>; typedef128 using error_types = Variant<std::exception_ptr>; typedef
58 int error_types) in UpdateMethodFlags()
136 using error_types = Variant<boost::system::error_code>; typedef
186 using error_types = Variant<std::exception_ptr>; typedef in boost::asio::thread_pool::basic_executor_type
126 enum error_types { READ_ERROR, WRITE_ERROR, CORRUPTION_ERROR }; enum