webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
JSC::Yarr::ByteDisjunction Class Reference

#include <YarrInterpreter.h>

Public Member Functions

 ByteDisjunction (unsigned numSubpatterns, unsigned frameSize)
 
size_t estimatedSizeInBytes () const
 
 ByteDisjunction (unsigned numSubpatterns, unsigned frameSize)
 
size_t estimatedSizeInBytes () const
 

Public Attributes

Vector< ByteTermterms
 
unsigned m_numSubpatterns
 
unsigned m_frameSize
 

Constructor & Destructor Documentation

◆ ByteDisjunction() [1/2]

JSC::Yarr::ByteDisjunction::ByteDisjunction ( unsigned  numSubpatterns,
unsigned  frameSize 
)
inline

◆ ByteDisjunction() [2/2]

JSC::Yarr::ByteDisjunction::ByteDisjunction ( unsigned  numSubpatterns,
unsigned  frameSize 
)
inline

Member Function Documentation

◆ estimatedSizeInBytes() [1/2]

size_t JSC::Yarr::ByteDisjunction::estimatedSizeInBytes ( ) const
inline

◆ estimatedSizeInBytes() [2/2]

size_t JSC::Yarr::ByteDisjunction::estimatedSizeInBytes ( ) const
inline

Member Data Documentation

◆ m_frameSize

unsigned JSC::Yarr::ByteDisjunction::m_frameSize

◆ m_numSubpatterns

unsigned JSC::Yarr::ByteDisjunction::m_numSubpatterns

◆ terms

Vector< ByteTerm > JSC::Yarr::ByteDisjunction::terms

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