/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/ |
H A D | asset_migration.cpp | 83 void MigrateAnimation(IEntityCollection& collection) in MigrateAnimation() argument
|
H A D | ecs_asset_manager.cpp | 210 auto collection = cacheCollections_.find(cacheId); in GetCachedCollection() local [all...] |
H A D | entity_collection.cpp | 368 IEntityCollection& EntityCollection::AddSubCollectionClone(IEntityCollection& collection, string_view uri) in AddSubCollectionClone() argument [all...] |
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | asset_migration.cpp | 83 void MigrateAnimation(IEntityCollection& collection) in MigrateAnimation() argument
|
H A D | entity_collection.cpp | 346 auto collection = EntityCollection::Ptr { new EntityCollection(ecs_, uri, contextUri) }; in AddSubCollection() local 359 IEntityCollection& EntityCollection::AddSubCollectionClone(IEntityCollection& collection, string_vie argument [all...] |
H A D | asset_manager.cpp | 177 auto collection = cacheCollections_.find(cacheId); in GetCachedCollection() local [all...] |
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_typography_create.h | 40 Create( const TestingTypographyStyle &style, std::shared_ptr<TestingFontCollection> collection) Create() argument
|
/third_party/gn/src/base/ |
H A D | stl_util.h | 46 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 D | ExtensionRegistry.cs | 68 private ExtensionRegistry(IDictionary<ObjectIntPair<Type>, Extension> collection) in ExtensionRegistry() argument
|
/third_party/skia/src/gpu/ |
H A D | GrRenderTaskCluster.cpp | 27 [[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 D | simple_gm.cpp | 59 auto collection = sk_make_sp<skia::textlayout::FontCollection>(); in buildParagraph() local
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/ |
H A D | typography_create.cpp | 26 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
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | IntArrayList.java | 237 public boolean addAll(Collection<? extends Integer> collection) { in addAll() argument
|
H A D | LongArrayList.java | 237 public boolean addAll(Collection<? extends Long> collection) { in addAll() argument
|
H A D | FloatArrayList.java | 237 public boolean addAll(Collection<? extends Float> collection) { in addAll() argument
|
H A D | BooleanArrayList.java | 238 public boolean addAll(Collection<? extends Boolean> collection) { in addAll() argument
|
H A D | DoubleArrayList.java | 238 public boolean addAll(Collection<? extends Double> collection) { in addAll() argument
|
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
H A D | vksServices.cpp | 173 vk::BinaryCollection* collection = new vk::BinaryCollection{}; in createServerVKSC() local
|
/applications/standard/contacts_data/dataBusiness/contacts/src/ |
H A D | contacts_account.cpp | 145 AccountDataCollection collection = AccountDataCollection(accountName, accountType, accountCollection); in GetAccountFromLocal() local 153 GetNotExistAccount( std::shared_ptr<OHOS::NativeRdb::RdbStore> rdbStore, AccountDataCollection collection) GetNotExistAccount() argument
|
/third_party/node/deps/v8/src/base/ |
H A D | vector.h | 226 static OwnedVector<T> Of(const U& collection) { in Of() argument
|
/third_party/skia/src/ports/ |
H A D | SkFontMgr_mac_ct.cpp | 366 SkUniqueCFRef<CFArrayRef> SkCopyAvailableFontFamilyNames(CTFontCollectionRef collection) { in SkCopyAvailableFontFamilyNames() argument
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | map_util.h | 74 FindOrDie(const Collection& collection, in FindOrDie() argument 84 FindOrDie(Collection& collection, // NOLINT in FindOrDie() argument 94 FindOrDieNoPrint(const Collection& collection, in FindOrDieNoPrint() argument 104 FindOrDieNoPrint(Collection& collection, // NOLIN argument 123 FindWithDefault(const Collection& collection, const typename Collection::value_type::first_type& key, const typename Collection::value_type::second_type& value) FindWithDefault() argument 137 FindOrNull(const Collection& collection, const typename Collection::value_type::first_type& key) FindOrNull() argument 149 FindOrNull(Collection& collection, const typename Collection::value_type::first_type& key) FindOrNull() argument 166 FindPtrOrNull(const Collection& collection, const typename Collection::value_type::first_type& key) FindPtrOrNull() argument 181 FindPtrOrNull(Collection& collection, const typename Collection::value_type::first_type& key) FindPtrOrNull() argument 194 FindLinkedPtrOrNull(const Collection& collection, const typename Collection::value_type::first_type& key) FindLinkedPtrOrNull() argument 208 FindLinkedPtrOrDie(const Collection& collection, const typename Collection::value_type::first_type& key) FindLinkedPtrOrDie() argument 220 FindCopy(const Collection& collection, const Key& key, Value* const value) FindCopy() argument 239 ContainsKey(const Collection& collection, const Key& key) ContainsKey() argument 246 ContainsKeyValuePair(const Collection& collection, const Key& key, const Value& value) ContainsKeyValuePair() argument 267 InsertOrUpdate(Collection* const collection, const typename Collection::value_type& vt) InsertOrUpdate() argument 280 InsertOrUpdate(Collection* const collection, const typename Collection::value_type::first_type& key, const typename Collection::value_type::second_type& value) InsertOrUpdate() argument 290 InsertOrUpdateMany(Collection* const collection, InputIterator first, InputIterator last) InsertOrUpdateMany() argument 302 InsertAndDeleteExisting( Collection* const collection, const typename Collection::value_type::first_type& key, const typename Collection::value_type::second_type& value) InsertAndDeleteExisting() argument 321 InsertIfNotPresent(Collection* const collection, const typename Collection::value_type& vt) InsertIfNotPresent() argument 328 InsertIfNotPresent( Collection* const collection, const typename Collection::value_type::first_type& key, const typename Collection::value_type::second_type& value) InsertIfNotPresent() argument 338 InsertOrDie(Collection* const collection, const typename Collection::value_type& value) InsertOrDie() argument 346 InsertOrDieNoPrint(Collection* const collection, const typename Collection::value_type& value) InsertOrDieNoPrint() argument 354 InsertOrDie(Collection* const collection, const typename Collection::value_type::first_type& key, const typename Collection::value_type::second_type& data) InsertOrDie() argument 363 InsertOrDieNoPrint( Collection* const collection, const typename Collection::value_type::first_type& key, const typename Collection::value_type::second_type& data) InsertOrDieNoPrint() argument 377 InsertKeyOrDie( Collection* const collection, const typename Collection::value_type::first_type& key) InsertKeyOrDie() argument 396 LookupOrInsert(Collection* const collection, const typename Collection::value_type& vt) LookupOrInsert() argument 404 LookupOrInsert(Collection* const collection, const typename Collection::value_type::first_type& key, const typename Collection::value_type::second_type& value) LookupOrInsert() argument 443 LookupOrInsertNew(Collection* const collection, const typename Collection::value_type::first_type& key) LookupOrInsertNew() argument 461 LookupOrInsertNew(Collection* const collection, const typename Collection::value_type::first_type& key, const Arg& arg) LookupOrInsertNew() argument 497 LookupOrInsertNewLinkedPtr( Collection* const collection, const typename Collection::value_type::first_type& key) LookupOrInsertNewLinkedPtr() argument 516 LookupOrInsertNewLinkedPtr( Collection* const collection, const typename Collection::value_type::first_type& key, const Arg& arg) LookupOrInsertNewLinkedPtr() argument 535 LookupOrInsertNewSharedPtr( Collection* const collection, const typename Collection::value_type::first_type& key) LookupOrInsertNewSharedPtr() argument 555 LookupOrInsertNewSharedPtr( Collection* const collection, const typename Collection::value_type::first_type& key, const Arg& arg) LookupOrInsertNewSharedPtr() argument 581 UpdateReturnCopy(Collection* const collection, const typename Collection::value_type::first_type& key, const typename Collection::value_type::second_type& value, typename Collection::value_type::second_type* previous) UpdateReturnCopy() argument 600 UpdateReturnCopy(Collection* const collection, const typename Collection::value_type& vt, typename Collection::value_type::second_type* previous) UpdateReturnCopy() argument 623 InsertOrReturnExisting( Collection* const collection, const typename Collection::value_type& vt) InsertOrReturnExisting() argument 635 InsertOrReturnExisting( Collection* const collection, const typename Collection::value_type::first_type& key, const typename Collection::value_type::second_type& data) InsertOrReturnExisting() argument 661 EraseKeyReturnValuePtr( Collection* const collection, const typename Collection::value_type::first_type& key) EraseKeyReturnValuePtr() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/ |
H A D | CollectionUtilities.java | 61 public static <T, U extends Iterable<T>>String join(U collection, String separator) { in join() argument
|
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
H A D | CollectionUtilities.java | 58 public static <T, U extends Iterable<T>>String join(U collection, String separator) { in join() argument
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-collections-gen.cc | 25 AddConstructorEntry( Variant variant, TNode<Context> context, TNode<Object> collection, TNode<Object> add_function, TNode<Object> key_value, Label* if_may_have_side_effects, Label* if_exception, TVariable<Object>* var_exception) AddConstructorEntry() argument 47 AddConstructorEntries( Variant variant, TNode<Context> context, TNode<Context> native_context, TNode<HeapObject> collection, TNode<Object> initial_entries) AddConstructorEntries() argument 111 AddConstructorEntriesFromFastJSArray( Variant variant, TNode<Context> context, TNode<Context> native_context, TNode<Object> collection, TNode<JSArray> fast_jsarray, Label* if_may_have_side_effects) AddConstructorEntriesFromFastJSArray() argument 183 AddConstructorEntriesFromIterable( Variant variant, TNode<Context> context, TNode<Context> native_context, TNode<Object> collection, TNode<Object> iterable) AddConstructorEntriesFromIterable() argument 235 GotoIfInitialAddFunctionModified( Variant variant, TNode<NativeContext> native_context, TNode<HeapObject> collection, Label* if_modified) GotoIfInitialAddFunctionModified() argument 309 TNode<JSObject> collection = AllocateJSCollection( GenerateConstructor() local 320 GetAddFunction( Variant variant, TNode<Context> context, TNode<Object> collection) GetAddFunction() argument 443 HasInitialCollectionPrototype( Variant variant, TNode<Context> native_context, TNode<Object> collection) HasInitialCollectionPrototype() argument [all...] |