Definition at line 196 of file dl_rendering_unittests.cc.
◆ OncePerBackendWarning()
| flutter::testing::OncePerBackendWarning::OncePerBackendWarning |
( |
const std::string & |
warning | ) |
|
|
inlineexplicit |
◆ warn()
| void flutter::testing::OncePerBackendWarning::warn |
( |
const std::string & |
name | ) |
|
|
inline |
Definition at line 201 of file dl_rendering_unittests.cc.
201 {
202 if (warnings_sent_.find(
name) == warnings_sent_.end()) {
203 warnings_sent_.insert(
name);
205 }
206 }
#define FML_LOG(severity)
DEF_SWITCHES_START aot vmservice shared library name
References FML_LOG, and flutter::name.
The documentation for this class was generated from the following file: