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:ICloneable
(Results
1 - 6
of
6
) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H
A
D
intf_cloneable.h
23
META_REGISTER_INTERFACE(
ICloneable
, "f40a850c-5034-4cb8-87ad-4e9a2ddf587b")
26
* @brief The
ICloneable
interface to indicate entity can be cloned
28
class
ICloneable
: public CORE_NS::IInterface {
class
29
META_INTERFACE(CORE_NS::IInterface,
ICloneable
)
/foundation/graphic/graphic_3d/lume/metaobject/src/
H
A
D
call_context.cpp
25
if (auto p = interface_cast<
ICloneable
>(other.result_)) {
in succeeded_()
31
if (auto p = interface_cast<
ICloneable
>(other.params_[i].value)) {
in succeeded_()
46
if (auto p = interface_cast<
ICloneable
>(other.result_)) {
55
if (auto p = interface_cast<
ICloneable
>(other.params_[i].value)) {
77
if (uid ==
ICloneable
::UID) {
in GetInterface()
78
return static_cast<const
ICloneable
*>(this);
in GetInterface()
H
A
D
call_context.h
27
class DefaultCallContext : public ICallContext, protected
ICloneable
{
H
A
D
metadata.cpp
45
if (auto i = interface_cast<
ICloneable
>(v)) {
in Metadata()
50
if (auto i = interface_cast<
ICloneable
>(v)) {
in Metadata()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H
A
D
event_impl.h
71
class EventImpl<BaseClass, R(ARG...)> final : public IntroduceInterfaces<BaseClass, IEvent,
ICloneable
> {
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H
A
D
function.h
32
class DefaultFunction : public IntroduceInterfaces<IFunction,
ICloneable
> {
Completed in 3 milliseconds