#include "flutter/testing/android/native_activity/native_activity.h"
#include "flutter/fml/message_loop.h"
Go to the source code of this file.
◆ __attribute__()
__attribute__ |
( |
(visibility("default")) |
| ) |
|
◆ if()
Definition at line 136 of file native_activity.cc.
136 {
137 saved_state_mapping = std::make_unique<fml::MallocMapping>(
139 }
static MallocMapping Copy(const T *begin, const T *end)
void size_t saved_state_size
◆ saved_state
◆ saved_state_size
void size_t saved_state_size |
Initial value:{
std::unique_ptr<fml::Mapping> saved_state_mapping
Definition at line 134 of file native_activity.cc.