Flutter Engine
 
Loading...
Searching...
No Matches
impeller::testing::MockSampler Class Reference

#include <mocks.h>

Inheritance diagram for impeller::testing::MockSampler:
impeller::Sampler

Public Member Functions

 MockSampler (const SamplerDescriptor &desc)
 
- Public Member Functions inherited from impeller::Sampler
virtual ~Sampler ()
 
const SamplerDescriptorGetDescriptor () const
 

Additional Inherited Members

- Protected Member Functions inherited from impeller::Sampler
 Sampler (const SamplerDescriptor &desc)
 
- Protected Attributes inherited from impeller::Sampler
SamplerDescriptor desc_
 

Detailed Description

Definition at line 256 of file mocks.h.

Constructor & Destructor Documentation

◆ MockSampler()

impeller::testing::MockSampler::MockSampler ( const SamplerDescriptor desc)
inlineexplicit

Definition at line 258 of file mocks.h.

258: Sampler(desc) {}
Sampler(const SamplerDescriptor &desc)
Definition sampler.cc:9

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