Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/classic/tree/
Dast.hpp159 container_t* punset_id = &m.trees; in group_match() local
160 while (punset_id->size() > 0 && in group_match()
161 punset_id->begin()->value.id() == 0) in group_match()
163 punset_id->begin()->value.id(id); in group_match()
164 punset_id = &punset_id->begin()->children; in group_match()