#include "absl/base/internal/endian.h"
#include <algorithm>
#include <cstdint>
#include <limits>
#include <random>
#include <vector>
#include "gtest/gtest.h"
#include "absl/base/config.h"
Go to the source code of this file.
Namespaces | |
absl | |
absl::ABSL_NAMESPACE_BEGIN | |
Variables | |
const uint16_t | absl::ABSL_NAMESPACE_BEGIN::k16Value {0x0123} |
const uint32_t | absl::ABSL_NAMESPACE_BEGIN::k32Value {0x01234567} |
const uint64_t | absl::ABSL_NAMESPACE_BEGIN::k64Value {kInitialNumber} |
const uint64_t | absl::ABSL_NAMESPACE_BEGIN::kInitialNumber {0x0123456789abcdef} |
const int | absl::ABSL_NAMESPACE_BEGIN::kNumValuesToTest = 1000000 |
const int | absl::ABSL_NAMESPACE_BEGIN::kRandomSeed = 12345 |