Public Member Functions | |
| TestObject (int arg1, double arg2, char arg3) | |
| ~TestObject ()=default | |
| auto | GetArg1 () const |
| auto | GetArg2 () const |
| auto | GetArg3 () const |
Public Member Functions inherited from impeller::interop::ObjectBase | |
| ObjectBase ()=default | |
| virtual | ~ObjectBase ()=default |
| ObjectBase (const ObjectBase &)=delete | |
| ObjectBase (ObjectBase &&)=delete | |
| ObjectBase & | operator= (const ObjectBase &)=delete |
| ObjectBase & | operator= (ObjectBase &&)=delete |
| void | Retain () |
| void | Release () |
| uint64_t | GetRefCountForTests () const |
Additional Inherited Members | |
Public Types inherited from impeller::interop::Object< TestObject, IMPELLER_INTERNAL_HANDLE_NAME(TestHandle)> | |
| using | InteropClass = TestObject |
| using | InteropCSibling = IMPELLER_INTERNAL_HANDLE_NAME(TestHandle) |
Static Public Member Functions inherited from impeller::interop::ObjectBase | |
| static void | SafeRetain (void *ptr) |
| static void | SafeRelease (void *ptr) |
Definition at line 34 of file object_unittests.cc.
|
inline |
Definition at line 37 of file object_unittests.cc.
|
default |
|
inline |
Definition at line 42 of file object_unittests.cc.
|
inline |
Definition at line 44 of file object_unittests.cc.
|
inline |
Definition at line 46 of file object_unittests.cc.