Home
last modified time | relevance | path

Searched refs:compareHash (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/
H A Dproperty.h63 uint64_t compareHash; member
69 return compareHash; in uint64_t()
76 return aA.compareHash == aB.compareHash;
82 return aA.compareHash != aB.compareHash;
139 return value.compareHash; in hash()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/
H A Dproperty_value.h63 return type_->type.compareHash == other.compareHash; in CORE_BEGIN_NAMESPACE()
H A Dproperty_api_impl.inl41 BASE_NS::HashCombine(typeHash_, t.type.compareHash);