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:AnyCloneOptions
(Results
1 - 10
of
10
) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/src/
H
A
D
number.h
38
IAny::Ptr Clone(const
AnyCloneOptions
& options) const override;
H
A
D
any.h
45
IAny::Ptr Clone(const
AnyCloneOptions
& options) const override
H
A
D
number.cpp
147
IAny::Ptr Number::Clone(const
AnyCloneOptions
& options) const
in Clone()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H
A
D
any.h
198
IAny::Ptr Clone(const
AnyCloneOptions
& options) const override;
402
IAny::Ptr Clone(const
AnyCloneOptions
& options) const override;
438
IAny::Ptr Any<Type, Compare>::Clone(const
AnyCloneOptions
& options) const
447
IAny::Ptr ArrayAny<Type, Compare>::Clone(const
AnyCloneOptions
& options) const
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H
A
D
intf_any.h
57
struct
AnyCloneOptions
{
struct in AnyReturn
72
virtual IAny::Ptr Clone(const
AnyCloneOptions
& options) const = 0;
/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H
A
D
test_utils.h
125
auto anya = a->Clone(
AnyCloneOptions
{ CloneValueType::DEFAULT_VALUE, TypeIdRole::ITEM });
in IsEqual()
126
auto anyb = b->Clone(
AnyCloneOptions
{ CloneValueType::DEFAULT_VALUE, TypeIdRole::ITEM });
in IsEqual()
H
A
D
testing_objects.cpp
409
IAny::Ptr Clone(const
AnyCloneOptions
& options) const override
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H
A
D
track_animation.cpp
179
array = value.Clone(
AnyCloneOptions
{ CloneValueType::DEFAULT_VALUE, TypeIdRole::ARRAY });
in OnPropertyChanged()
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H
A
D
importer.cpp
284
if (auto any = array.Clone(
AnyCloneOptions
{ CloneValueType::DEFAULT_VALUE, TypeIdRole::ITEM })) {
in ImportArray()
H
A
D
exporter.cpp
206
auto any = array.Clone(
AnyCloneOptions
{ CloneValueType::DEFAULT_VALUE, TypeIdRole::ITEM });
in ExportArray()
Completed in 6 milliseconds