Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/utility/
Dloops.hpp44 class fixed_loop class
45 : public unary<ParserT, parser <fixed_loop <ParserT, ExactT> > >
49 typedef fixed_loop<ParserT, ExactT> self_t;
52 fixed_loop (ParserT const & subject_, ExactT const & exact) in fixed_loop() function in boost::spirit::fixed_loop
257 fixed_loop <ParserT, ExactT>
260 return fixed_loop <ParserT, ExactT> (subject_.derived (), m_exact); in operator []()
Dtypeof.hpp33 template<class ParserT, typename ExactT> class fixed_loop;
78 BOOST_TYPEOF_REGISTER_TEMPLATE(BOOST_SPIRIT_CLASSIC_NS::fixed_loop,2)