#include <re2.h>
◆ Encoding [1/2]
◆ Encoding [2/2]
| Enumerator |
|---|
| EncodingUTF8 | |
| EncodingLatin1 | |
| EncodingUTF8 | |
| EncodingLatin1 | |
Definition at line 650 of file re2/re2/re2.h.
◆ Options() [1/4]
| re2::RE2::Options::Options |
( |
| ) |
|
|
inline |
◆ Options() [2/4]
◆ Options() [3/4]
| re2::RE2::Options::Options |
( |
| ) |
|
|
inline |
◆ Options() [4/4]
◆ case_sensitive() [1/2]
| bool re2::RE2::Options::case_sensitive |
( |
| ) |
const |
|
inline |
◆ case_sensitive() [2/2]
| bool re2::RE2::Options::case_sensitive |
( |
| ) |
const |
|
inline |
◆ Copy() [1/2]
◆ Copy() [2/2]
◆ dot_nl() [1/2]
| bool re2::RE2::Options::dot_nl |
( |
| ) |
const |
|
inline |
◆ dot_nl() [2/2]
| bool re2::RE2::Options::dot_nl |
( |
| ) |
const |
|
inline |
◆ encoding() [1/2]
| Encoding re2::RE2::Options::encoding |
( |
| ) |
const |
|
inline |
◆ encoding() [2/2]
| Encoding re2::RE2::Options::encoding |
( |
| ) |
const |
|
inline |
◆ literal() [1/2]
| bool re2::RE2::Options::literal |
( |
| ) |
const |
|
inline |
◆ literal() [2/2]
| bool re2::RE2::Options::literal |
( |
| ) |
const |
|
inline |
◆ log_errors() [1/2]
| bool re2::RE2::Options::log_errors |
( |
| ) |
const |
|
inline |
◆ log_errors() [2/2]
| bool re2::RE2::Options::log_errors |
( |
| ) |
const |
|
inline |
◆ longest_match() [1/2]
| bool re2::RE2::Options::longest_match |
( |
| ) |
const |
|
inline |
◆ longest_match() [2/2]
| bool re2::RE2::Options::longest_match |
( |
| ) |
const |
|
inline |
◆ max_mem() [1/2]
| int64_t re2::RE2::Options::max_mem |
( |
| ) |
const |
|
inline |
◆ max_mem() [2/2]
| int64_t re2::RE2::Options::max_mem |
( |
| ) |
const |
|
inline |
◆ never_capture() [1/2]
| bool re2::RE2::Options::never_capture |
( |
| ) |
const |
|
inline |
◆ never_capture() [2/2]
| bool re2::RE2::Options::never_capture |
( |
| ) |
const |
|
inline |
◆ never_nl() [1/2]
| bool re2::RE2::Options::never_nl |
( |
| ) |
const |
|
inline |
◆ never_nl() [2/2]
| bool re2::RE2::Options::never_nl |
( |
| ) |
const |
|
inline |
◆ one_line() [1/2]
| bool re2::RE2::Options::one_line |
( |
| ) |
const |
|
inline |
◆ one_line() [2/2]
| bool re2::RE2::Options::one_line |
( |
| ) |
const |
|
inline |
◆ ParseFlags() [1/2]
| int re2::RE2::Options::ParseFlags |
( |
| ) |
const |
◆ ParseFlags() [2/2]
| int re2::RE2::Options::ParseFlags |
( |
| ) |
const |
◆ perl_classes() [1/2]
| bool re2::RE2::Options::perl_classes |
( |
| ) |
const |
|
inline |
◆ perl_classes() [2/2]
| bool re2::RE2::Options::perl_classes |
( |
| ) |
const |
|
inline |
◆ posix_syntax() [1/2]
| bool re2::RE2::Options::posix_syntax |
( |
| ) |
const |
|
inline |
◆ posix_syntax() [2/2]
| bool re2::RE2::Options::posix_syntax |
( |
| ) |
const |
|
inline |
◆ set_case_sensitive() [1/2]
| void re2::RE2::Options::set_case_sensitive |
( |
bool |
b | ) |
|
|
inline |
◆ set_case_sensitive() [2/2]
| void re2::RE2::Options::set_case_sensitive |
( |
bool |
b | ) |
|
|
inline |
◆ set_dot_nl() [1/2]
| void re2::RE2::Options::set_dot_nl |
( |
bool |
b | ) |
|
|
inline |
◆ set_dot_nl() [2/2]
| void re2::RE2::Options::set_dot_nl |
( |
bool |
b | ) |
|
|
inline |
◆ set_encoding() [1/2]
| void re2::RE2::Options::set_encoding |
( |
Encoding |
encoding | ) |
|
|
inline |
◆ set_encoding() [2/2]
| void re2::RE2::Options::set_encoding |
( |
Encoding |
encoding | ) |
|
|
inline |
◆ set_literal() [1/2]
| void re2::RE2::Options::set_literal |
( |
bool |
b | ) |
|
|
inline |
◆ set_literal() [2/2]
| void re2::RE2::Options::set_literal |
( |
bool |
b | ) |
|
|
inline |
◆ set_log_errors() [1/2]
| void re2::RE2::Options::set_log_errors |
( |
bool |
b | ) |
|
|
inline |
◆ set_log_errors() [2/2]
| void re2::RE2::Options::set_log_errors |
( |
bool |
b | ) |
|
|
inline |
◆ set_longest_match() [1/2]
| void re2::RE2::Options::set_longest_match |
( |
bool |
b | ) |
|
|
inline |
◆ set_longest_match() [2/2]
| void re2::RE2::Options::set_longest_match |
( |
bool |
b | ) |
|
|
inline |
◆ set_max_mem() [1/2]
| void re2::RE2::Options::set_max_mem |
( |
int64_t |
m | ) |
|
|
inline |
◆ set_max_mem() [2/2]
| void re2::RE2::Options::set_max_mem |
( |
int64_t |
m | ) |
|
|
inline |
◆ set_never_capture() [1/2]
| void re2::RE2::Options::set_never_capture |
( |
bool |
b | ) |
|
|
inline |
◆ set_never_capture() [2/2]
| void re2::RE2::Options::set_never_capture |
( |
bool |
b | ) |
|
|
inline |
◆ set_never_nl() [1/2]
| void re2::RE2::Options::set_never_nl |
( |
bool |
b | ) |
|
|
inline |
◆ set_never_nl() [2/2]
| void re2::RE2::Options::set_never_nl |
( |
bool |
b | ) |
|
|
inline |
◆ set_one_line() [1/2]
| void re2::RE2::Options::set_one_line |
( |
bool |
b | ) |
|
|
inline |
◆ set_one_line() [2/2]
| void re2::RE2::Options::set_one_line |
( |
bool |
b | ) |
|
|
inline |
◆ set_perl_classes() [1/2]
| void re2::RE2::Options::set_perl_classes |
( |
bool |
b | ) |
|
|
inline |
◆ set_perl_classes() [2/2]
| void re2::RE2::Options::set_perl_classes |
( |
bool |
b | ) |
|
|
inline |
◆ set_posix_syntax() [1/2]
| void re2::RE2::Options::set_posix_syntax |
( |
bool |
b | ) |
|
|
inline |
◆ set_posix_syntax() [2/2]
| void re2::RE2::Options::set_posix_syntax |
( |
bool |
b | ) |
|
|
inline |
◆ set_utf8()
| void re2::RE2::Options::set_utf8 |
( |
bool |
b | ) |
|
|
inline |
◆ set_word_boundary() [1/2]
| void re2::RE2::Options::set_word_boundary |
( |
bool |
b | ) |
|
|
inline |
◆ set_word_boundary() [2/2]
| void re2::RE2::Options::set_word_boundary |
( |
bool |
b | ) |
|
|
inline |
◆ utf8()
| bool re2::RE2::Options::utf8 |
( |
| ) |
const |
|
inline |
◆ word_boundary() [1/2]
| bool re2::RE2::Options::word_boundary |
( |
| ) |
const |
|
inline |
◆ word_boundary() [2/2]
| bool re2::RE2::Options::word_boundary |
( |
| ) |
const |
|
inline |
◆ case_sensitive_
| bool re2::RE2::Options::case_sensitive_ |
|
private |
◆ dot_nl_
| bool re2::RE2::Options::dot_nl_ |
|
private |
◆ encoding_
◆ kDefaultMaxMem
| static const int re2::RE2::Options::kDefaultMaxMem = 8<<20 |
|
static |
◆ literal_
| bool re2::RE2::Options::literal_ |
|
private |
◆ log_errors_
| bool re2::RE2::Options::log_errors_ |
|
private |
◆ longest_match_
| bool re2::RE2::Options::longest_match_ |
|
private |
◆ max_mem_
| int64_t re2::RE2::Options::max_mem_ |
|
private |
◆ never_capture_
| bool re2::RE2::Options::never_capture_ |
|
private |
◆ never_nl_
| bool re2::RE2::Options::never_nl_ |
|
private |
◆ one_line_
| bool re2::RE2::Options::one_line_ |
|
private |
◆ perl_classes_
| bool re2::RE2::Options::perl_classes_ |
|
private |
◆ posix_syntax_
| bool re2::RE2::Options::posix_syntax_ |
|
private |
◆ word_boundary_
| bool re2::RE2::Options::word_boundary_ |
|
private |
The documentation for this class was generated from the following files: