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:collectionJson
(Results
1 - 3
of
3
) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
form_module_preloader.cpp
124
auto
collectionJson
= JsonUtil::ParseJsonString(content);
in ParseComponentCollectionJson()
local
125
if (
collectionJson
== nullptr ||
collectionJson
->IsNull()) {
in ParseComponentCollectionJson()
129
for (auto child =
collectionJson
->GetChild(); child && !child->IsNull(); child = child->GetNext()) {
in ParseComponentCollectionJson()
131
auto item =
collectionJson
->GetValue(etsPath);
in ParseComponentCollectionJson()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H
A
D
ecs_serializer.cpp
309
const auto*
collectionJson
= jsonIn.find("collection");
in EntityFromJson()
local
310
if (
collectionJson
) {
in EntityFromJson()
311
if (
collectionJson
->is_string()) {
in EntityFromJson()
313
if (FromJson(*
collectionJson
, collectionName)) {
in EntityFromJson()
323
} else if (
collectionJson
->is_unsigned_int()) {
in EntityFromJson()
324
const auto collectionIndex =
collectionJson
->unsigned_;
in EntityFromJson()
575
json::standalone_value
collectionJson
= json::standalone_value::object();
in WriteEntityCollection()
local
584
collectionJson
["src"] = move(src);
in WriteEntityCollection()
587
collectionJson
["id"] = move(id);
in WriteEntityCollection()
590
collectionsJson.array_.emplace_back(move(
collectionJson
));
in WriteEntityCollection()
[all...]
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H
A
D
ecs_serializer.cpp
254
const auto*
collectionJson
= jsonIn.find("collection");
in EntityFromJson()
local
255
if (
collectionJson
) {
in EntityFromJson()
256
if (
collectionJson
->is_string()) {
in EntityFromJson()
258
if (FromJson(*
collectionJson
, collectionName)) {
in EntityFromJson()
268
} else if (
collectionJson
->is_unsigned_int()) {
in EntityFromJson()
269
const auto collectionIndex =
collectionJson
->unsigned_;
in EntityFromJson()
513
json::standalone_value
collectionJson
= json::standalone_value::object();
in WriteEntityCollection()
local
522
collectionJson
["src"] = move(src);
in WriteEntityCollection()
525
collectionJson
["id"] = move(id);
in WriteEntityCollection()
528
collectionsJson.array_.emplace_back(move(
collectionJson
));
in WriteEntityCollection()
[all...]
Completed in 4 milliseconds