#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.
References content_map, root_transform, transform_map, and view.
| FakeGraph flutter_runner::testing::FakeGraph::Clone | ( | ) | const |
Definition at line 155 of file fake_flatland_types.cc.
References content, content_map, FML_CHECK, root_transform, transform, transform_map, and view.
| bool flutter_runner::testing::FakeGraph::operator== | ( | const FakeGraph & | other | ) | const |
Definition at line 142 of file fake_flatland_types.cc.
References content_map, root_transform, transform_map, and view.
| std::unordered_map<ContentIdKey, std::shared_ptr<FakeContent> > flutter_runner::testing::FakeGraph::content_map |
Definition at line 258 of file fake_flatland_types.h.
Referenced by Clear(), Clone(), and operator==().
| std::shared_ptr<FakeTransform> flutter_runner::testing::FakeGraph::root_transform |
Definition at line 261 of file fake_flatland_types.h.
Referenced by Clear(), Clone(), and operator==().
| std::unordered_map<TransformIdKey, std::shared_ptr<FakeTransform> > flutter_runner::testing::FakeGraph::transform_map |
Definition at line 260 of file fake_flatland_types.h.
Referenced by Clear(), Clone(), and operator==().
| std::optional<FakeView> flutter_runner::testing::FakeGraph::view |
Definition at line 262 of file fake_flatland_types.h.
Referenced by Clear(), Clone(), and operator==().