Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
DequeUnitTestHelper Class Reference

Public Member Functions

 DequeUnitTestHelper (const SkDeque &deq)
 

Public Attributes

int fNumBlocksAllocated
 

Detailed Description

Definition at line 74 of file DequeTest.cpp.

Constructor & Destructor Documentation

◆ DequeUnitTestHelper()

DequeUnitTestHelper::DequeUnitTestHelper ( const SkDeque deq)
inline

Definition at line 78 of file DequeTest.cpp.

78 {
79 fNumBlocksAllocated = deq.numBlocksAllocated();
80 }

Member Data Documentation

◆ fNumBlocksAllocated

int DequeUnitTestHelper::fNumBlocksAllocated

Definition at line 76 of file DequeTest.cpp.


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