Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
image_encoding_unittests.cc File Reference

Go to the source code of this file.

Namespaces

namespace  flutter
 
namespace  flutter::testing
 

Functions

 flutter::testing::TEST_F (ShellTest, EncodeImageGivesExternalTypedData)
 
 flutter::testing::TEST_F (ShellTest, EncodeImageAccessesSyncSwitch)
 

Variable Documentation

◆ false_handler

std::function<void()> false_handler = [] {}

Definition at line 49 of file image_encoding_unittests.cc.

49{};

Referenced by fml::SyncSwitch::Handlers::SetIfFalse().

◆ true_handler

std::function<void()> true_handler = [] {}

Definition at line 48 of file image_encoding_unittests.cc.

48{};