Flutter Engine
The Flutter Engine
|
#include <assert.h>
Public Member Functions | |
Assert (const char *file, int line) | |
DART_NORETURN void | Fail (const char *format,...) const PRINTF_ATTRIBUTE(2 |
template<typename T > | |
DART_NORETURN void T | NotNull (const T p) |
template<typename T > | |
T | NotNull (const T p) |
Public Member Functions inherited from dart::DynamicAssertionHelper | |
DynamicAssertionHelper (const char *file, int line) | |
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 45 of file assert.h.
void dart::Assert::Fail | ( | const char * | format, |
... | |||
) | const |
Definition at line 45 of file assert.cc.
Definition at line 101 of file assert.h.