Home
last modified time | relevance | path

Searched refs:kMaxStackDepth (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/src/pdf/
H A DSkPDFGraphicStackState.h25 inline static constexpr int kMaxStackDepth = 2; member
26 Entry fEntries[kMaxStackDepth + 1];
H A DSkPDFGraphicStackState.cpp220 SkASSERT(fStackDepth < kMaxStackDepth); in push()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_info.h199 static constexpr int kMaxStackDepth = 64; member in absl::cord_internal::CordzInfo
245 void* stack_[kMaxStackDepth];
246 void* parent_stack_[kMaxStackDepth];
H A Dcordz_info_test.cc247 // kMaxStackDepth is intentionally less than 64 (which is the max depth that in TEST()
256 static constexpr int kMaxStackDepth = 50; in TEST() local
260 local_stack.resize(kMaxStackDepth); in TEST()
266 local_stack.resize(absl::GetStackTrace(local_stack.data(), kMaxStackDepth, in TEST()
H A Dcordz_info.cc36 constexpr int CordzInfo::kMaxStackDepth; member in absl::cord_internal::CordzInfo
335 stack_depth_(absl::GetStackTrace(stack_, /*max_depth=*/kMaxStackDepth, in CordzInfo()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhashtablez_sampler.h96 static constexpr int kMaxStackDepth = 64; member
99 void* stack[kMaxStackDepth];
H A Dhashtablez_sampler.cc33 constexpr int HashtablezInfo::kMaxStackDepth; member in absl::container_internal::HashtablezInfo
81 depth = absl::GetStackTrace(stack, HashtablezInfo::kMaxStackDepth, in PrepareForSampling()

Completed in 4 milliseconds