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:RegexSetBuilder
(Results
1 - 4
of
4
) sorted by relevance
/third_party/rust/crates/regex/src/
H
A
D
re_builder.rs
249
pub struct
RegexSetBuilder
(RegexOptions);
structure names
251
impl
RegexSetBuilder
{
impls
256
pub fn new<I, S>(patterns: I) ->
RegexSetBuilder
in new()
261
let mut builder =
RegexSetBuilder
(RegexOptions::default());
in new()
280
) -> &mut
RegexSetBuilder
{
in case_insensitive()
289
) -> &mut
RegexSetBuilder
{
in multi_line()
304
) -> &mut
RegexSetBuilder
{
in dot_matches_new_line()
313
) -> &mut
RegexSetBuilder
{
in swap_greed()
322
) -> &mut
RegexSetBuilder
{
in ignore_whitespace()
328
pub fn unicode(&mut self, yes: bool) -> &mut
RegexSetBuilder
{
in unicode()
[all...]
H
A
D
re_set.rs
12
use crate::re_builder::$builder_mod::
RegexSetBuilder
;
128
RegexSetBuilder
::new(exprs).build()
in new()
141
RegexSetBuilder
::new(&[""; 0]).build().unwrap()
in empty()
/third_party/rust/crates/regex/tests/
H
A
D
test_default.rs
85
use regex::{Regex, RegexBuilder, RegexSet,
RegexSetBuilder
};
in oibits()
115
assert_send::<
RegexSetBuilder
>();
in oibits()
116
assert_sync::<
RegexSetBuilder
>();
in oibits()
117
assert_unwind_safe::<
RegexSetBuilder
>();
in oibits()
118
assert_ref_unwind_safe::<
RegexSetBuilder
>();
in oibits()
124
assert_send::<bytes::
RegexSetBuilder
>();
in oibits()
125
assert_sync::<bytes::
RegexSetBuilder
>();
in oibits()
126
assert_unwind_safe::<bytes::
RegexSetBuilder
>();
in oibits()
127
assert_ref_unwind_safe::<bytes::
RegexSetBuilder
>();
in oibits()
/third_party/rust/crates/regex/regex-capi/src/
H
A
D
rure.rs
500
let mut builder = bytes::
RegexSetBuilder
::new(pats);
in rure_compile_set()
Completed in 4 milliseconds