/external/rust/crates/regex-automata/src/ |
D | regex.rs | 58 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/ |
D | Regex.cpp | 22 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 &®ex) { in Regex() function in Regex
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Regex.cpp | 26 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 &®ex) { in Regex() function in Regex
|
D | TrigramIndex.cpp | 32 void TrigramIndex::insert(std::string Regex) { in insert()
|
/external/rust/crates/regex/src/ |
D | re_bytes.rs | 78 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 …]
|
D | re_unicode.rs | 136 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 …]
|
D | pattern.rs | 13 impl<'r, 't> Pattern<'t> for &'r Regex { implementation
|
/external/llvm/tools/llvm-cov/ |
D | CoverageFilters.h | 46 StringRef Regex; variable 49 NameRegexCoverageFilter(StringRef Regex) : Regex(Regex) {} in NameRegexCoverageFilter()
|
/external/llvm/include/llvm/Support/ |
D | SpecialCaseList.h | 57 class Regex; variable
|
D | Regex.h | 54 Regex(Regex &®ex) { in Regex() function
|
/external/rust/crates/combine/src/parser/ |
D | regex.rs | 64 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/ |
D | SpecialCaseList.h | 64 class Regex; variable
|
/external/google-benchmark/src/ |
D | re.h | 63 Regex() : init_(false) {} in Regex() function
|
/external/libcxx/utils/google-benchmark/src/ |
D | re.h | 63 Regex() : init_(false) {} in Regex() function
|
/external/llvm/lib/Support/ |
D | Regex.cpp | 22 Regex::Regex(StringRef regex, unsigned Flags) { in Regex() function in Regex
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | CommonToken.cs | 35 using Regex = System.Text.RegularExpressions.Regex; typedef
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | CommonToken.cs | 36 using Regex = System.Text.RegularExpressions.Regex; typedef
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | TreeParser.cs | 36 using Regex = System.Text.RegularExpressions.Regex; typedef
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | TreeParser.cs | 35 using Regex = System.Text.RegularExpressions.Regex; typedef
|
/external/rust/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerUtilWindows.cpp | 215 std::string SearchRegexCmd(const std::string &Regex) { in SearchRegexCmd()
|
D | FuzzerUtilPosix.cpp | 182 std::string SearchRegexCmd(const std::string &Regex) { in SearchRegexCmd()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
D | StringExtensions.cs | 37 using Regex = System.Text.RegularExpressions.Regex; typedef
|
/external/rust/crates/which/src/ |
D | finder.rs | 89 binary_regex: impl Borrow<Regex>, in find_re()
|
/external/google-breakpad/src/client/windows/unittests/ |
D | exception_handler_nesting_test.cc | 175 TEST(AssertDeathSanity, Regex) { in TEST() argument
|
/external/clang/lib/Driver/ |
D | Multilib.cpp | 218 MultilibSet &MultilibSet::FilterOut(const char *Regex) { in FilterOut()
|