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:NameProvider
(Results
1 - 7
of
7
) sorted by relevance
/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H
A
D
name-trait.h
83
return std::is_base_of<
NameProvider
, T>::value;
in HasNonHiddenName()
93
static HeapObjectName GetNameFor(const
NameProvider
* name_provider,
in GetNameFor()
95
// Objects inheriting from `
NameProvider
` are not considered unnamed as
in GetNameFor()
103
return {
NameProvider
::kHiddenName, true};
in GetNameFor()
124
return {
NameProvider
::kHiddenName, true};
in GetNameFor()
/third_party/node/deps/v8/src/heap/cppgc/
H
A
D
name-trait.cc
15
constexpr const char
NameProvider
::kHiddenName[];
18
constexpr const char
NameProvider
::kNoNameDeducible[];
26
if (!signature) return {
NameProvider
::kNoNameDeducible, true};
in GetNameFromTypeSignature()
H
A
D
heap-statistics-collector.cc
79
if (!
NameProvider
::HideInternalNames()) {
in RecordObjectType()
100
if (!
NameProvider
::HideInternalNames()) {
in CollectDetailedStatistics()
109
if (!
NameProvider
::HideInternalNames()) {
in CollectDetailedStatistics()
H
A
D
gc-info.cc
17
return {
NameProvider
::kHiddenName, true};
in GetHiddenName()
/third_party/node/deps/v8/include/cppgc/internal/
H
A
D
name-trait.h
77
return std::is_base_of<
NameProvider
, T>::value;
in HasNonHiddenName()
86
static HeapObjectName GetNameFor(const
NameProvider
* name_provider) {
in GetNameFor()
110
return {
NameProvider
::kHiddenName, true};
in GetNameFor()
/third_party/node/deps/v8/include/v8-include/cppgc/
H
A
D
name-provider.h
13
*
NameProvider
allows for providing a human-readable name for garbage-collected
17
* a. Explicitly specified names via using
NameProvider
. Such names are always
26
class V8_EXPORT
NameProvider
{
class
52
virtual ~
NameProvider
() = default;
/third_party/node/deps/v8/include/cppgc/
H
A
D
name-provider.h
13
*
NameProvider
allows for providing a human-readable name for garbage-collected
17
* a. Explicitly specified names via using
NameProvider
. Such names are always
26
class V8_EXPORT
NameProvider
{
class
52
virtual ~
NameProvider
() = default;
Completed in 3 milliseconds