#include <regexp-compiler.h>
Definition at line 140 of file regexp-compiler.h.
◆ Bitset
◆ at()
bool v8::internal::BoyerMoorePositionInfo::at |
( |
int | i | ) |
const |
|
inline |
◆ is_non_word()
bool v8::internal::BoyerMoorePositionInfo::is_non_word |
( |
| ) |
|
|
inline |
◆ is_word()
bool v8::internal::BoyerMoorePositionInfo::is_word |
( |
| ) |
|
|
inline |
◆ map_count()
int v8::internal::BoyerMoorePositionInfo::map_count |
( |
| ) |
const |
|
inline |
◆ raw_bitset()
Bitset v8::internal::BoyerMoorePositionInfo::raw_bitset |
( |
| ) |
const |
|
inline |
◆ Set()
void v8::internal::BoyerMoorePositionInfo::Set |
( |
int | character | ) |
|
◆ SetAll()
void v8::internal::BoyerMoorePositionInfo::SetAll |
( |
| ) |
|
◆ SetInterval()
void v8::internal::BoyerMoorePositionInfo::SetInterval |
( |
const Interval & | interval | ) |
|
◆ kMapSize
int v8::internal::BoyerMoorePositionInfo::kMapSize = 128 |
|
staticconstexpr |
◆ kMask
int v8::internal::BoyerMoorePositionInfo::kMask = kMapSize - 1 |
|
staticconstexpr |
◆ map_
Bitset v8::internal::BoyerMoorePositionInfo::map_ |
|
private |
◆ map_count_
int v8::internal::BoyerMoorePositionInfo::map_count_ = 0 |
|
private |
◆ w_
The documentation for this class was generated from the following files: