Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
allocation.h File Reference
#include <cstdint>
#include <memory>
#include "flutter/fml/mapping.h"

Go to the source code of this file.

Classes

class  impeller::Allocation
 

Namespaces

namespace  impeller
 

Functions

std::shared_ptr< fml::Mappingimpeller::CreateMappingWithCopy (const uint8_t *contents, size_t length)
 
std::shared_ptr< fml::Mappingimpeller::CreateMappingFromAllocation (const std::shared_ptr< Allocation > &allocation)
 
std::shared_ptr< fml::Mappingimpeller::CreateMappingWithString (std::shared_ptr< const std::string > string)
 
std::shared_ptr< fml::Mappingimpeller::CreateMappingWithString (std::string string)