Flutter Engine
The Flutter Engine
|
#include <assert.h>
Public Member Functions | |
Expect (const char *file, int line) | |
void | Fail (const char *format,...) const PRINTF_ATTRIBUTE(2 |
Public Member Functions inherited from dart::DynamicAssertionHelper | |
DynamicAssertionHelper (const char *file, int line) | |
Static Public Member Functions | |
void static bool | failed () |
Additional Inherited Members | |
Protected Member Functions inherited from dart::DynamicAssertionHelper | |
void | Print (const char *format, va_list arguments, bool will_abort=false) const |
DISALLOW_IMPLICIT_CONSTRUCTORS (DynamicAssertionHelper) | |
Protected Attributes inherited from dart::DynamicAssertionHelper | |
const char *const | file_ |
const int | line_ |
|
inline |
Definition at line 55 of file assert.h.
void dart::Expect::Fail | ( | const char * | format, |
... | |||
) | const |
|
inlinestatic |