Home
last modified time | relevance | path

Searched defs:Regex (Results 1 – 25 of 36) sorted by relevance

12

/external/rust/crates/regex-automata/src/
Dregex.rs58 pub struct Regex<D: DFA = DenseDFA<Vec<usize>, usize>> { struct
73 /// The type of the DFA used by a `Regex` corresponds to the `D` type argument
109 pub struct Regex<D> { struct
115 impl Regex { argument
137 pub fn new(pattern: &str) -> Result<Regex> { in new()
143 impl Regex<SparseDFA<Vec<u8>, usize>> { impl
172 impl<D: DFA> Regex<D> { implementation
487 pub fn build(&self, pattern: &str) -> Result<Regex> { in build()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DRegex.cpp22 Regex::Regex() : preg(nullptr), error(REG_BADPAT) {} in Regex() function in Regex
24 Regex::Regex(StringRef regex, unsigned Flags) { in Regex() function in Regex
37 Regex::Regex(Regex &&regex) { in Regex() function in Regex
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DRegex.cpp26 Regex::Regex() : preg(nullptr), error(REG_BADPAT) {} in Regex() function in Regex
28 Regex::Regex(StringRef regex, unsigned Flags) { in Regex() function in Regex
41 Regex::Regex(Regex &&regex) { in Regex() function in Regex
DTrigramIndex.cpp32 void TrigramIndex::insert(std::string Regex) { in insert()
/external/rust/crates/regex/src/
Dre_bytes.rs78 pub struct Regex(Exec); struct
80 impl fmt::Display for Regex { implementation
87 impl fmt::Debug for Regex { implementation
98 impl From<Exec> for Regex { implementation
99 fn from(exec: Exec) -> Regex { in from()
104 impl FromStr for Regex { implementation
108 fn from_str(s: &str) -> Result<Regex, Error> { in from_str()
114 impl Regex { impl
119 pub fn new(re: &str) -> Result<Regex, Error> { in new()
534 impl Regex { implementation
[all …]
Dre_unicode.rs136 pub struct Regex(Exec); struct
138 impl fmt::Display for Regex { implementation
145 impl fmt::Debug for Regex { implementation
153 impl From<Exec> for Regex { implementation
154 fn from(exec: Exec) -> Regex { in from()
159 impl FromStr for Regex { implementation
163 fn from_str(s: &str) -> Result<Regex, Error> { in from_str()
169 impl Regex { implementation
174 pub fn new(re: &str) -> Result<Regex, Error> { in new()
592 impl Regex { implementation
[all …]
Dpattern.rs13 impl<'r, 't> Pattern<'t> for &'r Regex { implementation
/external/llvm/tools/llvm-cov/
DCoverageFilters.h46 StringRef Regex; variable
49 NameRegexCoverageFilter(StringRef Regex) : Regex(Regex) {} in NameRegexCoverageFilter()
/external/llvm/include/llvm/Support/
DSpecialCaseList.h57 class Regex; variable
DRegex.h54 Regex(Regex &&regex) { in Regex() function
/external/rust/crates/combine/src/parser/
Dregex.rs64 pub trait Regex<Range> { trait
76 impl<'a, R, Range> Regex<Range> for &'a R impl
148 impl<'a> Regex<&'a str> for regex::Regex { implementation
184 impl<'a> Regex<&'a [u8]> for regex::bytes::Regex { implementation
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DSpecialCaseList.h64 class Regex; variable
/external/google-benchmark/src/
Dre.h63 Regex() : init_(false) {} in Regex() function
/external/libcxx/utils/google-benchmark/src/
Dre.h63 Regex() : init_(false) {} in Regex() function
/external/llvm/lib/Support/
DRegex.cpp22 Regex::Regex(StringRef regex, unsigned Flags) { in Regex() function in Regex
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DCommonToken.cs35 using Regex = System.Text.RegularExpressions.Regex; typedef
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DCommonToken.cs36 using Regex = System.Text.RegularExpressions.Regex; typedef
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeParser.cs36 using Regex = System.Text.RegularExpressions.Regex; typedef
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeParser.cs35 using Regex = System.Text.RegularExpressions.Regex; typedef
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerUtilWindows.cpp215 std::string SearchRegexCmd(const std::string &Regex) { in SearchRegexCmd()
DFuzzerUtilPosix.cpp182 std::string SearchRegexCmd(const std::string &Regex) { in SearchRegexCmd()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DStringExtensions.cs37 using Regex = System.Text.RegularExpressions.Regex; typedef
/external/rust/crates/which/src/
Dfinder.rs89 binary_regex: impl Borrow<Regex>, in find_re()
/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_nesting_test.cc175 TEST(AssertDeathSanity, Regex) { in TEST() argument
/external/clang/lib/Driver/
DMultilib.cpp218 MultilibSet &MultilibSet::FilterOut(const char *Regex) { in FilterOut()

12