Inherits C.
Definition at line 109 of file GrMemoryPoolTest.cpp.
◆ D()
◆ ~D()
◆ checkValues()
bool D::checkValues |
( |
int |
v | ) |
|
|
inlineoverride |
Definition at line 119 of file GrMemoryPoolTest.cpp.
119 {
120 return fVoidStar == reinterpret_cast<void*>(static_cast<intptr_t>(v)) &&
123 }
bool checkValues(int v) override
bool checkValues(int v) override
◆ setValues()
void D::setValues |
( |
int |
v | ) |
|
|
inlineoverride |
Definition at line 114 of file GrMemoryPoolTest.cpp.
114 {
115 fVoidStar = reinterpret_cast<void*>(static_cast<intptr_t>(v));
118 }
void setValues(int v) override
void setValues(int v) override
The documentation for this class was generated from the following file: