Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp2920 auto instanceType = static_cast<uint32_t>(GetType()); in IsInstanceOf() local
2922 return (instanceType & targetType) == targetType; in IsInstanceOf()