Home
last modified time | relevance | path

Searched refs:MatchT (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/experimental/svg/model/
DSkPEG.h55 using MatchT = MatchResult<V>; member
57 static MatchT Match(const char* in) { in Match()
59 return m ? MatchT(m.fNext, V(m.fValue.get())) in Match()
60 : MatchT(in, nullptr); in Match()
92 using MatchT = MatchResult<V>;
94 static MatchT Match(const char* in) {
95 return MatchT(in, V());
120 using MatchT = MatchResult<V>;
122 static MatchT Match(const char* in) {
129 return tailMatch ? MatchT(tailMatch.fNext, V(*headMatch, *tailMatch))
[all …]
/third_party/boost/boost/spirit/home/classic/tree/
Dcommon.hpp656 template <typename FunctorT, typename MatchT>
657 static void apply_op_to_match(FunctorT const& /*op*/, MatchT& /*m*/) in apply_op_to_match()
660 template <typename MatchT, typename Iterator1T, typename Iterator2T>
661 static void group_match(MatchT& /*m*/, parser_id const& /*id*/, in group_match()
665 template <typename MatchT>
666 static void concat(MatchT& /*a*/, MatchT const& /*b*/) in concat()
752 template <typename MatchT, typename IteratorT2>
755 MatchT& m, in group_match()
1006 template <typename MatchT>
1007 void operator()(MatchT& m) const in operator ()()
[all …]
Dast.hpp138 template <typename MatchT, typename Iterator1T, typename Iterator2T>
139 static void group_match(MatchT& m, parser_id const& id, in group_match()
190 template <typename FunctorT, typename MatchT>
191 static void apply_op_to_match(FunctorT const& op, MatchT& m) in apply_op_to_match()
276 template <typename MatchT>
277 void operator()(MatchT& m) const in operator ()()
Dparse_tree.hpp85 template <typename MatchT, typename Iterator1T, typename Iterator2T>
86 static void group_match(MatchT& m, parser_id const& id, in group_match()
113 template <typename FunctorT, typename MatchT>
114 static void apply_op_to_match(FunctorT const& op, MatchT& m) in apply_op_to_match()
/third_party/flutter/skia/tests/
DSkPEGTest.cpp20 using MatchT = MatchResult<V>; typedef
22 static MatchT Match(const char* in) { in Match()
26 ? MatchT(in + 1, *in) in Match()
33 using MatchT = MatchResult<V>; typedef
35 static MatchT Match(const char* in) { in Match()
38 ? MatchT(in + 1, SkTo<uint8_t>(*in - '0')) in Match()
/third_party/boost/boost/spirit/home/classic/core/
Dmatch.hpp109 template <typename MatchT>
111 concat(MatchT const& other) in concat()
/third_party/boost/boost/spirit/home/classic/core/scanner/
Dscanner.hpp90 template <typename MatchT, typename IteratorT>
92 MatchT& /*m*/, in group_match()