Definition at line 211 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 216 of file dl_rendering_unittests.cc.
216 {
217 if (warnings_sent_.find(
name) == warnings_sent_.end()) {
218 warnings_sent_.insert(
name);
220 }
221 }
#define FML_LOG(severity)
DEF_SWITCHES_START aot vmservice shared library name
The documentation for this class was generated from the following file: