Flutter Engine
The Flutter Engine
|
#include "platform/assert.h"
#include "vm/bitfield.h"
#include "vm/globals.h"
#include "vm/unit_test.h"
Go to the source code of this file.
Namespaces | |
namespace | dart |
Macros | |
#define | DEBUG_CRASH "Pass" |
Functions | |
dart::VM_UNIT_TEST_CASE (BitFields) | |
template<typename T > | |
static void | dart::TestSignExtendedBitField () |
template<typename T > | |
static void | dart::TestNotSignExtendedBitField () |
dart::VM_UNIT_TEST_CASE (BitFields_SignedField) | |
dart::VM_UNIT_TEST_CASE_WITH_EXPECTATION (BitFields_Assert, DEBUG_CRASH) | |
#define DEBUG_CRASH "Pass" |
Definition at line 76 of file bitfield_test.cc.