Searched refs:error_details_ (Results 1 – 6 of 6) sorted by relevance
27 : error_details_(FILE_ERROR_FAILED), in File()34 : error_details_(FILE_OK), created_(false), async_(false) { in File()43 error_details_(FILE_OK), in File()52 : error_details_(error_details), in File()60 error_details_(other.error_details()), in File()73 error_details_ = other.error_details(); in operator =()89 error_details_ = FILE_ERROR_ACCESS_DENIED; in Initialize()
191 Error error_details() const { return error_details_; } in error_details()372 Error error_details_; variable
469 error_details_ = FILE_ERROR_FAILED; in DoInitialize()514 error_details_ = File::GetLastFileError(); in DoInitialize()525 error_details_ = FILE_OK; in DoInitialize()
36 grpc_tls_error_details() : error_details_("") {} in grpc_tls_error_details()38 error_details_ = err_details; in set_error_details()40 const std::string& error_details() { return error_details_; } in error_details()43 std::string error_details_;
109 *error_details_); in GetSendStatus()114 *error_details_ = status.error_details(); in ModifySendStatus()159 error_details_ = error_details; in SetSendStatus()400 std::string* error_details_ = nullptr; variable