Home
last modified time | relevance | path

Searched defs:repeat_parser (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/directive/
H A Drepeat.hpp138 struct repeat_parser : unary_parser<repeat_parser<Subject, LoopIter> > struct
140 typedef Subject subject_type;
143 struct attribute
156 repeat_parser(Subject const& subject_, LoopIter const& iter_) in repeat_parser() argument
160 bool parse_container(F f) const in parse_container()
184 bool parse(Iterator& first, Iterator const& last in parse()
204 info what(Context& context) const in what()
209 Subject subject;
210 LoopIter iter;