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

Public Member Functions

 AlternativeGeneration ()
 

Public Attributes

BlockLabel possible_success
 
bool expects_preload
 
BlockLabel after
 
QuickCheckDetails quick_check_details
 

Detailed Description

Definition at line 2721 of file regexp.cc.

Constructor & Destructor Documentation

◆ AlternativeGeneration()

dart::AlternativeGeneration::AlternativeGeneration ( )
inline

Definition at line 2722 of file regexp.cc.

2723 : possible_success(),
2724 expects_preload(false),
2725 after(),
QuickCheckDetails quick_check_details
Definition regexp.cc:2730

Member Data Documentation

◆ after

BlockLabel dart::AlternativeGeneration::after

Definition at line 2729 of file regexp.cc.

◆ expects_preload

bool dart::AlternativeGeneration::expects_preload

Definition at line 2728 of file regexp.cc.

◆ possible_success

BlockLabel dart::AlternativeGeneration::possible_success

Definition at line 2727 of file regexp.cc.

◆ quick_check_details

QuickCheckDetails dart::AlternativeGeneration::quick_check_details

Definition at line 2730 of file regexp.cc.


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