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:ImportRef
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H
A
D
importer.cpp
58
if (auto obj = interface_pointer_cast<CORE_NS::IInterface>(
ImportRef
(d.uri))) {
in Import()
87
IObject::Ptr Importer::
ImportRef
(const RefUri& ref)
in ImportRef()
function in Serialization::Importer
138
result =
ImportRef
(node->GetValue());
in ImportObject()
431
return
ImportRef
(uri);
in ResolveRefUri()
472
ptr = importer_.
ImportRef
(node->GetValue());
in ImportWeakPtr()
497
return importer_.
ImportRef
(uri);
in ResolveRefUri()
H
A
D
importer.h
43
IObject::Ptr
ImportRef
(const RefUri& ref);
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/backend/
H
A
D
json_input.h
45
ISerNode::Ptr
ImportRef
(const json::value& ref);
H
A
D
json_input.cpp
34
ISerNode::Ptr JsonInput::
ImportRef
(const json::value& ref)
in ImportRef()
function in Serialization::JsonInput
135
return
ImportRef
(*ref);
in Import()
Completed in 3 milliseconds