Searched defs:TypeId (Results 1 - 3 of 3) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/ | ||
H A D | ids.h | 69 class TypeId : public IdBase<TypeId> { class 84 META_TYPE(TypeId); variable |
/foundation/arkui/ace_engine/frameworks/base/memory/ | ||
H A D | ace_type.h | 72 static AceType::IdType TypeId(const AceType* rawPtr) in TypeId() function in OHOS::Ace::AceType 77 static AceType::IdType TypeId(const RefPtr<T>& ptr) in TypeId() function in OHOS::Ace::AceType 81 static AceType::IdType TypeId(const AceType& instance) in TypeId() function in OHOS::Ace::AceType 101 static AceType::IdType TypeId() in TypeId() function in OHOS::Ace::AceType |
H A D | type_info_base.h | 111 static TypeInfoBase::IdType TypeId(const TypeInfoBase* rawPtr) in TypeId() function in OHOS::Ace::final 115 static TypeInfoBase::IdType TypeId(const TypeInfoBase& instance) in TypeId() function in OHOS::Ace::final 138 static TypeInfoBase::IdType TypeId() TypeId() function in OHOS::Ace::final [all...] |
Completed in 2 milliseconds