Home
last modified time | relevance | path

Searched refs:SubMatch (Results 1 – 25 of 47) sorted by relevance

12

/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dregex.h116 class SubMatch
120 SubMatch(const std::string *str) : m_str(str) {} in SubMatch() function
166 SubMatch prefix() const { SubMatch m(m_str); m.setMatch(0,position()); return m; } in prefix()
169 SubMatch suffix() const in suffix()
171 SubMatch m(m_str); in suffix()
186 const SubMatch &operator[](size_t index) const { return m_subMatches[index]; }
221 std::vector<SubMatch> m_subMatches;
/dports/editors/kakoune/kakoune-2021.11.08/src/
H A Dregex.hh38 struct SubMatch : std::pair<Iterator, Iterator> struct
40 SubMatch() = default;
41 SubMatch(Iterator begin, Iterator end) in SubMatch() function
48 …ct iterator : std::iterator<std::bidirectional_iterator_tag, SubMatch, size_t, SubMatch*, SubMatch>
57 SubMatch operator*() const { return {*m_it, *(m_it+1)}; } in operator *()
77 SubMatch operator[](size_t i) const in operator []()
80 SubMatch{m_values[i*2], m_values[i*2+1]} : SubMatch{}; in operator []()
/dports/textproc/ripgrep/ripgrep-13.0.0/tests/
H A Djson.rs81 submatches: Vec<SubMatch>,
90 submatches: Vec<SubMatch>,
94 struct SubMatch { struct
179 submatches: vec![SubMatch {
232 submatches: vec![SubMatch {
273 submatches: vec![SubMatch {
295 SubMatch { m: Data::text("Sherlock"), start: 56, end: 64 },
/dports/databases/xapian-core/xapian-core-1.4.18/common/
H A Dsubmatch.h33 class SubMatch : public Xapian::Internal::intrusive_base {
40 virtual ~SubMatch() { } in ~SubMatch()
/dports/databases/xapian-core12/xapian-core-1.2.25/common/
H A Dsubmatch.h31 class SubMatch : public Xapian::Internal::RefCntBase {
38 virtual ~SubMatch() { } in ~SubMatch()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/ImageBase/include/
H A DitkRegularExpressionSeriesFileNames.h98 itkSetMacro(SubMatch, unsigned int);
99 itkGetConstMacro(SubMatch, unsigned int);
/dports/textproc/ripgrep/ripgrep-13.0.0/crates/printer/src/
H A Djsont.rs50 pub submatches: &'a [SubMatch<'a>],
61 pub submatches: &'a [SubMatch<'a>],
65 pub struct SubMatch<'a> { struct
H A Djson.rs808 Small([jsont::SubMatch<'a>; 1]),
809 Big(Vec<jsont::SubMatch<'a>>),
818 SubMatches::Small([jsont::SubMatch { in new()
826 match_ranges.push(jsont::SubMatch { in new()
842 fn as_slice(&self) -> &[jsont::SubMatch<'_>] { in as_slice()
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/grep-printer-0.1.6/src/
H A Djsont.rs50 pub submatches: &'a [SubMatch<'a>],
61 pub submatches: &'a [SubMatch<'a>],
65 pub struct SubMatch<'a> { struct
H A Djson.rs808 Small([jsont::SubMatch<'a>; 1]),
809 Big(Vec<jsont::SubMatch<'a>>),
818 SubMatches::Small([jsont::SubMatch { in new()
826 match_ranges.push(jsont::SubMatch { in new()
842 fn as_slice(&self) -> &[jsont::SubMatch<'_>] { in as_slice()
/dports/math/p5-Math-Expr/Math-Expr-0.4/Expr/
H A DNode.pm91 sub SubMatch{ subroutine
127 if (!$self->SubMatch($rule, $mset)) {
H A DNum.pm90 sub SubMatch { subroutine
H A DOpp.pm350 my $t=$part[$j]->SubMatch($rule->{'Opps'}[$j],$m);
373 if (!$self->{'Opps'}[$i]->SubMatch($rule->{'Opps'}[$i],$mset)) {
408 if (!$self->SubMatch($rule, $mset)) {
H A DVar.pm119 sub SubMatch { subroutine
/dports/databases/xapian-core12/xapian-core-1.2.25/matcher/
H A Dremotesubmatch.h34 class RemoteSubMatch : public SubMatch {
H A Dlocalsubmatch.h34 class LocalSubMatch : public SubMatch {
/dports/databases/xapian-core/xapian-core-1.4.18/matcher/
H A Dremotesubmatch.h34 class RemoteSubMatch : public SubMatch {
H A Dlocalsubmatch.h37 class LocalSubMatch : public SubMatch {
H A Dmultimatch.h38 std::vector<Xapian::Internal::intrusive_ptr<SubMatch> > leaves;
/dports/devel/boost-docs/boost_1_72_0/boost/xpressive/
H A Dregex_primitives.hpp76 struct SubMatch struct
84 : proto::or_<SubMatch, proto::comma<SubMatchList, SubMatch> >
/dports/devel/R-cran-BH/BH/inst/include/boost/xpressive/
H A Dregex_primitives.hpp76 struct SubMatch struct
84 : proto::or_<SubMatch, proto::comma<SubMatchList, SubMatch> >
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/xpressive/
H A Dregex_primitives.hpp76 struct SubMatch struct
84 : proto::or_<SubMatch, proto::comma<SubMatchList, SubMatch> >
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/xpressive/
H A Dregex_primitives.hpp76 struct SubMatch struct
84 : proto::or_<SubMatch, proto::comma<SubMatchList, SubMatch> >
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/xpressive/
H A Dregex_primitives.hpp76 struct SubMatch struct
84 : proto::or_<SubMatch, proto::comma<SubMatchList, SubMatch> >
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/xpressive/
H A Dregex_primitives.hpp76 struct SubMatch struct
84 : proto::or_<SubMatch, proto::comma<SubMatchList, SubMatch> >

12