Home
last modified time | relevance | path

Searched defs:kMaxTraces (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/1/external/libchrome/base/debug/
Dstack_trace.h106 static const int kMaxTraces = 62; variable
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/debug/
Dstack_trace.h106 static const int kMaxTraces = 62; variable
/aosp_15_r20/external/libchrome/base/debug/
H A Dstack_trace.h103 static const int kMaxTraces = 62; variable
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/debug/
H A Dstack_trace_win.cc28 constexpr size_t kMaxTraces = 32u; in PrintStackTraceInternal() local