OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matchAll
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
package.d
16
$(LREF
matchAll
)
55
//
matchAll
() returns a range that can be iterated
57
foreach (c;
matchAll
(line, r))
74
auto m = "abc:43 12,34".
matchAll
(multi);
83
// The result of `
matchAll
/matchFirst` is directly testable with `if/assert/while`,
425
auto m = str.
matchAll
(multi);
795
auto m =
matchAll
("Hello, world!", regex(`\w+`));
965
alias method=
matchAll
, R, RegEx)(R input, RegEx re)
983
$(LREF
matchAll
) or $(LREF matchFirst).
1066
public auto
matchAll
(R, RegEx)(R input, RegEx re
[
all
...]
/src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
tests2.d
595
assert(
matchAll
(v, ctPat2).front.hit == v);
666
assert(equal!equal(s.
matchAll
(ctr), outcomes));
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
dtemplate.d
2571
MATCH
matchAll
(Type tt)
3638
result = xt.
matchAll
(tt);
3682
result = xt.
matchAll
(tt);
4612
MATCH match1 = xt ? xt.
matchAll
(tt) : MATCH.nomatch;
/src/external/public-domain/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 100 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026