Searched refs:instanceType (Results 1 – 1 of 1) sorted by relevance
2920 auto instanceType = static_cast<uint32_t>(GetType()); in IsInstanceOf() local2922 return (instanceType & targetType) == targetType; in IsInstanceOf()