Searched refs:ABSL_DLL (Results 1 – 19 of 19) sorted by relevance
60 ABSL_DLL const unsigned char kPropertyBits[256] = {82 ABSL_DLL const char kToLower[256] = {120 ABSL_DLL const char kToUpper[256] = {
67 ABSL_DLL extern const unsigned char kPropertyBits[256];70 ABSL_DLL extern const char kToUpper[256];73 ABSL_DLL extern const char kToLower[256];
109 ABSL_DLL extern const char kHexChar[17]; // 0123456789abcdef110 ABSL_DLL extern const char112 ABSL_DLL extern const char
1027 ABSL_CONST_INIT ABSL_DLL const char kHexChar[] =1030 ABSL_CONST_INIT ABSL_DLL const char kHexTable[513] =1048 ABSL_CONST_INIT ABSL_DLL const char two_ASCII_digits[100][2] = {
30 ABSL_DLL extern const char RFC3339_full[] = "%Y-%m-%d%ET%H:%M:%E*S%Ez";31 ABSL_DLL extern const char RFC3339_sec[] = "%Y-%m-%d%ET%H:%M:%S%Ez";33 ABSL_DLL extern const char RFC1123_full[] = "%a, %d %b %E4Y %H:%M:%S %z";34 ABSL_DLL extern const char RFC1123_no_wday[] = "%d %b %E4Y %H:%M:%S %z";
1259 ABSL_DLL extern const char RFC3339_full[]; // %Y-%m-%d%ET%H:%M:%E*S%Ez1260 ABSL_DLL extern const char RFC3339_sec[]; // %Y-%m-%d%ET%H:%M:%S%Ez1266 ABSL_DLL extern const char RFC1123_full[]; // %a, %d %b %E4Y %H:%M:%S %z1267 ABSL_DLL extern const char RFC1123_no_wday[]; // %d %b %E4Y %H:%M:%S %z
73 [[noreturn]] ABSL_DLL void ThrowBadVariantAccess();74 [[noreturn]] ABSL_DLL void Rethrow();
70 [[noreturn]] ABSL_DLL void throw_bad_optional_access();
687 #define ABSL_DLL __declspec(dllexport) macro689 #define ABSL_DLL __declspec(dllimport) macro691 #define ABSL_DLL macro694 #define ABSL_DLL macro
161 ABSL_DLL const uint32_t kFiveToNth[14] = {166 ABSL_DLL const uint32_t kTenToNth[10] = {
37 ABSL_DLL extern const uint32_t39 ABSL_DLL extern const uint32_t kTenToNth[kMaxSmallPowerOfTen + 1];
26 alignas(16) ABSL_CONST_INIT ABSL_DLL const ctrl_t kEmptyGroup[16] = {
293 ABSL_DLL extern const ctrl_t kEmptyGroup[16];
177 ABSL_INTERNAL_ATOMIC_HOOK_ATTRIBUTES ABSL_DLL extern base_internal::AtomicHook<
228 ABSL_INTERNAL_ATOMIC_HOOK_ATTRIBUTES ABSL_DLL
47 class ABSL_DLL gaussian_distribution_base {
32 ABSL_DLL const uint128 kuint128max = MakeUint128(
241 ABSL_DLL extern const uint128 kuint128max;
718 class ABSL_DLL MixingHashState : public HashStateBase<MixingHashState> {