Searched refs:MatchT (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/experimental/svg/model/ |
D | SkPEG.h | 55 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/ |
D | common.hpp | 656 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 …]
|
D | ast.hpp | 138 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 ()()
|
D | parse_tree.hpp | 85 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/ |
D | SkPEGTest.cpp | 20 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/ |
D | match.hpp | 109 template <typename MatchT> 111 concat(MatchT const& other) in concat()
|
/third_party/boost/boost/spirit/home/classic/core/scanner/ |
D | scanner.hpp | 90 template <typename MatchT, typename IteratorT> 92 MatchT& /*m*/, in group_match()
|