Searched defs:abort_message (Results 1 – 2 of 2) sorted by relevance
94 void Transaction::Abort(const std::string& abort_message) { in Abort()105 void Transaction::ThrowAbortError(Thread* self, const std::string* abort_message) { in ThrowAbortError()
491 std::string abort_message; in AbortTransactionV() local