Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Static Public Member Functions | Static Public Attributes | List of all members
dart::LocationTrait< NoLocation > Struct Reference

#include <locations_helpers.h>

Static Public Member Functions

static NoLocation Unwrap (const Location &loc)
 
static Location ToConstraint ()
 

Static Public Attributes

static constexpr bool kIsTemp = false
 

Detailed Description

Definition at line 223 of file locations_helpers.h.

Member Function Documentation

◆ ToConstraint()

static Location dart::LocationTrait< NoLocation >::ToConstraint ( )
inlinestatic

Definition at line 228 of file locations_helpers.h.

228{ return Location::NoLocation(); }
static Location NoLocation()
Definition locations.h:387

◆ Unwrap()

static NoLocation dart::LocationTrait< NoLocation >::Unwrap ( const Location loc)
inlinestatic

Definition at line 226 of file locations_helpers.h.

226{ return NoLocation(); }

Member Data Documentation

◆ kIsTemp

constexpr bool dart::LocationTrait< NoLocation >::kIsTemp = false
staticconstexpr

Definition at line 224 of file locations_helpers.h.


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