Home
last modified time | relevance | path

Searched refs:typeHash_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/
H A Dproperty_api_impl.inl37 typeHash_ = 0;
39 BASE_NS::HashCombine(typeHash_, t.offset);
40 BASE_NS::HashCombine(typeHash_, t.count);
41 BASE_NS::HashCombine(typeHash_, t.type.compareHash);
42 BASE_NS::HashCombine(typeHash_, t.type.typeHash);
43 BASE_NS::HashCombine(typeHash_, t.hash);
44 BASE_NS::HashCombine(typeHash_, t.size);
82 ret->typeHash_ = Type();
94 ret->typeHash_ = Type();
184 return typeHash_;
H A Dproperty_api_impl.h63 uint64_t typeHash_ { 0 };
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dpost_process_configuration_component_manager.cpp191 static constexpr uint64_t typeHash_ = member in PostProcessConfigurationComponentManager
323 return typeHash_; in Type()
647 if (dataHandle.Owner()->Type() == typeHash_) { in IsMatchingHandle()
H A Dmaterial_component_manager.cpp379 …static constexpr uint64_t typeHash_ = BASE_NS::CompileTime::FNV1aHash(CORE_NS::GetName<MaterialCom… member in MaterialComponentManager
545 return typeHash_; in Type()
866 if (dataHandle.Owner() && (dataHandle.Owner()->Type() == typeHash_)) { in IsMatchingHandle()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/
H A Dbase_manager.h140 uint64_t typeHash_; variable
H A Dbase_manager.inl59 return typeHash_;
415 typeHash_ = BASE_NS::FNV1aHash(name_.data(), name_.size());
430 if (dataHandle.Owner() && (dataHandle.Owner()->Type() == typeHash_)) {