#include <cassert>
#include <cstddef>
#include "absl/base/optimization.h"
#include "absl/base/port.h"
Go to the source code of this file.
Namespaces | |
absl | |
absl::base_internal | |
absl::macros_internal | |
Macros | |
#define | ABSL_ARRAYSIZE(array) (sizeof(::absl::macros_internal::ArraySizeHelper(array))) |
#define | ABSL_ASSERT(expr) |
#define | ABSL_DEPRECATED(message) |
#define | ABSL_FALLTHROUGH_INTENDED |
#define | ABSL_INTERNAL_CATCH_ANY else if (false) |
#define | ABSL_INTERNAL_RETHROW do {} while (false) |
#define | ABSL_INTERNAL_TRY if (true) |
Enumerations | |
enum | absl::base_internal::LinkerInitialized { absl::base_internal::kLinkerInitialized = 0 } |
Functions | |
template<typename T , size_t N> | |
auto | absl::macros_internal::ArraySizeHelper (const T(&array)[N]) -> char(&)[N] |
#define ABSL_ARRAYSIZE | ( | array | ) | (sizeof(::absl::macros_internal::ArraySizeHelper(array))) |
#define ABSL_ASSERT | ( | expr | ) |