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

#include <regexp.h>

Public Member Functions

void init ()
 
 DISALLOW_ALLOCATION ()
 

Public Attributes

bool preload_is_current_
 
bool preload_has_checked_bounds_
 
intptr_t preload_characters_
 
intptr_t eats_at_least_
 

Static Public Attributes

static constexpr intptr_t kEatsAtLeastNotYetInitialized = -1
 

Detailed Description

Definition at line 1373 of file regexp.h.

Member Function Documentation

◆ DISALLOW_ALLOCATION()

dart::PreloadState::DISALLOW_ALLOCATION ( )

◆ init()

void dart::PreloadState::init ( )
inline

Definition at line 1379 of file regexp.h.

static constexpr intptr_t kEatsAtLeastNotYetInitialized
Definition regexp.h:1374
intptr_t eats_at_least_
Definition regexp.h:1378

Member Data Documentation

◆ eats_at_least_

intptr_t dart::PreloadState::eats_at_least_

Definition at line 1378 of file regexp.h.

◆ kEatsAtLeastNotYetInitialized

constexpr intptr_t dart::PreloadState::kEatsAtLeastNotYetInitialized = -1
staticconstexpr

Definition at line 1374 of file regexp.h.

◆ preload_characters_

intptr_t dart::PreloadState::preload_characters_

Definition at line 1377 of file regexp.h.

◆ preload_has_checked_bounds_

bool dart::PreloadState::preload_has_checked_bounds_

Definition at line 1376 of file regexp.h.

◆ preload_is_current_

bool dart::PreloadState::preload_is_current_

Definition at line 1375 of file regexp.h.


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