Classes | |
class | AtomicHook |
class | AtomicHook< ReturnType(*)(Args...)> |
struct | Callable |
class | CycleClock |
class | CycleClockSource |
struct | DataMemAndPtr |
struct | DataMemAndRef |
class | ErrnoSaver |
class | ExponentialBiased |
struct | FastTypeTag |
struct | Invoker |
struct | IsInvocableRImpl |
struct | IsInvocableRImpl< absl::void_t< absl::base_internal::invoke_result_t< F, Args... > >, R, F, Args... > |
class | LowLevelAlloc |
struct | MemFunAndPtr |
struct | MemFunAndRef |
class | PeriodicSampler |
class | PeriodicSamplerBase |
struct | PerThreadSynch |
class | SchedulingGuard |
class | SchedulingHelper |
class | ScopedSetEnv |
class | SpinLock |
class | SpinLockHolder |
struct | SpinLockTest |
struct | SpinLockWaitTransition |
struct | StrippedAccept |
struct | ThreadIdentity |
Typedefs | |
using | CycleClockSourceFunc = int64_t(*)() |
using | FastTypeIdType = const void * |
template<typename F , typename... Args> | |
using | invoke_result_t = decltype(Invoker< F, Args... >::type::Invoke(std::declval< F >(), std::declval< Args >()...)) |
template<typename R , typename F , typename... Args> | |
using | is_invocable_r = IsInvocableRImpl< void, R, F, Args... > |
using | ThreadIdentityReclaimerFunction = void(*)(void *) |
Enumerations | |
enum | { kOnceInit = 0, kOnceRunning = 0x65C2937B, kOnceWaiter = 0x05A308D2, kOnceDone = 221 } |
enum | { kOnceInit = 0, kOnceRunning = 0x65C2937B, kOnceWaiter = 0x05A308D2, kOnceDone = 221 } |
enum | SchedulingMode { SCHEDULE_KERNEL_ONLY = 0, SCHEDULE_COOPERATIVE_AND_KERNEL, SCHEDULE_KERNEL_ONLY = 0, SCHEDULE_COOPERATIVE_AND_KERNEL } |
enum | SchedulingMode { SCHEDULE_KERNEL_ONLY = 0, SCHEDULE_COOPERATIVE_AND_KERNEL, SCHEDULE_KERNEL_ONLY = 0, SCHEDULE_COOPERATIVE_AND_KERNEL } |
Functions | |
static ABSL_CONST_INIT std::vector< uint32_t > *tid_array | ABSL_GUARDED_BY (tid_lock) |
static ABSL_CONST_INIT std::vector< uint32_t > *tid_array | ABSL_GUARDED_BY (tid_lock) |
static void | AddToFreelist (void *v, LowLevelAlloc::Arena *arena) |
static void | AddToFreelist (void *v, LowLevelAlloc::Arena *arena) |
double | AndersonDarlingErrFix (int n, double x) |
double | AndersonDarlingInf (double z) |
double | AndersonDarlingPValue (int n, double z) |
double | AndersonDarlingStatistic (const std::vector< double > &random_sample) |
double | AndersonDarlingTest (const std::vector< double > &random_sample) |
template<typename Callable , typename... Args> | |
ABSL_ATTRIBUTE_NOINLINE void | CallOnceImpl (std::atomic< uint32_t > *control, base_internal::SchedulingMode scheduling_mode, Callable &&fn, Args &&... args) |
static uintptr_t | CheckedAdd (uintptr_t a, uintptr_t b) |
static uintptr_t | CheckedAdd (uintptr_t a, uintptr_t b) |
void | ClearCurrentThreadIdentity () |
static void | Coalesce (AllocList *a) |
static void | Coalesce (AllocList *a) |
std::atomic< uint32_t > * | ControlWord (absl::once_flag *flag) |
ThreadIdentity * | CurrentThreadIdentityIfPresent () |
static void * | DoAllocWithArena (size_t request, LowLevelAlloc::Arena *arena) |
static void * | DoAllocWithArena (size_t request, LowLevelAlloc::Arena *arena) |
template<typename Type > | |
constexpr FastTypeIdType | FastTypeId () |
static void | FreeTID (void *v) |
static void | FreeTID (void *v) |
pid_t | GetCachedTID () |
static double | GetNominalCPUFrequency () |
static double | GetNominalCPUFrequency () |
static int | GetNumCPUs () |
static int | GetNumCPUs () |
pid_t | GetTID () |
constexpr uintptr_t | HideMask () |
template<class T > | |
uintptr_t | HidePtr (T *ptr) |
static void | InitGetTID () |
static void | InitGetTID () |
static int | IntLog2 (size_t size, size_t base) |
static int | IntLog2 (size_t size, size_t base) |
template<typename F , typename... Args> | |
invoke_result_t< F, Args... > | invoke (F &&f, Args &&... args) |
static void | LLA_SkiplistDelete (AllocList *head, AllocList *e, AllocList **prev) |
static void | LLA_SkiplistDelete (AllocList *head, AllocList *e, AllocList **prev) |
static void | LLA_SkiplistInsert (AllocList *head, AllocList *e, AllocList **prev) |
static void | LLA_SkiplistInsert (AllocList *head, AllocList *e, AllocList **prev) |
static int | LLA_SkiplistLevels (size_t size, size_t base, uint32_t *random) |
static int | LLA_SkiplistLevels (size_t size, size_t base, uint32_t *random) |
static AllocList * | LLA_SkiplistSearch (AllocList *head, AllocList *e, AllocList **prev) |
static AllocList * | LLA_SkiplistSearch (AllocList *head, AllocList *e, AllocList **prev) |
template<typename Callable , typename... Args> | |
void | LowLevelCallOnce (absl::once_flag *flag, Callable &&fn, Args &&... args) |
static uintptr_t | Magic (uintptr_t magic, AllocList::Header *ptr) |
static uintptr_t | Magic (uintptr_t magic, AllocList::Header *ptr) |
MATCHER_P2 (IsBetween, a, b, absl::StrCat(std::string(negation ? "isn't" :"is"), " between ", a, " and ", b)) | |
static AllocList * | Next (int i, AllocList *prev, LowLevelAlloc::Arena *arena) |
static AllocList * | Next (int i, AllocList *prev, LowLevelAlloc::Arena *arena) |
double | NominalCPUFrequency () |
int | NumCPUs () |
void | PrefetchNta (const void *addr) |
void | PrefetchT0 (const void *addr) |
void | PrefetchT1 (const void *addr) |
void | PrefetchT2 (const void *addr) |
static int | Random (uint32_t *state) |
static int | Random (uint32_t *state) |
static bool | ReadLongFromFile (const char *file, long *value) |
static bool | ReadLongFromFile (const char *file, long *value) |
void | RegisterSpinLockProfiler (void(*fn)(const void *contendedlock, int64_t wait_cycles)) |
void | RegisterSpinLockProfiler (void(*fn)(const void *lock, int64_t wait_cycles)) |
static uintptr_t | RoundUp (uintptr_t addr, uintptr_t align) |
static uintptr_t | RoundUp (uintptr_t addr, uintptr_t align) |
ABSL_CONST_INIT void | SetCurrentThreadIdentity (ThreadIdentity *identity, ThreadIdentityReclaimerFunction reclaimer) |
void | SpinLockDelay (std::atomic< uint32_t > *w, uint32_t value, int loop, base_internal::SchedulingMode scheduling_mode) |
int | SpinLockSuggestedDelayNS (int loop) |
uint32_t | SpinLockWait (std::atomic< uint32_t > *w, int n, const SpinLockWaitTransition trans[], base_internal::SchedulingMode scheduling_mode) |
void | SpinLockWake (std::atomic< uint32_t > *w, bool all) |
std::string | StrError (int errnum) |
TEST (ExponentialBiasedTest, CoinTossDemoWithGetSkipCount) | |
TEST (ExponentialBiasedTest, InitializationModes) | |
TEST (ExponentialBiasedTest, SampleDemoWithStride) | |
TEST (ExponentialBiasedTest, TestNextRandom) | |
void | ThrowStdBadAlloc () |
void | ThrowStdBadFunctionCall () |
void | ThrowStdDomainError (const char *what_arg) |
void | ThrowStdDomainError (const std::string &what_arg) |
void | ThrowStdInvalidArgument (const char *what_arg) |
void | ThrowStdInvalidArgument (const std::string &what_arg) |
void | ThrowStdLengthError (const char *what_arg) |
void | ThrowStdLengthError (const std::string &what_arg) |
void | ThrowStdLogicError (const char *what_arg) |
void | ThrowStdLogicError (const std::string &what_arg) |
void | ThrowStdOutOfRange (const char *what_arg) |
void | ThrowStdOutOfRange (const std::string &what_arg) |
void | ThrowStdOverflowError (const char *what_arg) |
void | ThrowStdOverflowError (const std::string &what_arg) |
void | ThrowStdRangeError (const char *what_arg) |
void | ThrowStdRangeError (const std::string &what_arg) |
void | ThrowStdRuntimeError (const char *what_arg) |
void | ThrowStdRuntimeError (const std::string &what_arg) |
void | ThrowStdUnderflowError (const char *what_arg) |
void | ThrowStdUnderflowError (const std::string &what_arg) |
static ABSL_CONST_INIT absl::base_internal::SpinLock | tid_lock (absl::kConstInit, base_internal::SCHEDULE_KERNEL_ONLY) |
static ABSL_CONST_INIT absl::base_internal::SpinLock | tid_lock (absl::kConstInit, base_internal::SCHEDULE_KERNEL_ONLY) |
template<typename T > | |
const T & | ts_unchecked_read (const T &v) ABSL_NO_THREAD_SAFETY_ANALYSIS |
template<typename T > | |
T & | ts_unchecked_read (T &v) ABSL_NO_THREAD_SAFETY_ANALYSIS |
template<class T > | |
T * | UnhidePtr (uintptr_t hidden) |
typedef int64_t(* absl::base_internal::CycleClockSourceFunc)() |
Definition at line 56 of file abseil-cpp/absl/base/internal/cycleclock.h.
typedef const void * absl::base_internal::FastTypeIdType |
Definition at line 39 of file abseil-cpp/absl/base/internal/fast_type_id.h.
using absl::base_internal::invoke_result_t = typedef decltype(Invoker<F, Args...>::type::Invoke( std::declval<F>(), std::declval<Args>()...)) |
Definition at line 206 of file abseil-cpp/absl/base/internal/invoke.h.
using absl::base_internal::is_invocable_r = typedef IsInvocableRImpl<void, R, F, Args...> |
Definition at line 233 of file abseil-cpp/absl/base/internal/invoke.h.
typedef void(* absl::base_internal::ThreadIdentityReclaimerFunction)(void *) |
Definition at line 175 of file abseil-cpp/absl/base/internal/thread_identity.h.
anonymous enum |
Enumerator | |
---|---|
kOnceInit | |
kOnceRunning | |
kOnceWaiter | |
kOnceDone |
Definition at line 135 of file bloaty/third_party/abseil-cpp/absl/base/call_once.h.
anonymous enum |
Enumerator | |
---|---|
kOnceInit | |
kOnceRunning | |
kOnceWaiter | |
kOnceDone |
Definition at line 135 of file abseil-cpp/absl/base/call_once.h.
Enumerator | |
---|---|
SCHEDULE_KERNEL_ONLY | |
SCHEDULE_COOPERATIVE_AND_KERNEL | |
SCHEDULE_KERNEL_ONLY | |
SCHEDULE_COOPERATIVE_AND_KERNEL |
Definition at line 49 of file bloaty/third_party/abseil-cpp/absl/base/internal/scheduling_mode.h.
Enumerator | |
---|---|
SCHEDULE_KERNEL_ONLY | |
SCHEDULE_COOPERATIVE_AND_KERNEL | |
SCHEDULE_KERNEL_ONLY | |
SCHEDULE_COOPERATIVE_AND_KERNEL |
Definition at line 49 of file abseil-cpp/absl/base/internal/scheduling_mode.h.
|
static |
|
static |
|
static |
Definition at line 491 of file abseil-cpp/absl/base/internal/low_level_alloc.cc.
|
static |
Definition at line 491 of file bloaty/third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc.
double absl::base_internal::AndersonDarlingErrFix | ( | int | n, |
double | x | ||
) |
Definition at line 66 of file bloaty/third_party/abseil-cpp/absl/base/internal/exponential_biased_test.cc.
double absl::base_internal::AndersonDarlingInf | ( | double | z | ) |
Definition at line 47 of file bloaty/third_party/abseil-cpp/absl/base/internal/exponential_biased_test.cc.
double absl::base_internal::AndersonDarlingPValue | ( | int | n, |
double | z | ||
) |
Definition at line 89 of file bloaty/third_party/abseil-cpp/absl/base/internal/exponential_biased_test.cc.
double absl::base_internal::AndersonDarlingStatistic | ( | const std::vector< double > & | random_sample | ) |
Definition at line 95 of file bloaty/third_party/abseil-cpp/absl/base/internal/exponential_biased_test.cc.
double absl::base_internal::AndersonDarlingTest | ( | const std::vector< double > & | random_sample | ) |
Definition at line 111 of file bloaty/third_party/abseil-cpp/absl/base/internal/exponential_biased_test.cc.
ABSL_ATTRIBUTE_NOINLINE void absl::base_internal::CallOnceImpl | ( | std::atomic< uint32_t > * | control, |
base_internal::SchedulingMode | scheduling_mode, | ||
Callable && | fn, | ||
Args &&... | args | ||
) |
Definition at line 147 of file abseil-cpp/absl/base/call_once.h.
Definition at line 436 of file bloaty/third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc.
Definition at line 436 of file abseil-cpp/absl/base/internal/low_level_alloc.cc.
void absl::base_internal::ClearCurrentThreadIdentity | ( | ) |
Definition at line 132 of file abseil-cpp/absl/base/internal/thread_identity.cc.
|
static |
Definition at line 472 of file abseil-cpp/absl/base/internal/low_level_alloc.cc.
|
static |
Definition at line 472 of file bloaty/third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc.
|
inline |
Definition at line 188 of file abseil-cpp/absl/base/call_once.h.
ThreadIdentity * absl::base_internal::CurrentThreadIdentityIfPresent | ( | ) |
Definition at line 128 of file abseil-cpp/absl/base/internal/thread_identity.cc.
|
static |
Definition at line 524 of file bloaty/third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc.
|
static |
Definition at line 524 of file abseil-cpp/absl/base/internal/low_level_alloc.cc.
|
inlineconstexpr |
Definition at line 42 of file abseil-cpp/absl/base/internal/fast_type_id.h.
|
static |
Definition at line 429 of file bloaty/third_party/abseil-cpp/absl/base/internal/sysinfo.cc.
|
static |
Definition at line 430 of file abseil-cpp/absl/base/internal/sysinfo.cc.
pid_t absl::base_internal::GetCachedTID | ( | ) |
Definition at line 496 of file abseil-cpp/absl/base/internal/sysinfo.cc.
|
static |
Definition at line 298 of file bloaty/third_party/abseil-cpp/absl/base/internal/sysinfo.cc.
|
static |
Definition at line 299 of file abseil-cpp/absl/base/internal/sysinfo.cc.
|
static |
Definition at line 127 of file abseil-cpp/absl/base/internal/sysinfo.cc.
|
static |
Definition at line 128 of file bloaty/third_party/abseil-cpp/absl/base/internal/sysinfo.cc.
pid_t absl::base_internal::GetTID | ( | ) |
Definition at line 453 of file abseil-cpp/absl/base/internal/sysinfo.cc.
|
constexpr |
Definition at line 28 of file abseil-cpp/absl/base/internal/hide_ptr.h.
Definition at line 36 of file abseil-cpp/absl/base/internal/hide_ptr.h.
|
static |
Definition at line 438 of file bloaty/third_party/abseil-cpp/absl/base/internal/sysinfo.cc.
|
static |
Definition at line 439 of file abseil-cpp/absl/base/internal/sysinfo.cc.
|
static |
Definition at line 110 of file abseil-cpp/absl/base/internal/low_level_alloc.cc.
|
static |
Definition at line 110 of file bloaty/third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc.
invoke_result_t< F, Args... > absl::base_internal::invoke | ( | F && | f, |
Args &&... | args | ||
) |
Definition at line 211 of file abseil-cpp/absl/base/internal/invoke.h.
|
static |
Definition at line 185 of file bloaty/third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc.
|
static |
Definition at line 185 of file abseil-cpp/absl/base/internal/low_level_alloc.cc.
|
static |
Definition at line 170 of file bloaty/third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc.
|
static |
Definition at line 170 of file abseil-cpp/absl/base/internal/low_level_alloc.cc.
|
static |
Definition at line 140 of file bloaty/third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc.
|
static |
Definition at line 140 of file abseil-cpp/absl/base/internal/low_level_alloc.cc.
|
static |
Definition at line 156 of file bloaty/third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc.
|
static |
Definition at line 156 of file abseil-cpp/absl/base/internal/low_level_alloc.cc.
void absl::base_internal::LowLevelCallOnce | ( | absl::once_flag * | flag, |
Callable && | fn, | ||
Args &&... | args | ||
) |
Definition at line 193 of file abseil-cpp/absl/base/call_once.h.
|
inlinestatic |
Definition at line 322 of file bloaty/third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc.
|
inlinestatic |
Definition at line 322 of file abseil-cpp/absl/base/internal/low_level_alloc.cc.
absl::base_internal::MATCHER_P2 | ( | IsBetween | , |
a | , | ||
b | , | ||
absl::StrCat(std::string(negation ? "isn't" :"is"), " between ", a, " and ", b) | |||
) |
Definition at line 33 of file bloaty/third_party/abseil-cpp/absl/base/internal/exponential_biased_test.cc.
|
static |
Definition at line 453 of file abseil-cpp/absl/base/internal/low_level_alloc.cc.
|
static |
Definition at line 453 of file bloaty/third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc.
double absl::base_internal::NominalCPUFrequency | ( | ) |
Definition at line 359 of file abseil-cpp/absl/base/internal/sysinfo.cc.
int absl::base_internal::NumCPUs | ( | ) |
Definition at line 347 of file abseil-cpp/absl/base/internal/sysinfo.cc.
|
inline |
Definition at line 131 of file prefetch.h.
|
inline |
Definition at line 128 of file prefetch.h.
|
inline |
Definition at line 129 of file prefetch.h.
|
inline |
Definition at line 130 of file prefetch.h.
Definition at line 122 of file abseil-cpp/absl/base/internal/low_level_alloc.cc.
Definition at line 122 of file bloaty/third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc.
Definition at line 189 of file bloaty/third_party/abseil-cpp/absl/base/internal/sysinfo.cc.
Definition at line 190 of file abseil-cpp/absl/base/internal/sysinfo.cc.
void absl::base_internal::RegisterSpinLockProfiler | ( | void(*)(const void *contendedlock, int64_t wait_cycles) | fn | ) |
Definition at line 65 of file abseil-cpp/absl/base/internal/spinlock.cc.
void absl::base_internal::RegisterSpinLockProfiler | ( | void(*)(const void *lock, int64_t wait_cycles) | fn | ) |
Definition at line 444 of file bloaty/third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc.
Definition at line 444 of file abseil-cpp/absl/base/internal/low_level_alloc.cc.
void absl::base_internal::SetCurrentThreadIdentity | ( | ThreadIdentity * | identity, |
ThreadIdentityReclaimerFunction | reclaimer | ||
) |
Definition at line 71 of file abseil-cpp/absl/base/internal/thread_identity.cc.
|
inline |
Definition at line 88 of file abseil-cpp/absl/base/internal/spinlock_wait.h.
Definition at line 62 of file abseil-cpp/absl/base/internal/spinlock_wait.cc.
uint32_t absl::base_internal::SpinLockWait | ( | std::atomic< uint32_t > * | w, |
int | n, | ||
const SpinLockWaitTransition | trans[], | ||
base_internal::SchedulingMode | scheduling_mode | ||
) |
Definition at line 39 of file abseil-cpp/absl/base/internal/spinlock_wait.cc.
Definition at line 83 of file abseil-cpp/absl/base/internal/spinlock_wait.h.
std::string absl::base_internal::StrError | ( | int | errnum | ) |
Definition at line 77 of file abseil-cpp/absl/base/internal/strerror.cc.
absl::base_internal::TEST | ( | ExponentialBiasedTest | , |
CoinTossDemoWithGetSkipCount | |||
) |
Definition at line 117 of file bloaty/third_party/abseil-cpp/absl/base/internal/exponential_biased_test.cc.
absl::base_internal::TEST | ( | ExponentialBiasedTest | , |
InitializationModes | |||
) |
Definition at line 184 of file bloaty/third_party/abseil-cpp/absl/base/internal/exponential_biased_test.cc.
absl::base_internal::TEST | ( | ExponentialBiasedTest | , |
SampleDemoWithStride | |||
) |
Definition at line 132 of file bloaty/third_party/abseil-cpp/absl/base/internal/exponential_biased_test.cc.
absl::base_internal::TEST | ( | ExponentialBiasedTest | , |
TestNextRandom | |||
) |
Definition at line 148 of file bloaty/third_party/abseil-cpp/absl/base/internal/exponential_biased_test.cc.
void absl::base_internal::ThrowStdBadAlloc | ( | ) |
Definition at line 202 of file abseil-cpp/absl/base/internal/throw_delegate.cc.
void absl::base_internal::ThrowStdBadFunctionCall | ( | ) |
Definition at line 194 of file abseil-cpp/absl/base/internal/throw_delegate.cc.
void absl::base_internal::ThrowStdDomainError | ( | const char * | what_arg | ) |
Definition at line 83 of file abseil-cpp/absl/base/internal/throw_delegate.cc.
void absl::base_internal::ThrowStdDomainError | ( | const std::string & | what_arg | ) |
Definition at line 75 of file abseil-cpp/absl/base/internal/throw_delegate.cc.
void absl::base_internal::ThrowStdInvalidArgument | ( | const char * | what_arg | ) |
Definition at line 66 of file abseil-cpp/absl/base/internal/throw_delegate.cc.
void absl::base_internal::ThrowStdInvalidArgument | ( | const std::string & | what_arg | ) |
Definition at line 58 of file abseil-cpp/absl/base/internal/throw_delegate.cc.
void absl::base_internal::ThrowStdLengthError | ( | const char * | what_arg | ) |
Definition at line 100 of file abseil-cpp/absl/base/internal/throw_delegate.cc.
void absl::base_internal::ThrowStdLengthError | ( | const std::string & | what_arg | ) |
Definition at line 92 of file abseil-cpp/absl/base/internal/throw_delegate.cc.
void absl::base_internal::ThrowStdLogicError | ( | const char * | what_arg | ) |
Definition at line 50 of file abseil-cpp/absl/base/internal/throw_delegate.cc.
void absl::base_internal::ThrowStdLogicError | ( | const std::string & | what_arg | ) |
Definition at line 42 of file abseil-cpp/absl/base/internal/throw_delegate.cc.
void absl::base_internal::ThrowStdOutOfRange | ( | const char * | what_arg | ) |
Definition at line 117 of file abseil-cpp/absl/base/internal/throw_delegate.cc.
void absl::base_internal::ThrowStdOutOfRange | ( | const std::string & | what_arg | ) |
Definition at line 109 of file abseil-cpp/absl/base/internal/throw_delegate.cc.
void absl::base_internal::ThrowStdOverflowError | ( | const char * | what_arg | ) |
Definition at line 168 of file abseil-cpp/absl/base/internal/throw_delegate.cc.
void absl::base_internal::ThrowStdOverflowError | ( | const std::string & | what_arg | ) |
Definition at line 160 of file abseil-cpp/absl/base/internal/throw_delegate.cc.
void absl::base_internal::ThrowStdRangeError | ( | const char * | what_arg | ) |
Definition at line 151 of file abseil-cpp/absl/base/internal/throw_delegate.cc.
void absl::base_internal::ThrowStdRangeError | ( | const std::string & | what_arg | ) |
Definition at line 143 of file abseil-cpp/absl/base/internal/throw_delegate.cc.
void absl::base_internal::ThrowStdRuntimeError | ( | const char * | what_arg | ) |
Definition at line 134 of file abseil-cpp/absl/base/internal/throw_delegate.cc.
void absl::base_internal::ThrowStdRuntimeError | ( | const std::string & | what_arg | ) |
Definition at line 126 of file abseil-cpp/absl/base/internal/throw_delegate.cc.
void absl::base_internal::ThrowStdUnderflowError | ( | const char * | what_arg | ) |
Definition at line 185 of file abseil-cpp/absl/base/internal/throw_delegate.cc.
void absl::base_internal::ThrowStdUnderflowError | ( | const std::string & | what_arg | ) |
Definition at line 177 of file abseil-cpp/absl/base/internal/throw_delegate.cc.
|
static |
|
static |
Definition at line 322 of file abseil-cpp/absl/base/thread_annotations.h.
Definition at line 327 of file abseil-cpp/absl/base/thread_annotations.h.
Definition at line 43 of file abseil-cpp/absl/base/internal/hide_ptr.h.
|
static |
Definition at line 59 of file abseil-cpp/absl/base/internal/spinlock_wait.cc.
|
static |
Definition at line 59 of file bloaty/third_party/abseil-cpp/absl/base/internal/spinlock_wait.cc.
|
static |
Definition at line 353 of file bloaty/third_party/abseil-cpp/absl/base/internal/sysinfo.cc.
|
static |
Definition at line 354 of file abseil-cpp/absl/base/internal/sysinfo.cc.
|
static |
Definition at line 341 of file bloaty/third_party/abseil-cpp/absl/base/internal/sysinfo.cc.
|
static |
Definition at line 342 of file abseil-cpp/absl/base/internal/sysinfo.cc.
|
staticconstexpr |
Definition at line 426 of file bloaty/third_party/abseil-cpp/absl/base/internal/sysinfo.cc.
|
staticconstexpr |
Definition at line 427 of file abseil-cpp/absl/base/internal/sysinfo.cc.
|
staticconstexpr |
Definition at line 194 of file bloaty/third_party/abseil-cpp/absl/base/internal/spinlock.cc.
|
staticconstexpr |
Definition at line 197 of file abseil-cpp/absl/base/internal/spinlock.cc.
Definition at line 276 of file bloaty/third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc.
Definition at line 276 of file abseil-cpp/absl/base/internal/low_level_alloc.cc.
|
static |
Definition at line 277 of file bloaty/third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc.
|
static |
Definition at line 277 of file abseil-cpp/absl/base/internal/low_level_alloc.cc.
Definition at line 72 of file abseil-cpp/absl/base/internal/low_level_alloc.cc.
Definition at line 72 of file bloaty/third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc.
|
staticconstexpr |
Definition at line 191 of file bloaty/third_party/abseil-cpp/absl/base/internal/spinlock.cc.
|
staticconstexpr |
Definition at line 194 of file abseil-cpp/absl/base/internal/spinlock.cc.
|
static |
Definition at line 354 of file bloaty/third_party/abseil-cpp/absl/base/internal/sysinfo.cc.
|
static |
Definition at line 355 of file abseil-cpp/absl/base/internal/sysinfo.cc.
|
static |
Definition at line 342 of file bloaty/third_party/abseil-cpp/absl/base/internal/sysinfo.cc.
|
static |
Definition at line 343 of file abseil-cpp/absl/base/internal/sysinfo.cc.
|
static |
Definition at line 62 of file bloaty/third_party/abseil-cpp/absl/base/internal/spinlock.cc.
|
static |
Definition at line 63 of file abseil-cpp/absl/base/internal/spinlock.cc.
|
static |
Definition at line 417 of file bloaty/third_party/abseil-cpp/absl/base/internal/sysinfo.cc.
|
static |
Definition at line 418 of file abseil-cpp/absl/base/internal/sysinfo.cc.
|
static |
Definition at line 416 of file bloaty/third_party/abseil-cpp/absl/base/internal/sysinfo.cc.
|
static |
Definition at line 417 of file abseil-cpp/absl/base/internal/sysinfo.cc.