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:default_delete
(Results
1 - 7
of
7
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H
A
D
unique_ptr.h
26
struct
default_delete
{
struct
27
constexpr
default_delete
() noexcept = default;
30
default_delete
(const
default_delete
<U>& d) noexcept
48
struct
default_delete
<T[]> {
struct
49
constexpr
default_delete
() noexcept = default;
52
default_delete
(const
default_delete
<U[]>& d) noexcept
69
template<class T, class D =
default_delete
<T>>
/foundation/graphic/graphic_3d/lume/LumeEngine/api/platform/ohos/core/os/
H
A
D
intf_platform.h
49
friend BASE_NS::
default_delete
<IPlatform>;
/foundation/graphic/graphic_3d/lume/LumeEngine/api/platform/common/core/os/
H
A
D
intf_platform.h
45
friend BASE_NS::
default_delete
<IPlatform>;
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/
H
A
D
avc_config_data_parser.cpp
75
newCfgData_ = std::shared_ptr<uint8_t>(new uint8_t[newCfgDataSize_], std::
default_delete
<uint8_t[]>());
in ParseConfigData()
91
newCfgData_ = std::shared_ptr<uint8_t>(new uint8_t[newCfgDataSize_], std::
default_delete
<uint8_t[]>());
in ParseConfigData()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H
A
D
av_trans_buffer.cpp
99
address_ = std::shared_ptr<uint8_t>(new uint8_t[capacity], std::
default_delete
<uint8_t[]>());
in BufferData()
/foundation/multimedia/media_foundation/src/plugin/
H
A
D
plugin_buffer.cpp
40
addr = std::shared_ptr<uint8_t>(new uint8_t[allocSize], std::
default_delete
<uint8_t[]>());
in Memory()
/foundation/multimedia/media_foundation/engine/plugin/common/
H
A
D
plugin_buffer.cpp
41
addr = std::shared_ptr<uint8_t>(new uint8_t[allocSize], std::
default_delete
<uint8_t[]>());
in Memory()
Completed in 4 milliseconds