Home
last modified time | relevance | path

Searched defs:vector (Results 1 - 25 of 45) sorted by relevance

12

/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_predicates_objects.h[all...]
H A Ddatashare_value_object.h
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_value.cpp[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Danimation_state_component_manager.cpp27 DECLARE_PROPERTY_TYPE(BASE_NS::vector<AnimationStateComponent::TrackState>); variable
H A Dmorph_component_manager.cpp25 DECLARE_PROPERTY_TYPE(BASE_NS::vector<BASE_NS::string>); variable
H A Dmesh_component_manager.cpp33 DECLARE_PROPERTY_TYPE(vector<MeshComponent::Submesh>); variable
H A Dcamera_component_manager.cpp39 DECLARE_PROPERTY_TYPE(vector<CameraComponent::TargetUsage>); variable
/foundation/distributeddatamgr/udmf/interfaces/cj/src/
H A Dutils.cpp31 CArrString Utils::StringVectorToArray(std::vector<std::string> vector) in StringVectorToArray() argument
H A Dunified_data_impl.cpp82 static CArrUnifiedRecord VectorToArray(std::vector<int64_t> vector) in VectorToArray() argument
115 static CArrString StringVectorToArray(std::vector<st argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
H A Dmod.rs79 let mut vector = Vec::with_capacity(length); variables
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_modifier_extractor_test.cpp93 Vector4f vector = extractor->GetBorderDashWidth(); in HWTEST_F() local
106 Vector4f vector = extractor->GetBorderDashGap(); in HWTEST_F() local
119 Vector4f vector = extractor->GetOutlineDashWidth(); in HWTEST_F() local
132 Vector4f vector = extractor->GetOutlineDashWidth(); in HWTEST_F() local
145 Vector4<Color> vector = extractor->GetOutlineColor(); in HWTEST_F() local
158 Vector4f vector = extractor->GetOutlineWidth(); HWTEST_F() local
171 Vector4<uint32_t> vector = extractor->GetOutlineStyle(); HWTEST_F() local
184 Vector4f vector = extractor->GetOutlineRadius(); HWTEST_F() local
[all...]
/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dcommon.c22 Vector vector = {0, 0, 0, NULL, key, compare}; in VECTOR_Make() local
26 void VECTOR_Clear(Vector *vector) in VECTOR_Clear() argument
41 VECTOR_Add(Vector *vector, void *element) VECTOR_Add() argument
82 VECTOR_At(Vector *vector, int16 index) VECTOR_At() argument
91 VECTOR_Swap(Vector *vector, int16 index, void *element) VECTOR_Swap() argument
104 VECTOR_Find(Vector *vector, const void *element) VECTOR_Find() argument
112 VECTOR_FindByKey(Vector *vector, const void *key) VECTOR_FindByKey() argument
140 VECTOR_Size(Vector *vector) VECTOR_Size() argument
148 VECTOR_Num(Vector *vector) VECTOR_Num() argument
[all...]
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/unittest/distributed_bms_host_test/
H A Ddistributed_bms_host_test.cpp710 std::vector<RemoteAbilityInf in HWTEST_F() local
725 std::vector<ElementName> vector; HWTEST_F() local
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dregister_engine_access.cpp52 DECLARE_PROPERTY_TYPE(vector<MeshComponent::Submesh>); variable
54 DECLARE_PROPERTY_TYPE(BASE_NS::vector<AnimationStateComponent::TrackState>); variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_archive.h62 void Serialize(std::vector<T>& vector) in Serialize() argument
69 void Serialize(std::vector<T>& vector, void (*serializer)(Archive&, T&)) in Serialize() argument
82 SerializeNonFlat(std::vector<T>& vector) SerializeNonFlat() argument
98 SerializeVectorBase(std::vector<T>& vector) SerializeVectorBase() argument
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_js_utils.h56 bool vector = false; member
/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/
H A Dinit_utils.c79 void FreeStringVector(char **vector, int count) in FreeStringVector() argument
/foundation/ai/neural_network_runtime/test/system_test/common/
H A Dnnrt_test.cpp41 OH_NN_UInt32Array TransformUInt32Array(const std::vector<uint32_t>& vector) in TransformUInt32Array() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/matrix4/
H A Dcj_matrix4_ffi.cpp43 const auto& vector = *reinterpret_cast<std::vector<float>*>(array); in FfiOHOSMatrix4Init() local
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dblob.cpp
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/common/
H A Dvalue_proxy.h[all...]
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dvector.h136 class vector { class
183 vector(size_t size) : allocator_(default_allocator()) in vector() function in vector
188 vector(size_ function in vector
193 vector(const vector& other) : allocator_(other.allocator_) vector() function in vector
202 vector(const vector& other, allocator& alloc) : allocator_(alloc) vector() function in vector
225 vector(InputIt first, InputIt last) : allocator_(default_allocator()) vector() function in vector
233 vector(const_pointer first, const_pointer last) : allocator_(default_allocator()) vector() function in vector
244 vector(std::initializer_list<T> init) : allocator_(default_allocator()) vector() function in vector
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_command.cpp474 std::vector<std::pair<std::string, std::string>> vector; in Execute() local
/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Ddrag_animation_helper_test_ng.cpp156 auto vector = parentNode_->GetRenderContext()->GetTransformScale(); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_rect.h56 RectT(Vector4<T> vector) in RectT() argument

Completed in 17 milliseconds

12