Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/auxiliary/
Dlazy.hpp88 struct lazy_generator : generator<lazy_generator<Function, Modifiers> > struct
90 typedef mpl::int_<generator_properties::all_properties> properties;
93 struct attribute
119 lazy_generator(Function const& func, Modifiers const& modifiers) in lazy_generator() function
126 bool generate(OutputIterator& sink, Context& context, in generate()
136 info what(Context& context) const in what()
145 Function func;
146 Modifiers modifiers;