Flutter Engine
The Flutter Engine
|
Public Member Functions | |
Local (Deserializer *d) | |
~Local () | |
ObjectPtr | Ref (intptr_t index) const |
template<typename T > | |
T | Read () |
uint64_t | ReadUnsigned64 () |
ObjectPtr | ReadRef () |
TokenPosition | ReadTokenPosition () |
intptr_t | ReadCid () |
template<typename T , typename... P> | |
void | ReadFromTo (T obj, P &&... params) |
Public Member Functions inherited from dart::ReadStream | |
ReadStream (const uint8_t *buffer, intptr_t size) | |
ReadStream (const uint8_t *buffer, intptr_t size, intptr_t pos) | |
void | ReadBytes (void *addr, intptr_t len) |
template<typename T = intptr_t> | |
T | ReadUnsigned () |
intptr_t | ReadRefId () |
intptr_t | Position () const |
void | SetPosition (intptr_t value) |
void | Align (intptr_t alignment, intptr_t offset=0) |
const uint8_t * | AddressOfCurrentPosition () const |
void | Advance (intptr_t value) |
intptr_t | PendingBytes () const |
template<typename T > | |
T | Read () |
uword | ReadWordWith32BitReads () |
template<typename T = uintptr_t> | |
C::only_if_unsigned< T, T > | ReadLEB128 () |
template<typename T > | |
C::only_if_signed< T, T > | ReadLEB128 () |
template<typename T > | |
C::only_if_unsigned< T, T > | ReadSLEB128 () |
template<typename T = intptr_t> | |
C::only_if_signed< T, T > | ReadSLEB128 () |
Public Member Functions inherited from dart::ValueObject | |
ValueObject () | |
~ValueObject () | |
Definition at line 797 of file app_snapshot.cc.
|
inlineexplicit |
Definition at line 799 of file app_snapshot.cc.
|
inline |
Definition at line 809 of file app_snapshot.cc.
Definition at line 818 of file app_snapshot.cc.
|
inline |
Definition at line 828 of file app_snapshot.cc.
|
inline |
Definition at line 834 of file app_snapshot.cc.
|
inline |
Definition at line 823 of file app_snapshot.cc.
|
inline |
Definition at line 824 of file app_snapshot.cc.
|
inline |
Definition at line 821 of file app_snapshot.cc.
|
inline |
Definition at line 811 of file app_snapshot.cc.