Flutter Engine
The Flutter Engine
|
#include <fake_flatland_types.h>
Public Types | |
using | ContentIdKey = decltype(fuchsia::ui::composition::ContentId::value) |
using | TransformIdKey = decltype(fuchsia::ui::composition::TransformId::value) |
Public Member Functions | |
bool | operator== (const FakeGraph &other) const |
void | Clear () |
FakeGraph | Clone () const |
Public Attributes | |
std::unordered_map< ContentIdKey, std::shared_ptr< FakeContent > > | content_map |
std::unordered_map< TransformIdKey, std::shared_ptr< FakeTransform > > | transform_map |
std::shared_ptr< FakeTransform > | root_transform |
std::optional< FakeView > | view |
Definition at line 249 of file fake_flatland_types.h.
using flutter_runner::testing::FakeGraph::ContentIdKey = decltype(fuchsia::ui::composition::ContentId::value) |
Definition at line 250 of file fake_flatland_types.h.
using flutter_runner::testing::FakeGraph::TransformIdKey = decltype(fuchsia::ui::composition::TransformId::value) |
Definition at line 251 of file fake_flatland_types.h.
void flutter_runner::testing::FakeGraph::Clear | ( | ) |
Definition at line 148 of file fake_flatland_types.cc.
FakeGraph flutter_runner::testing::FakeGraph::Clone | ( | ) | const |
Definition at line 155 of file fake_flatland_types.cc.
bool flutter_runner::testing::FakeGraph::operator== | ( | const FakeGraph & | other | ) | const |
Definition at line 142 of file fake_flatland_types.cc.
std::unordered_map<ContentIdKey, std::shared_ptr<FakeContent> > flutter_runner::testing::FakeGraph::content_map |
Definition at line 258 of file fake_flatland_types.h.
std::shared_ptr<FakeTransform> flutter_runner::testing::FakeGraph::root_transform |
Definition at line 261 of file fake_flatland_types.h.
std::unordered_map<TransformIdKey, std::shared_ptr<FakeTransform> > flutter_runner::testing::FakeGraph::transform_map |
Definition at line 260 of file fake_flatland_types.h.
std::optional<FakeView> flutter_runner::testing::FakeGraph::view |
Definition at line 262 of file fake_flatland_types.h.