Home
last modified time | relevance | path

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

12345678910

/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_predicates_objects.h[all...]
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_value.cpp[all...]
/third_party/rust/crates/aho-corasick/src/packed/
H A Dmod.rs117 mod vector; modules
/third_party/skia/docs/examples/
H A DPoint_normalize_2.cpp13 SkVector vector = line[1] - line[0]; in REG_FIDDLE() local
H A DPoint_Normalize.cpp14 SkVector vector = line[1] - line[0]; in REG_FIDDLE() local
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dcontainers.h86 class vector { class
147 vector<T, BASE_CAPACITY>::vector( vector() function in marl::containers::vector
153 vector( const vector<T, BASE_CAPACITY_2>& other, Allocator* allocator ) vector() argument
162 vector( vector<T, BASE_CAPACITY_2>&& other, Allocator* allocator ) vector() argument
188 operator =( const vector<T, BASE_CAPACITY_2>& other) operator =() argument
201 operator =( vector<T, BASE_CAPACITY_2>&& other) operator =() argument
[all...]
/third_party/skia/third_party/externals/tint/src/utils/
H A Dunique_vector.h105 std::vector<T> vector; global() member
[all...]
H A Dhash.h57 void HashCombine(size_t* hash, const std::vector<T>& vector) { in HashCombine() argument
/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...]
/third_party/gn/src/gn/
H A Dpointer_set_unittest.cc173 auto vector = set.ToVector(); in TEST() local
[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...]
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Derror.hpp28 #undef vector macro
/third_party/mesa3d/src/util/
H A Du_vector.c41 u_vector_init_pow2(struct u_vector *vector, in u_vector_init_pow2() argument
58 u_vector_add(struct u_vector *vector) in u_vector_add() argument
102 u_vector_remove(struct u_vector *vector) u_vector_remove() argument
[all...]
/third_party/mesa3d/src/util/tests/
H A Dvector_test.cpp29 struct u_vector vector; in test() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dfeedback-source.h24 Handle<FeedbackVector> vector; member
/third_party/node/deps/v8/src/debug/
H A Ddebug-type-profile.cc41 FeedbackVector vector = FeedbackVector::cast(list->Get(i)); in Collect() local
96 FeedbackVector vector = FeedbackVector::cast(list->Get(i)); in SelectMode() local
[all...]
/third_party/skia/third_party/externals/dawn/src/common/
H A Dityp_vector.h29 class vector : public std::vector<Value> { class
44 vector() : Base() { in vector() function in ityp::vector
47 explicit vector(Index size) : Base(static_cast<I>(size)) { in vector() function in ityp::vector
50 vector(Index size, const Value& init) : Base(static_cast<I>(size), init) { in vector() function in ityp::vector
53 vector(cons function in ityp::vector
56 vector(vector&& rhs) : Base(static_cast<Base&&>(rhs)) { vector() function in ityp::vector
59 vector(std::initializer_list<Value> init) : Base(init) { vector() function in ityp::vector
[all...]
/third_party/skia/third_party/externals/tint/fuzzers/
H A Ddata_builder.h61 std::vector<T> vector() { in vector() function in tint::fuzzers::DataBuilder
76 std::vector<T> vector(Callback generate) { vector() function in tint::fuzzers::DataBuilder
[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...]

Completed in 7 milliseconds

12345678910