Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
dart::kernel::UriToSourceTableEntry Struct Reference

#include <kernel_loader.h>

Inheritance diagram for dart::kernel::UriToSourceTableEntry:
dart::ZoneAllocated

Public Member Functions

 UriToSourceTableEntry ()
 
- Public Member Functions inherited from dart::ZoneAllocated
 ZoneAllocated ()
 
void * operator new (size_t size)
 
void * operator new (size_t size, Zone *zone)
 
void operator delete (void *pointer)
 

Public Attributes

const Stringuri = nullptr
 
const Stringsources = nullptr
 
const TypedDataline_starts = nullptr
 

Detailed Description

Definition at line 147 of file kernel_loader.h.

Constructor & Destructor Documentation

◆ UriToSourceTableEntry()

dart::kernel::UriToSourceTableEntry::UriToSourceTableEntry ( )
inline

Definition at line 148 of file kernel_loader.h.

148{}

Member Data Documentation

◆ line_starts

const TypedData* dart::kernel::UriToSourceTableEntry::line_starts = nullptr

Definition at line 152 of file kernel_loader.h.

◆ sources

const String* dart::kernel::UriToSourceTableEntry::sources = nullptr

Definition at line 151 of file kernel_loader.h.

◆ uri

const String* dart::kernel::UriToSourceTableEntry::uri = nullptr

Definition at line 150 of file kernel_loader.h.


The documentation for this struct was generated from the following file: