Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/karma/directive/
Ddelimit.hpp61 struct redelimit_generator : unary_generator<redelimit_generator<Subject> >
103 : unary_generator<delimit_generator<Subject, Delimiter> >
Dleft_alignment.hpp119 : unary_generator<simple_left_alignment<Subject, Width> >
163 : unary_generator<padding_left_alignment<Subject, Padding, Width> >
Dno_delimit.hpp48 : unary_generator<no_delimit_generator<Subject> >
Dverbatim.hpp48 struct verbatim_generator : unary_generator<verbatim_generator<Subject> >
Dright_alignment.hpp129 : unary_generator<simple_right_alignment<Subject, Width> >
173 : unary_generator<padding_right_alignment<Subject, Padding, Width> >
Dcenter_alignment.hpp136 : unary_generator<simple_center_alignment<Subject, Width> >
180 : unary_generator<padding_center_alignment<Subject, Padding, Width> >
Dbuffer.hpp47 struct buffer_directive : unary_generator<buffer_directive<Subject> >
Domit.hpp51 struct omit_directive : unary_generator<omit_directive<Subject, Execute> >
Das.hpp78 : unary_generator<as_directive<Subject, T> >
Dmaxwidth.hpp139 : unary_generator<maxwidth_width<Subject, Width, Rest> >
Dduplicate.hpp167 struct duplicate_directive : unary_generator<duplicate_directive<Subject> >
Dcolumns.hpp122 : unary_generator<columns_generator<Subject, NumColumns, ColumnsDelimiter> >
Drepeat.hpp139 struct base_repeat_generator : unary_generator<Derived>
/third_party/boost/boost/spirit/home/karma/
Dgenerator.hpp88 struct unary_generator : generator<Derived> struct
/third_party/boost/boost/spirit/home/karma/operator/
Dand_predicate.hpp38 struct and_predicate : unary_generator<and_predicate<Subject> >
Doptional.hpp45 struct optional : unary_generator<optional<Subject> >
Dnot_predicate.hpp38 struct not_predicate : unary_generator<not_predicate<Subject> >
Dkleene.hpp45 struct base_kleene : unary_generator<Derived>
Dplus.hpp46 struct base_plus : unary_generator<Derived>
/third_party/boost/libs/spirit/example/karma/
Dsimple_columns_directive.hpp75 : boost::spirit::karma::unary_generator<
/third_party/boost/boost/spirit/home/karma/auxiliary/
Dattr_cast.hpp42 : unary_generator<attr_cast_generator<Exposed, Transformed, Subject> >
Dlazy.hpp155 : unary_generator<lazy_directive<Function, Subject, Modifiers> >
/third_party/boost/boost/spirit/home/karma/action/
Daction.hpp36 struct action : unary_generator<action<Subject, Action> >