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:ConstWeakPtr
(Results
1 - 19
of
19
) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H
A
D
intf_containable.h
66
virtual void SetProperty(const IProperty::
ConstWeakPtr
&) = 0;
70
virtual IProperty::
ConstWeakPtr
GetProperty() const = 0;
H
A
D
intf_call_context.h
120
META_TYPE(META_NS::ICallContext::
ConstWeakPtr
)
H
A
D
intf_object_flags.h
132
META_TYPE(META_NS::IObjectFlags::
ConstWeakPtr
);
variable
/foundation/graphic/graphic_3d/lume/metaobject/src/
H
A
D
functions.h
43
IFunction::
ConstWeakPtr
func_;
63
IProperty::
ConstWeakPtr
prop_;
H
A
D
register_anys.cpp
71
IObject::
ConstWeakPtr
,
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H
A
D
exporter.h
46
ReturnError ExportWeakPtr(const IObject::
ConstWeakPtr
& ptr, ISerNode::Ptr&);
75
BASE_NS::unordered_map<InstanceId, IObject::
ConstWeakPtr
> exported_;
87
ReturnError ExportWeakPtr(BASE_NS::string_view name, const IObject::
ConstWeakPtr
& ptr) override;
H
A
D
exporter.cpp
344
ReturnError Exporter::ExportWeakPtr(const IObject::
ConstWeakPtr
& ptr, ISerNode::Ptr& res)
in ExportWeakPtr()
400
ReturnError ExportContext::ExportWeakPtr(BASE_NS::string_view name, const IObject::
ConstWeakPtr
& ptr)
in ExportWeakPtr()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/serialization/
H
A
D
intf_export_context.h
45
virtual ReturnError ExportWeakPtr(BASE_NS::string_view name, const IObject::
ConstWeakPtr
& ptr) = 0;
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/property/
H
A
D
binding.h
62
IProperty::
ConstWeakPtr
source_;
H
A
D
default_value_bind.h
121
IProperty::
ConstWeakPtr
source_;
/foundation/graphic/graphic_3d/lume/metaobject/src/property/
H
A
D
bind.h
64
BASE_NS::vector<INotifyOnChange::
ConstWeakPtr
> dependencies_;
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/container/
H
A
D
find_cache.h
129
META_NS::IContainer::
ConstWeakPtr
container_;
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H
A
D
interface_macros.h
118
using
ConstWeakPtr
= BASE_NS::weak_ptr<const name>; \
H
A
D
meta_types.h
202
META_TYPE_IMPL(a::
ConstWeakPtr
, #a "::
ConstWeakPtr
")
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/
H
A
D
property.h
86
operator IProperty::
ConstWeakPtr
() const
in operator IProperty::ConstWeakPtr()
H
A
D
array_property.h
82
operator IProperty::
ConstWeakPtr
() const
in operator IProperty::ConstWeakPtr()
/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H
A
D
testing_objects.cpp
280
void SetProperty(const IProperty::
ConstWeakPtr
& p) override
285
IProperty::
ConstWeakPtr
GetProperty() const override
292
IProperty::
ConstWeakPtr
owningProp_;
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/
H
A
D
object_api.h
125
inline operator ConvertibleType::
ConstWeakPtr
() const noexcept \
217
* @brief Meta::IObject::
ConstWeakPtr
conversion operator.
219
operator META_NS::IObject::
ConstWeakPtr
() const noexcept
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H
A
D
util.h
90
Type GetValue(const IProperty::
ConstWeakPtr
& p, NonDeduced_t<BASE_NS::remove_const_t<Type>> defaultValue = {}) noexcept
Completed in 9 milliseconds