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:importer
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/src/loaders/
H
A
D
json_content_loader.cpp
17
#include "../serialization/
importer
.h"
43
Serialization::JsonImporter
importer
;
in Create()
local
44
if (auto result =
importer
.Import(*file_)) {
in Create()
75
Serialization::JsonImporter
importer
;
in UpdateTree()
local
76
tree_ =
importer
.ImportAsTree(*file_);
in UpdateTree()
/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H
A
D
serialisation_utils.cpp
99
auto
importer
= GetObjectRegistry().Create<IFileImporter>(META_NS::ClassId::JsonImporter);
in Import()
local
100
IObject::Ptr result =
importer
->Import(data_);
in Import()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H
A
D
gltf2_importer.cpp
1611
CORE_LOG_W("Sheen roughness mapping not supported by gltf2
importer
");
in FillSheen()
2301
CORE_LOG_W("GLTF2
importer
cannot find default shader data.");
in FillShaderData()
2403
explicit GatherThreadTask(GLTF2Importer&
importer
, ImporterTask& task) : importer_(
importer
), task_(task) {};
2423
explicit ImportThreadTask(GLTF2Importer&
importer
, ImporterTask& task) : importer_(
importer
), task_(task) {};
2453
GLTF2Importer*
importer
;
2464
const auto& tracks =
importer
->data_->animations[index]->tracks;
2468
auto& entityManager =
importer
->ecs_->GetEntityManager();
2489
importer
[all...]
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H
A
D
lume_common.cpp
468
auto
importer
= graphicsContext_->GetGltf().CreateGLTF2Importer(ecs);
in LoadAndImport()
local
469
importer
->ImportGLTF(*gltf.data, info.resourceImportFlags_);
in LoadAndImport()
471
auto const gltfImportResult =
importer
->GetResult();
in LoadAndImport()
Completed in 11 milliseconds