Home
last modified time | relevance | path

Searched refs:RegexOptions (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/regex/src/
H A Dre_builder.rs4 pub struct RegexOptions { structure names
18 impl Default for RegexOptions {
20 RegexOptions { in default()
39 use super::RegexOptions;
51 pub struct RegexBuilder(RegexOptions);
59 let mut builder = RegexBuilder(RegexOptions::default()); in new()
237 use super::RegexOptions;
249 pub struct RegexSetBuilder(RegexOptions);
261 let mut builder = RegexSetBuilder(RegexOptions::default()); in new()
H A Dexec.rs22 use crate::re_builder::RegexOptions;
114 options: RegexOptions,
149 let mut opts = RegexOptions::default(); in new_many()
155 pub fn new_options(opts: RegexOptions) -> Self { in new_options()
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DFrameworkPortability.cs43 // The value of RegexOptions.Compiled is 8. We can test for the presence at
45 // on each platform. (RegexOptions.Compiled isn't supported by PCLs.)
46 internal static readonly RegexOptions CompiledRegexWhereAvailable =
47 Enum.IsDefined(typeof(RegexOptions), 8) ? (RegexOptions)8 : RegexOptions.None;

Completed in 4 milliseconds