Home
last modified time | relevance | path

Searched refs:IBase3 (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/test/src/base/
H A DPointerTest.cpp138 class IBase3 : public IBase { class
147 class DualBase : private IBase2, private IBase3 {
224 if (uid == IBase3::UID) {
225 return static_cast<IBase3*>(this);
242 IBase3* bp = (IBase3*)dd->GetInterface(IBase3::UID); in HWTEST_F()
249 BASE_NS::shared_ptr b3(interface_pointer_cast<IBase3>(t)); in HWTEST_F()
266 BASE_NS::shared_ptr<IBase3> b3(interface_pointer_cast<IBase3>( in HWTEST_F()
[all...]

Completed in 1 milliseconds