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:destructor
(Results
1 - 6
of
6
) sorted by relevance
/drivers/hdf_core/adapter/uhdf2/hdi/src/
H
A
D
hdi_support.cpp
80
HdiImpl() : handler(nullptr), constructor(nullptr),
destructor
(nullptr), useCount(0) {}
in HdiImpl()
90
void (*
destructor
)(void *);
member
165
hdiImpl.
destructor
= reinterpret_cast<HdiImplReleaseFunc>(dlsym(hdiImpl.handler, desSymName.data()));
in LoadHdiImpl()
166
if (hdiImpl.
destructor
== nullptr) {
in LoadHdiImpl()
195
if (constructor != g_hdiConstructorMap.end() && constructor->second.
destructor
!= nullptr) {
in UnloadHdiImpl()
196
constructor->second.
destructor
(impl);
in UnloadHdiImpl()
H
A
D
stub_collector.cpp
107
if (constructor->second->
destructor
!= nullptr) {
in StubCollectorRemoveObject()
108
constructor->second->
destructor
(stub->second);
in StubCollectorRemoveObject()
H
A
D
native_buffer.cpp
140
void NativeBuffer::SetBufferHandle(BufferHandle *handle, bool isOwner, std::function<void(BufferHandle *)>
destructor
)
in SetBufferHandle()
argument
145
bufferDestructor_ =
destructor
;
in SetBufferHandle()
/drivers/hdf_core/interfaces/inner_api/hdi/
H
A
D
stub_collector.h
53
/** Define the interface type of the stub object
destructor
. */
54
void (*
destructor
)(struct HdfRemoteService **);
member
/drivers/hdf_core/adapter/uhdf2/hdi/test/stub_collector/
H
A
D
stub_collector_test.cpp
42
.
destructor
= TestDestruct,
84
.
destructor
= nullptr,
in HWTEST_F()
/drivers/hdf_core/interfaces/inner_api/hdi/base/
H
A
D
native_buffer.h
119
* @param
destructor
Indicates the function used to release the <b>BufferHandle</b> object.
123
std::function<void(BufferHandle *)>
destructor
= nullptr);
Completed in 3 milliseconds