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:Deletable
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/src/inspector/
H
A
D
main_thread_interface.h
31
class
Deletable
{
class
33
virtual ~
Deletable
() = default;
85
void AddObject(int handle, std::unique_ptr<
Deletable
> object);
86
Deletable
* GetObject(int id);
87
Deletable
* GetObjectIfExists(int id);
101
std::unordered_map<int, std::unique_ptr<
Deletable
>> managed_objects_;
H
A
D
main_thread_interface.cc
18
class DeletableWrapper : public
Deletable
{
34
std::unique_ptr<
Deletable
> WrapInDeletable(std::unique_ptr<T> object) {
in WrapInDeletable()
263
std::unique_ptr<
Deletable
> object) {
in AddObject()
272
Deletable
* MainThreadInterface::GetObject(int id) {
in GetObject()
273
Deletable
* pointer = GetObjectIfExists(id);
in GetObject()
280
Deletable
* MainThreadInterface::GetObjectIfExists(int id) {
in GetObjectIfExists()
H
A
D
tracing_agent.cc
17
class DeletableFrontendWrapper : public
Deletable
{
/third_party/node/src/
H
A
D
js_native_api_v8_inspector.cc
69
class
Deletable
{
class
71
virtual ~
Deletable
() = default;
117
void AddObject(int handle, std::unique_ptr<
Deletable
> object);
118
Deletable
* GetObject(int id);
119
Deletable
* GetObjectIfExists(int id);
133
std::unordered_map<int, std::unique_ptr<
Deletable
>> managed_objects_;
137
class DeletableWrapper : public
Deletable
{
153
std::unique_ptr<
Deletable
> WrapInDeletable(std::unique_ptr<T> object) {
in WrapInDeletable()
380
std::unique_ptr<
Deletable
> object) {
in AddObject()
389
Deletable
* MainThreadInterfac
[all...]
Completed in 3 milliseconds