Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:kMaxStackDepth
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/src/pdf/
H
A
D
SkPDFGraphicStackState.h
25
inline static constexpr int
kMaxStackDepth
= 2;
member
26
Entry fEntries[
kMaxStackDepth
+ 1];
H
A
D
SkPDFGraphicStackState.cpp
220
SkASSERT(fStackDepth <
kMaxStackDepth
);
in push()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H
A
D
cordz_info.h
199
static constexpr int
kMaxStackDepth
= 64;
member in absl::cord_internal::CordzInfo
245
void* stack_[
kMaxStackDepth
];
246
void* parent_stack_[
kMaxStackDepth
];
H
A
D
cordz_info_test.cc
247
//
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
D
cordz_info.cc
36
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
D
hashtablez_sampler.h
96
static constexpr int
kMaxStackDepth
= 64;
member
99
void* stack[
kMaxStackDepth
];
H
A
D
hashtablez_sampler.cc
33
constexpr int HashtablezInfo::
kMaxStackDepth
;
member in absl::container_internal::HashtablezInfo
81
depth = absl::GetStackTrace(stack, HashtablezInfo::
kMaxStackDepth
,
in PrepareForSampling()
Completed in 4 milliseconds