Home
last modified time | relevance | path

Searched defs:Captures (Results 1 – 25 of 716) sorted by relevance

12345678910>>...29

/dports/lang/gcc11/gcc-11.2.0/libphobos/src/std/regex/
H A Dpackage.d472 R _input; in foreach()
473 int _nMatch; in foreach()
475 enum SMALL_MASK = 0x8000_0000, REF_MASK= 0x1FFF_FFFF; in foreach()
477 { in foreach()
481 uint _f, _b; in foreach()
517 "Failed to allocate Captures struct" in foreach() argument
528 bool unique() in foreach()
534 this(this) in foreach()
541 ~this() in foreach()
587 void popFront() in foreach()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libphobos/src/std/regex/
H A Dpackage.d472 R _input; in foreach()
473 int _nMatch; in foreach()
475 enum SMALL_MASK = 0x8000_0000, REF_MASK= 0x1FFF_FFFF; in foreach()
477 { in foreach()
481 uint _f, _b; in foreach()
517 "Failed to allocate Captures struct" in foreach() argument
528 bool unique() in foreach()
534 this(this) in foreach()
541 ~this() in foreach()
587 void popFront() in foreach()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/src/std/regex/
H A Dpackage.d472 R _input; in foreach()
473 int _nMatch; in foreach()
475 enum SMALL_MASK = 0x8000_0000, REF_MASK= 0x1FFF_FFFF; in foreach()
477 { in foreach()
481 uint _f, _b; in foreach()
517 "Failed to allocate Captures struct" in foreach() argument
528 bool unique() in foreach()
534 this(this) in foreach()
541 ~this() in foreach()
587 void popFront() in foreach()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/src/std/regex/
H A Dpackage.d472 R _input; in foreach()
473 int _nMatch; in foreach()
475 enum SMALL_MASK = 0x8000_0000, REF_MASK= 0x1FFF_FFFF; in foreach()
477 { in foreach()
481 uint _f, _b; in foreach()
517 "Failed to allocate Captures struct" in foreach() argument
528 bool unique() in foreach()
534 this(this) in foreach()
541 ~this() in foreach()
587 void popFront() in foreach()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/src/std/regex/
H A Dpackage.d472 R _input; in foreach()
473 int _nMatch; in foreach()
475 enum SMALL_MASK = 0x8000_0000, REF_MASK= 0x1FFF_FFFF; in foreach()
477 { in foreach()
481 uint _f, _b; in foreach()
517 "Failed to allocate Captures struct" in foreach() argument
528 bool unique() in foreach()
534 this(this) in foreach()
541 ~this() in foreach()
587 void popFront() in foreach()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libphobos/src/std/regex/
H A Dpackage.d472 R _input; in foreach()
473 int _nMatch; in foreach()
475 enum SMALL_MASK = 0x8000_0000, REF_MASK= 0x1FFF_FFFF; in foreach()
477 { in foreach()
481 uint _f, _b; in foreach()
517 "Failed to allocate Captures struct" in foreach() argument
528 bool unique() in foreach()
534 this(this) in foreach()
541 ~this() in foreach()
587 void popFront() in foreach()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/src/std/regex/
H A Dpackage.d472 R _input; in foreach()
473 int _nMatch; in foreach()
475 enum SMALL_MASK = 0x8000_0000, REF_MASK= 0x1FFF_FFFF; in foreach()
477 { in foreach()
481 uint _f, _b; in foreach()
517 "Failed to allocate Captures struct" in foreach() argument
528 bool unique() in foreach()
534 this(this) in foreach()
541 ~this() in foreach()
587 void popFront() in foreach()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/src/std/regex/
H A Dpackage.d472 R _input; in foreach()
473 int _nMatch; in foreach()
475 enum SMALL_MASK = 0x8000_0000, REF_MASK= 0x1FFF_FFFF; in foreach()
477 { in foreach()
481 uint _f, _b; in foreach()
517 "Failed to allocate Captures struct" in foreach() argument
528 bool unique() in foreach()
534 this(this) in foreach()
541 ~this() in foreach()
587 void popFront() in foreach()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/src/std/regex/
H A Dpackage.d472 R _input; in foreach()
473 int _nMatch; in foreach()
475 enum SMALL_MASK = 0x8000_0000, REF_MASK= 0x1FFF_FFFF; in foreach()
477 { in foreach()
481 uint _f, _b; in foreach()
517 "Failed to allocate Captures struct" in foreach() argument
528 bool unique() in foreach()
534 this(this) in foreach()
541 ~this() in foreach()
587 void popFront() in foreach()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/perf_tests/
H A DEGLInitializePerf.cpp21 struct Captures final : private angle::NonCopyable struct
23 Timer timer;
24 size_t loadDLLsMS = 0;
25 size_t createDeviceMS = 0;
26 size_t initResourcesMS = 0;
/dports/games/cmatrix/cmatrix-2.0/
H A DREADME.md54 ### Captures subsection in CMatrix
56 #### Screenshots
60 #### Screencasts
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_data_structures-722.0.0/src/
H A Dcaptures.rs8 pub trait Captures<'a> {} interface
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_data_structures-718.0.0/src/
H A Dcaptures.rs8 pub trait Captures<'a> {} trait
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_data_structures/src/
H A Dcaptures.rs6 pub trait Captures<'a> {} interface
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_data_structures/src/
H A Dcaptures.rs8 pub trait Captures<'a> {} interface
/dports/devel/llvm70/llvm-7.0.1.src/test/CodeGen/AArch64/
H A Dcallee-save.ll8 ; CHECK: stp d15, d14, [sp
50 store volatile float %val3, float* @var
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/impl-trait/
H A Dnested-return-type.rs4 trait Captures<'a> {} trait
/dports/editors/helix/helix-0.5.0/cargo-crates/grep-matcher-0.1.5/src/
H A Dlib.rs383 pub trait Captures { trait
542 type Captures: Captures; typedef
726 caps: &mut Self::Captures, in captures()
738 caps: &mut Self::Captures, in captures_iter()
759 caps: &mut Self::Captures, in captures_iter_at()
779 caps: &mut Self::Captures, in try_captures_iter()
803 caps: &mut Self::Captures, in try_captures_iter_at()
905 caps: &mut Self::Captures, in replace_with_captures()
927 caps: &mut Self::Captures, in replace_with_captures_at()
1102 type Captures = M::Captures; typedef
[all …]
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/grep-matcher-0.1.5/src/
H A Dlib.rs383 pub trait Captures { interface
542 type Captures: Captures; typedef
726 caps: &mut Self::Captures, in captures()
738 caps: &mut Self::Captures, in captures_iter()
759 caps: &mut Self::Captures, in captures_iter_at()
779 caps: &mut Self::Captures, in try_captures_iter()
803 caps: &mut Self::Captures, in try_captures_iter_at()
905 caps: &mut Self::Captures, in replace_with_captures()
927 caps: &mut Self::Captures, in replace_with_captures_at()
1102 type Captures = M::Captures; typedef
[all …]
/dports/textproc/ripgrep/ripgrep-13.0.0/crates/matcher/src/
H A Dlib.rs383 pub trait Captures { interface
542 type Captures: Captures; typedef
726 caps: &mut Self::Captures, in captures()
738 caps: &mut Self::Captures, in captures_iter()
759 caps: &mut Self::Captures, in captures_iter_at()
779 caps: &mut Self::Captures, in try_captures_iter()
803 caps: &mut Self::Captures, in try_captures_iter_at()
905 caps: &mut Self::Captures, in replace_with_captures()
927 caps: &mut Self::Captures, in replace_with_captures_at()
1102 type Captures = M::Captures; typedef
[all …]
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/grep-matcher-0.1.5/src/
H A Dlib.rs383 pub trait Captures { trait
542 type Captures: Captures; typedef
726 caps: &mut Self::Captures, in captures()
738 caps: &mut Self::Captures, in captures_iter()
759 caps: &mut Self::Captures, in captures_iter_at()
779 caps: &mut Self::Captures, in try_captures_iter()
803 caps: &mut Self::Captures, in try_captures_iter_at()
905 caps: &mut Self::Captures, in replace_with_captures()
927 caps: &mut Self::Captures, in replace_with_captures_at()
1102 type Captures = M::Captures; typedef
[all …]
/dports/textproc/xsv-rs/xsv-0.13.0/cargo-crates/regex-1.0.0/src/
H A Dre_bytes.rs783 pub struct Captures<'t> { struct
789 impl<'t> Captures<'t> { implementation
861 impl<'t> fmt::Debug for Captures<'t> { implementation
914 impl<'t> Index<usize> for Captures<'t> { implementation
935 impl<'t, 'i> Index<&'i str> for Captures<'t> { implementation
981 fn replace_append(&mut self, caps: &Captures, dst: &mut Vec<u8>); in replace_append()
1027 fn replace_append(&mut self, caps: &Captures, dst: &mut Vec<u8>) { in replace_append()
1036 fn replace_append(&mut self, caps: &Captures, dst: &mut Vec<u8>) { in replace_append()
1049 fn replace_append(&mut self, caps: &Captures, dst: &mut Vec<u8>) { in replace_append()
1065 fn replace_append(&mut self, _: &Captures, dst: &mut Vec<u8>) { in replace_append()
H A Dre_unicode.rs804 pub struct Captures<'t> { struct
810 impl<'t> Captures<'t> { argument
882 impl<'t> fmt::Debug for Captures<'t> { implementation
920 impl<'t> Index<usize> for Captures<'t> { implementation
941 impl<'t, 'i> Index<&'i str> for Captures<'t> { implementation
1025 fn replace_append(&mut self, caps: &Captures, dst: &mut String); in replace_append()
1071 fn replace_append(&mut self, caps: &Captures, dst: &mut String) { in replace_append()
1080 fn replace_append(&mut self, caps: &Captures, dst: &mut String) { in replace_append()
1093 fn replace_append(&mut self, caps: &Captures, dst: &mut String) { in replace_append()
1109 fn replace_append(&mut self, _: &Captures, dst: &mut String) { in replace_append()
/dports/devel/rust-bindgen/bindgen-0.59.2/cargo-crates/regex-1.4.6/src/
H A Dre_bytes.rs912 pub struct Captures<'t> { struct
918 impl<'t> Captures<'t> { argument
992 impl<'t> fmt::Debug for Captures<'t> { implementation
1045 impl<'t> Index<usize> for Captures<'t> { implementation
1067 impl<'t, 'i> Index<&'i str> for Captures<'t> { implementation
1119 fn replace_append(&mut self, caps: &Captures, dst: &mut Vec<u8>); in replace_append()
1165 fn replace_append(&mut self, caps: &Captures, dst: &mut Vec<u8>) { in replace_append()
1174 fn replace_append(&mut self, caps: &Captures, dst: &mut Vec<u8>) { in replace_append()
1184 fn replace_append(&mut self, caps: &Captures, dst: &mut Vec<u8>) { in replace_append()
1194 fn replace_append(&mut self, caps: &Captures, dst: &mut Vec<u8>) { in replace_append()
[all …]
H A Dre_unicode.rs923 pub struct Captures<'t> { struct
929 impl<'t> Captures<'t> { argument
1003 impl<'t> fmt::Debug for Captures<'t> { implementation
1041 impl<'t> Index<usize> for Captures<'t> { implementation
1063 impl<'t, 'i> Index<&'i str> for Captures<'t> { implementation
1161 fn replace_append(&mut self, caps: &Captures, dst: &mut String); in replace_append()
1207 fn replace_append(&mut self, caps: &Captures, dst: &mut String) { in replace_append()
1216 fn replace_append(&mut self, caps: &Captures, dst: &mut String) { in replace_append()
1226 fn replace_append(&mut self, caps: &Captures, dst: &mut String) { in replace_append()
1236 fn replace_append(&mut self, caps: &Captures, dst: &mut String) { in replace_append()
[all …]

12345678910>>...29