5#ifndef FLUTTER_IMPELLER_BASE_VALIDATION_H_
6#define FLUTTER_IMPELLER_BASE_VALIDATION_H_
21 std::ostringstream stream_;
73#define VALIDATION_LOG ::impeller::ValidationLog{}.GetStream()
std::ostream & GetStream()
bool ImpellerValidationErrorsAreFatal()
void ImpellerValidationErrorsSetFatal(bool fatal)
void ImpellerValidationBreak(const char *message)
~ScopedValidationDisable()
ScopedValidationDisable()
ScopedValidationDisable(const ScopedValidationDisable &)=delete
ScopedValidationDisable & operator=(const ScopedValidationDisable &)=delete
ScopedValidationFatal(const ScopedValidationFatal &)=delete
ScopedValidationFatal & operator=(const ScopedValidationFatal &)=delete