Public Member Functions | |
| SearchParams (const StringPiece &text, const StringPiece &context, RWLocker *cache_lock) | |
| SearchParams (const StringPiece &text, const StringPiece &context, RWLocker *cache_lock) | |
Public Attributes | |
| bool | anchored |
| RWLocker * | cache_lock |
| bool | can_prefix_accel |
| StringPiece | context |
| const char * | ep |
| bool | failed |
| int | first_byte |
| SparseSet * | matches |
| bool | run_forward |
| State * | start |
| StringPiece | text |
| bool | want_earliest_match |
Private Member Functions | |
| SearchParams & | operator= (const SearchParams &)=delete |
| SearchParams & | operator= (const SearchParams &)=delete |
| SearchParams (const SearchParams &)=delete | |
| SearchParams (const SearchParams &)=delete | |
Definition at line 249 of file bloaty/third_party/re2/re2/dfa.cc.
|
inline |
Definition at line 250 of file bloaty/third_party/re2/re2/dfa.cc.
|
privatedelete |
|
inline |
Definition at line 241 of file re2/re2/dfa.cc.
|
privatedelete |
|
privatedelete |
|
privatedelete |
| bool re2::DFA::SearchParams::anchored |
Definition at line 265 of file bloaty/third_party/re2/re2/dfa.cc.
| RWLocker * re2::DFA::SearchParams::cache_lock |
Definition at line 270 of file bloaty/third_party/re2/re2/dfa.cc.
| bool re2::DFA::SearchParams::can_prefix_accel |
Definition at line 258 of file re2/re2/dfa.cc.
| StringPiece re2::DFA::SearchParams::context |
Definition at line 264 of file bloaty/third_party/re2/re2/dfa.cc.
| const char * re2::DFA::SearchParams::ep |
Definition at line 272 of file bloaty/third_party/re2/re2/dfa.cc.
| bool re2::DFA::SearchParams::failed |
Definition at line 271 of file bloaty/third_party/re2/re2/dfa.cc.
| int re2::DFA::SearchParams::first_byte |
Definition at line 269 of file bloaty/third_party/re2/re2/dfa.cc.
| SparseSet * re2::DFA::SearchParams::matches |
Definition at line 273 of file bloaty/third_party/re2/re2/dfa.cc.
| bool re2::DFA::SearchParams::run_forward |
Definition at line 267 of file bloaty/third_party/re2/re2/dfa.cc.
| State * re2::DFA::SearchParams::start |
Definition at line 268 of file bloaty/third_party/re2/re2/dfa.cc.
| StringPiece re2::DFA::SearchParams::text |
Definition at line 263 of file bloaty/third_party/re2/re2/dfa.cc.
| bool re2::DFA::SearchParams::want_earliest_match |
Definition at line 266 of file bloaty/third_party/re2/re2/dfa.cc.