Definition at line 90 of file GrMemoryPoolTest.cpp.
◆ C()
◆ checkValues()
bool C::checkValues |
( |
int |
v | ) |
|
|
inlineoverridevirtual |
Reimplemented from A.
Definition at line 97 of file GrMemoryPoolTest.cpp.
97 {
98 return fInt64 == static_cast<int64_t>(v) &&
100 }
virtual bool checkValues(int v)
◆ setValues()
void C::setValues |
( |
int |
v | ) |
|
|
inlineoverridevirtual |
Reimplemented from A.
Definition at line 93 of file GrMemoryPoolTest.cpp.
93 {
94 fInt64 = static_cast<int64_t>(v);
96 }
virtual void setValues(int v)
The documentation for this class was generated from the following file: