Home
last modified time | relevance | path

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

123

/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
/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
H A DFieldType.java96 private final Collection collection; field in FieldType
100 FieldType(int id, Collection collection, JavaType javaType) { in FieldType() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksServices.cpp173 vk::BinaryCollection* collection = new vk::BinaryCollection{}; in createServerVKSC() local
/third_party/node/deps/v8/src/base/
H A Dvector.h226 static OwnedVector<T> Of(const U& collection) { in Of() argument
/third_party/skia/src/ports/
H A DSkFontMgr_mac_ct.cpp366 SkUniqueCFRef<CFArrayRef> SkCopyAvailableFontFamilyNames(CTFontCollectionRef collection) { in SkCopyAvailableFontFamilyNames() argument
/third_party/protobuf/src/google/protobuf/stubs/
H A Dmap_util.h74 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 DCollectionUtilities.java61 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 DCollectionUtilities.java58 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 Dbuiltins-collections-gen.cc25 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...]
/third_party/mesa3d/include/vulkan/
H A Dvulkan_fuchsia.h142 VkBufferCollectionFUCHSIA collection; member
149 VkBufferCollectionFUCHSIA collection; member
174 VkBufferCollectionFUCHSIA collection; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingNullASTests.cpp93 makePipeline(const DeviceInterface& vkd, const VkDevice device, vk::BinaryCollection& collection, de::MovePtr<RayTracingPipeline>& rayTracingPipeline, VkPipelineLayout pipelineLayout, const deUint32 raygenGroup, const deUint32 missGroup, const deUint32 hitGroup) makePipeline() argument
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_fuchsia.h142 VkBufferCollectionFUCHSIA collection; member
149 VkBufferCollectionFUCHSIA collection; member
174 VkBufferCollectionFUCHSIA collection; member
[all...]
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_fuchsia.h142 VkBufferCollectionFUCHSIA collection; member
149 VkBufferCollectionFUCHSIA collection; member
174 VkBufferCollectionFUCHSIA collection; member
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_fuchsia.h146 VkBufferCollectionFUCHSIA collection; member
153 VkBufferCollectionFUCHSIA collection; member
178 VkBufferCollectionFUCHSIA collection; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingNullASTests.cpp93 makePipeline(const DeviceInterface& vkd, const VkDevice device, vk::BinaryCollection& collection, de::MovePtr<RayTracingPipeline>& rayTracingPipeline, VkPipelineLayout pipelineLayout, const deUint32 raygenGroup, const deUint32 missGroup, const deUint32 hitGroup) makePipeline() argument
/third_party/ltp/pan/
H A Dltp-pan.c82 struct collection { struct
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-test.cc1737 Handle<JSWeakCollection> collection = args.at<JSWeakCollection>(0); in RUNTIME_FUNCTION() local

Completed in 23 milliseconds

123