Home
last modified time | relevance | path

Searched defs:collection (Results 26 - 50 of 99) sorted by relevance

1234

/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...]
/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_cert_crl_collection.cpp153 NapiCertCRLCollection::NapiCertCRLCollection(HcfCertCrlCollection *collection) in NapiCertCRLCollection() argument
202 HcfCertCrlCollection *collection = certCrlCol->GetCertCrlCollection(); in SelectCertsExecute() local
342 HcfCertCrlCollection *collection = certCrlCol->GetCertCrlCollection(); in SelectCRLExecute() local
469 HcfCertCrlCollection *collection = nullptr; in ParseCreateCertCRLColJSParams() local
485 HcfCertCrlCollection *collection = nullptr; NapiCreateCertCRLCollection() local
[all...]
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-sensor-hub.c76 struct hid_collection *collection = &hdev->collection[i]; in sensor_hub_get_physical_device_count() local
480 struct hid_collection *collection = NULL; in sensor_hub_raw_event() local
660 struct hid_collection *collection = &hdev->collection[i]; sensor_hub_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-sensor-hub.c75 struct hid_collection *collection = &hdev->collection[i]; in sensor_hub_get_physical_device_count() local
480 struct hid_collection *collection = NULL; in sensor_hub_raw_event() local
660 struct hid_collection *collection = &hdev->collection[i]; sensor_hub_probe() local
[all...]
H A Dhid-input.c680 struct hid_collection *collection; in hidinput_field_in_collection() local
/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/protobuf/java/core/src/main/java/com/google/protobuf/
H A DFieldType.java96 private final Collection collection; field in FieldType
100 FieldType(int id, Collection collection, JavaType javaType) { in FieldType() argument
[all...]
/base/security/certificate_framework/test/fuzztest/v1.0/x509certchain_fuzzer/
H A Dx509certchain_fuzzer.cpp587 HcfCertCrlCollection *collection = certCRLCollections.data[i]; in FreeCertCrlCollectionArr1() local
/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcrypto_x509_test_common.cpp425 HcfCertCrlCollection *collection = certCRLCollections.data[i]; in FreeCertCrlCollectionArr() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store.cpp142 int UpdateArgsCheck(const std::string &collection, const std::string &filter, const std::string &update, uint32_t flags) in UpdateArgsCheck() argument
257 int DocumentStore::UpdateDocument(const std::string &collection, cons argument
284 UpsertArgsCheck(const std::string &collection, const std::string &filter, const std::string &document, uint32_t flags) UpsertArgsCheck() argument
445 UpsertDocument(const std::string &collection, const std::string &filter, const std::string &document, uint32_t flags) UpsertDocument() argument
483 InsertArgsCheck(const std::string &collection, const std::string &document, uint32_t flags) InsertArgsCheck() argument
502 InsertDataIntoDB(const std::string &collection, const std::string &document, JsonObject &documentObj, bool &isIdExist) InsertDataIntoDB() argument
520 InsertDocument(const std::string &collection, const std::string &document, uint32_t flags) InsertDocument() argument
539 DeleteArgsCheck(const std::string &collection, const std::string &filter, uint32_t flags) DeleteArgsCheck() argument
596 DeleteDocument(const std::string &collection, const std::string &filter, uint32_t flags) DeleteDocument() argument
712 FindArgsCheck(const std::string &collection, const std::string &filter, const std::string &projection, uint32_t flags) FindArgsCheck() argument
801 FindDocument(const std::string &collection, const std::string &filter, const std::string &projection, uint32_t flags, GRD_ResultSet *grdResultSet) FindDocument() argument
837 IsExistResultSet(const std::string &collection) IsExistResultSet() 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
H A DvktRayTracingBuildIndirectTests.cpp98 makePipeline(const DeviceInterface& vkd, const VkDevice device, vk::BinaryCollection& collection, de::MovePtr<RayTracingPipeline>& rayTracingPipeline, VkPipelineLayout pipelineLayout, const std::string& shaderName) makePipeline() argument
114 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
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnative_node_extented.cpp523 OH_ArkUI_StyledString_Create( OH_Drawing_TypographyStyle* typoStyle, OH_Drawing_FontCollection* collection) OH_ArkUI_StyledString_Create() argument
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Decs_serializer.cpp320 auto* collection = ec.GetSubCollection(i); EntityToJson() local
514 auto* collection = ec.GetSubCollection(i); WriteEntityCollection() local
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_serializer.cpp375 auto* collection = ec.GetSubCollection(i); EntityToJson() local
576 auto* collection = ec.GetSubCollection(i); WriteEntityCollection() local
[all...]
/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
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCreationCacheControlTests.cpp476 createShaderModules(const DeviceInterface& vk, VkDevice device, const BinaryCollection& collection, const vector<const char*>& names) createShaderModules() argument

Completed in 32 milliseconds

1234