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
defs:WeakPtr
(Results
1 - 20
of
20
) sorted by relevance
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H
A
D
intf_view_node.h
73
META_TYPE(SCENE_NS::IViewNode::
WeakPtr
);
variable
H
A
D
intf_environment.h
121
META_TYPE(SCENE_NS::IEnvironment::
WeakPtr
);
variable
H
A
D
intf_resource_container.h
37
META_TYPE(SCENE_NS::IResourceContainer::
WeakPtr
);
variable
H
A
D
intf_render_configuration.h
38
META_TYPE(SCENE_NS::IRenderConfiguration::
WeakPtr
);
variable
H
A
D
intf_ecs_animation.h
38
META_TYPE(SCENE_NS::IEcsTrackAnimation::
WeakPtr
);
variable
82
META_TYPE(SCENE_NS::IEcsAnimation::
WeakPtr
);
variable
H
A
D
intf_scene_presenter.h
51
META_TYPE(SCENE_NS::IScenePresenter::
WeakPtr
);
variable
H
A
D
intf_mesh.h
50
META_TYPE(SCENE_NS::ISubMesh::
WeakPtr
);
variable
157
META_TYPE(SCENE_NS::IMesh::
WeakPtr
);
variable
208
META_TYPE(SCENE_NS::IMultiMeshProxy::
WeakPtr
);
variable
H
A
D
intf_ecs_scene.h
140
META_TYPE(SCENE_NS::IEcsScene::
WeakPtr
);
variable
H
A
D
intf_ecs_object.h
48
META_TYPE(SCENE_NS::IEcsValueInformation::
WeakPtr
);
variable
87
META_TYPE(SCENE_NS::IEcsObject::
WeakPtr
);
variable
H
A
D
intf_light.h
119
META_TYPE(SCENE_NS::ILight::
WeakPtr
);
variable
H
A
D
intf_camera.h
252
META_TYPE(SCENE_NS::ICamera::
WeakPtr
);
variable
H
A
D
intf_scene.h
401
META_TYPE(SCENE_NS::IScene::
WeakPtr
);
variable
H
A
D
intf_material.h
114
META_TYPE(SCENE_NS::ITextureInfo::
WeakPtr
);
variable
134
META_TYPE(SCENE_NS::IShader::
WeakPtr
);
variable
168
META_TYPE(SCENE_NS::IGraphicsState::
WeakPtr
);
variable
/foundation/arkui/ace_engine/adapter/preview/entrance/editing/
H
A
D
text_input_connection_impl.h
32
TextInputConnectionImpl(const
WeakPtr
<TextInputClient>&client, const RefPtr<TaskExecutor>& taskExecutor)
in TextInputConnectionImpl()
argument
/foundation/arkui/ace_engine/frameworks/base/memory/
H
A
D
referenced.h
316
ACE_REMOVE(explicit)
WeakPtr
(std::nullptr_t) {}
WeakPtr()
function in OHOS::Ace::final
318
ACE_REMOVE(explicit)
WeakPtr
(const
WeakPtr
& other) :
WeakPtr
(other.unsafeRawPtr_, other.refCounter_) {}
WeakPtr()
function in OHOS::Ace::final
319
ACE_REMOVE(explicit)
WeakPtr
(
WeakPtr
&& other) : unsafeRawPtr_(other.unsafeRawPtr_), refCounter_(other.refCounter_)
WeakPtr()
function in OHOS::Ace::final
326
ACE_REMOVE(explicit)
WeakPtr
(const
WeakPtr
<O>& other) :
WeakPtr
(other.unsafeRawPtr_, other.refCounter_) {}
WeakPtr()
function in OHOS::Ace::final
328
ACE_REMOVE(explicit)
WeakPtr
(
WeakPtr
<O>&& other)
WeakPtr()
function in OHOS::Ace::final
336
ACE_REMOVE(explicit)
WeakPtr
(const RefPtr<O>& other) :
WeakPtr
(other.rawPtr_) {}
WeakPtr()
function in OHOS::Ace::final
337
ACE_REMOVE(explicit)
WeakPtr
(const RefPtr<T>& other) :
WeakPtr
(other.rawPtr_) {}
WeakPtr()
function in OHOS::Ace::final
468
explicit
WeakPtr
(T* rawPtr) :
WeakPtr
(rawPtr, rawPtr != nullptr ? rawPtr->refCounter_ : nullptr) {}
WeakPtr()
function in OHOS::Ace::final
470
WeakPtr
(O* rawPtr, RefCounter* aceRef) : unsafeRawPtr_(rawPtr), refCounter_(aceRef)
WeakPtr()
function in OHOS::Ace::final
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/
H
A
D
property.h
H
A
D
array_property.h
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H
A
D
intf_object_flags.h
130
META_TYPE(META_NS::IObjectFlags::
WeakPtr
);
variable
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H
A
D
ecs_listener.h
46
META_TYPE(SCENE_NS::IEcsProxyObject::
WeakPtr
);
variable
H
A
D
scene_holder.h
606
META_TYPE(SceneHolder::
WeakPtr
);
variable
Completed in 9 milliseconds