Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:dfa_size_limit
(Results
1 - 5
of
5
) sorted by relevance
/third_party/rust/crates/regex/src/
H
A
D
re_builder.rs
7
pub
dfa_size_limit
: usize,
23
dfa_size_limit
: 2 * (1 << 20),
in default()
189
pub fn
dfa_size_limit
(
in dfa_size_limit()
functions
193
self.0.
dfa_size_limit
= limit;
in dfa_size_limit()
375
pub fn
dfa_size_limit
(
in dfa_size_limit()
functions
379
self.0.
dfa_size_limit
= limit;
in dfa_size_limit()
H
A
D
prog.rs
74
pub
dfa_size_limit
: usize,
96
dfa_size_limit
: 2 * (1 << 20),
in new()
H
A
D
exec.rs
338
dfa.
dfa_size_limit
= self.options.
dfa_size_limit
;
in build()
339
dfa_reverse.
dfa_size_limit
= self.options.
dfa_size_limit
;
in build()
H
A
D
dfa.rs
65
if insts.
dfa_size_limit
== 0 || insts.len() > ::std::i32::MAX as usize {
in can_exec()
1168
if self.approximate_size() > self.prog.
dfa_size_limit
in cached_state()
/third_party/rust/crates/regex/regex-capi/src/
H
A
D
rure.rs
28
dfa_size_limit
: usize,
73
Options { size_limit: 10 * (1 << 20),
dfa_size_limit
: 2 * (1 << 20) }
in default()
118
builder.
dfa_size_limit
(options.
dfa_size_limit
);
in rure_compile()
464
options.
dfa_size_limit
= limit;
in rure_options_dfa_size_limit()
504
builder.
dfa_size_limit
(options.
dfa_size_limit
);
in rure_compile_set()
Completed in 7 milliseconds