Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
List of all members
dart::RegExp::TypeBits Class Reference

#include <object.h>

Inheritance diagram for dart::RegExp::TypeBits:
dart::BitField< int8_t, RegExType, kTypePos, kTypeSize >

Additional Inherited Members

- Public Types inherited from dart::BitField< int8_t, RegExType, kTypePos, kTypeSize >
typedef RegExType Type
 
- Static Public Member Functions inherited from dart::BitField< int8_t, RegExType, kTypePos, kTypeSize >
static constexpr bool is_valid (RegExType value)
 
static constexpr int8_t mask ()
 
static constexpr int8_t mask_in_place ()
 
static constexpr int shift ()
 
static constexpr int bitsize ()
 
static constexpr int8_t encode (RegExType value)
 
static constexpr RegExType decode (int8_t value)
 
static constexpr int8_t update (RegExType value, int8_t original)
 
- Static Public Attributes inherited from dart::BitField< int8_t, RegExType, kTypePos, kTypeSize >
static constexpr intptr_t kNextBit
 

Detailed Description

Definition at line 12749 of file object.h.


The documentation for this class was generated from the following file: