Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
B Class Reference
Inheritance diagram for B:
A dart::BaseDirectChainedHashMap< CStringIntMapKeyValueTrait, B, Allocator > dart::BaseDirectChainedHashMap< CStringSetKeyValueTrait, B, Allocator > dart::BaseDirectChainedHashMap< KeyValueTrait, B, Allocator > dart::BaseGrowableArray< T, B, Allocator > dart::BaseGrowableHandlePtrArray< T, B > dart::SplayTree< Config, B, Allocator > dart::SplayTree< Config, B, Allocator >::Locator dart::SplayTree< Config, B, Allocator >::Node

Public Member Functions

 B ()
 
void setValues (int v) override
 
bool checkValues (int v) override
 
- Public Member Functions inherited from A
 A ()
 
virtual ~A ()
 
void * operator new (size_t size)
 
void operator delete (void *p)
 

Additional Inherited Members

- Static Public Member Functions inherited from A
static ACreate (SkRandom *r)
 
static void SetAllocator (size_t preallocSize, size_t minAllocSize)
 
static void ResetAllocator ()
 
static void ValidatePool ()
 

Detailed Description

Definition at line 72 of file GrMemoryPoolTest.cpp.

Constructor & Destructor Documentation

◆ B()

B::B ( )
inline

Definition at line 74 of file GrMemoryPoolTest.cpp.

74{}

Member Function Documentation

◆ checkValues()

bool B::checkValues ( int  v)
inlineoverridevirtual

Reimplemented from A.

Definition at line 79 of file GrMemoryPoolTest.cpp.

79 {
80 return fDouble == static_cast<double>(v) &&
81 this->INHERITED::checkValues(v);
82 }

◆ setValues()

void B::setValues ( int  v)
inlineoverridevirtual

Reimplemented from A.

Definition at line 75 of file GrMemoryPoolTest.cpp.

75 {
76 fDouble = static_cast<double>(v);
77 this->INHERITED::setValues(v);
78 }

The documentation for this class was generated from the following file: