Lines Matching defs:endl
280 std::cout << "SecureElementStatus SE_SUCCESS = " << success << std::endl;
284 std::cout << "SecureElementStatus SE_NULL_POINTER_ERROR = " << null_pointer_error << std::endl;
287 std::cout << "SecureElementStatus SE_ILLEGAL_PARAMETER_ERROR = " << illegal_parameter_error << std::endl;
290 std::cout << "SecureElementStatus SE_ILLEGAL_STATE_ERROR = " << illegal_state_error << std::endl;
293 std::cout << "SecureElementStatus SE_SECURITY_ERROR = " << security_error << std::endl;
296 std::cout << "SecureElementStatus SE_CHANNEL_NOT_AVAILABLE_ERROR = " << channel_not_available_error << std::endl;
299 std::cout << "SecureElementStatus SE_NO_SUCH_ELEMENT_ERROR = " << no_such_element_error << std::endl;
302 std::cout << "SecureElementStatus SE_ILLEGAL_REFERENCE_ERROR = " << illegal_reference_error << std::endl;
305 std::cout << "SecureElementStatus SE_OPERATION_NOT_SUPPORTED_ERROR = " << operation_not_supported_error << std::endl;
308 std::cout << "SecureElementStatus SE_IO_ERROR = " << io_error << std::endl;
311 std::cout << "SecureElementStatus SE_GENERAL_ERROR = " << general_error << std::endl;