Home
last modified time | relevance | path

Searched defs:Regex (Results 1 – 25 of 48) 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 { implementation
137 pub fn new(pattern: &str) -> Result<Regex> { in new()
143 impl Regex<SparseDFA<Vec<u8>, usize>> { implementation
172 impl<D: DFA> Regex<D> { impl
487 pub fn build(&self, pattern: &str) -> Result<Regex> { in build()
/external/llvm-project/llvm/lib/Support/
DRegex.cpp27 Regex::Regex() : preg(nullptr), error(REG_BADPAT) {} in Regex() function in Regex
29 Regex::Regex(StringRef regex, RegexFlags Flags) { in Regex() function in Regex
42 Regex::Regex(StringRef regex, unsigned Flags) in Regex() function in Regex
45 Regex::Regex(Regex &&regex) { in Regex() function in Regex
DTrigramIndex.cpp28 void TrigramIndex::insert(std::string Regex) { in insert()
/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/llvm/tools/llvm-cov/
DCoverageFilters.h46 StringRef Regex; variable
49 NameRegexCoverageFilter(StringRef Regex) : Regex(Regex) {} in NameRegexCoverageFilter()
/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.rs137 pub struct Regex(Exec); struct
139 impl fmt::Display for Regex { implementation
146 impl fmt::Debug for Regex { implementation
154 impl From<Exec> for Regex { implementation
155 fn from(exec: Exec) -> Regex { in from()
160 impl FromStr for Regex { implementation
164 fn from_str(s: &str) -> Result<Regex, Error> { in from_str()
170 impl Regex { implementation
175 pub fn new(re: &str) -> Result<Regex, Error> { in new()
593 impl Regex { implementation
[all …]
Dpattern.rs12 impl<'r, 't> Pattern<'t> for &'r Regex { implementation
/external/llvm-project/llvm/tools/llvm-cov/
DCoverageFilters.h58 StringRef Regex; variable
61 NameRegexCoverageFilter(StringRef Regex) : Regex(Regex) {} in NameRegexCoverageFilter()
/external/llvm-project/clang-tools-extra/clang-tidy/
DGlobList.h42 llvm::Regex Regex; member
/external/llvm/include/llvm/Support/
DSpecialCaseList.h57 class Regex; variable
DRegex.h54 Regex(Regex &&regex) { in Regex() function
/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/llvm-project/llvm/utils/benchmark/src/
Dre.h58 Regex() : init_(false) {} in Regex() function
/external/libcxx/utils/google-benchmark/src/
Dre.h63 Regex() : init_(false) {} in Regex() function
/external/llvm-project/libcxx/utils/google-benchmark/src/
Dre.h63 Regex() : init_(false) {} in Regex() function
/external/llvm-project/clang/include/clang/Tooling/Inclusions/
DIncludeStyle.h58 std::string Regex; member
/external/llvm/lib/Support/
DRegex.cpp22 Regex::Regex(StringRef regex, unsigned Flags) { in Regex() function in Regex
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DCommonToken.cs36 using Regex = System.Text.RegularExpressions.Regex; typedef
/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/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

12