#include <limits>#include <memory>#include "flutter/fml/macros.h"#include "flutter/fml/mapping.h"Go to the source code of this file.
Classes | |
| class | impeller::Allocation |
Namespaces | |
| impeller | |
Functions | |
| std::shared_ptr< fml::Mapping > | impeller::CreateMappingWithCopy (const uint8_t *contents, size_t length) |
| std::shared_ptr< fml::Mapping > | impeller::CreateMappingFromAllocation (const std::shared_ptr< Allocation > &allocation) |
| std::shared_ptr< fml::Mapping > | impeller::CreateMappingWithString (std::shared_ptr< const std::string > string) |
| std::shared_ptr< fml::Mapping > | impeller::CreateMappingWithString (std::string string) |