Home
last modified time | relevance | path

Searched defs:collection (Results 1 - 25 of 100) sorted by relevance

1234

/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Dasset_migration.cpp83 void MigrateAnimation(IEntityCollection& collection) in MigrateAnimation() argument
H A Decs_asset_manager.cpp210 auto collection = cacheCollections_.find(cacheId); in GetCachedCollection() local
[all...]
H A Dentity_collection.cpp368 IEntityCollection& EntityCollection::AddSubCollectionClone(IEntityCollection& collection, string_view uri) in AddSubCollectionClone() argument
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_migration.cpp83 void MigrateAnimation(IEntityCollection& collection) in MigrateAnimation() argument
H A Dentity_collection.cpp346 auto collection = EntityCollection::Ptr { new EntityCollection(ecs_, uri, contextUri) }; in AddSubCollection() local
359 IEntityCollection& EntityCollection::AddSubCollectionClone(IEntityCollection& collection, string_vie argument
[all...]
H A Dasset_manager.cpp177 auto collection = cacheCollections_.find(cacheId); in GetCachedCollection() local
[all...]
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_typography_create.h40 Create( const TestingTypographyStyle &style, std::shared_ptr<TestingFontCollection> collection) Create() argument
/third_party/gn/src/base/
H A Dstl_util.h46 bool ContainsKey(const Collection& collection, const Key& key) { in ContainsKey() argument
73 bool ContainsValue(const Collection& collection, const Value& value) { in ContainsValue() argument
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DExtensionRegistry.cs68 private ExtensionRegistry(IDictionary<ObjectIntPair<Type>, Extension> collection) in ExtensionRegistry() argument
/third_party/skia/src/gpu/
H A DGrRenderTaskCluster.cpp27 [[maybe_unused]] static SkString describe_tasks(SkSpan<const sk_sp<GrRenderTask>> collection) { in describe_tasks() argument
35 [[maybe_unused]] static SkString describe_tasks(const SkTInternalLList<GrRenderTask>& collection) { in describe_tasks() argument
/third_party/skia/modules/skparagraph/gm/
H A Dsimple_gm.cpp59 auto collection = sk_make_sp<skia::textlayout::FontCollection>(); in buildParagraph() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSNolintParser.cpp58 std::set<ETSWarnings> collection; in CollectETSNolints() local
134 void ETSNolintParser::AddToETSNolintLinesCollection(std::size_t line, const std::set<ETSWarnings> &collection) in AddToETSNolintLinesCollection() argument
[all...]
/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_cert_chain_openssl_ex.c161 HcfCertCrlCollection *collection = inParams->validateParameters.certCRLCollections->data[i]; in GetCertChainFromCollection() local
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Dtypography_create.cpp26 Create(const TypographyStyle& style, std::shared_ptr<FontCollection> collection) Create() argument
33 TypographyCreate(const TypographyStyle& style, std::shared_ptr<OHOS::Rosen::FontCollection> collection) TypographyCreate() argument
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-bench.c95 struct collection { struct
[all...]
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-bench.c115 struct collection { struct
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DIntArrayList.java237 public boolean addAll(Collection<? extends Integer> collection) { in addAll() argument
H A DLongArrayList.java237 public boolean addAll(Collection<? extends Long> collection) { in addAll() argument
H A DFloatArrayList.java237 public boolean addAll(Collection<? extends Float> collection) { in addAll() argument
H A DBooleanArrayList.java238 public boolean addAll(Collection<? extends Boolean> collection) { in addAll() argument
H A DDoubleArrayList.java238 public boolean addAll(Collection<? extends Double> collection) { in addAll() argument
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksServices.cpp173 vk::BinaryCollection* collection = new vk::BinaryCollection{}; in createServerVKSC() local
/kernel/linux/linux-5.10/include/rdma/
H A Duverbs_std_types.h132 struct ib_flow_action **collection; member
/kernel/linux/linux-6.6/include/rdma/
H A Duverbs_std_types.h132 struct ib_flow_action **collection; member
/third_party/node/deps/v8/src/base/
H A Dvector.h226 static OwnedVector<T> Of(const U& collection) { in Of() argument

Completed in 12 milliseconds

1234