Home
last modified time | relevance | path

Searched refs:newmatch (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/spirit/home/classic/tree/
Dparse_tree.hpp97 match_t newmatch(m.length(), in group_match() local
100 std::swap(newmatch.trees.begin()->children, m.trees); in group_match()
102 newmatch.trees.begin()->value.id(id); in group_match()
103 for (cont_iterator_t i = newmatch.trees.begin()->children.begin(); in group_match()
104 i != newmatch.trees.begin()->children.end(); in group_match()
110 m = newmatch; in group_match()
Dast.hpp171 match_t newmatch(m.length(), in group_match() local
176 std::swap(newmatch.trees.begin()->children, m.trees); in group_match()
178 newmatch.trees.begin()->value.id(id); in group_match()
179 for (cont_iterator_t i = newmatch.trees.begin(); in group_match()
180 i != newmatch.trees.end(); in group_match()
186 m = newmatch; in group_match()