Records
Functions
-
template <StatusCode error_code>Status MakeError (string_view message, SourceLocation loc)Defined at line 1117 of file ../../third_party/abseil-cpp/src/absl/status/status.h
-
absl::StatusCode MapToLocalCode (int value) -
const char * _Nonnull MakeCheckFailString (const absl::Status * _Nonnull status, const char * _Nonnull prefix)Returns a pointer to a newly-allocated string with the given `prefix`,
suitable for output as an error message in assertion/`CHECK()` failures.
This is an internal implementation detail for Abseil logging.
-
template <int error_code>Status MakeErrorImpl (string_view message, SourceLocation loc)We use an int in the template parameter to shorten mangled names.