Searched refs:unary_generator (Results 1 – 23 of 23) sorted by relevance
/third_party/boost/boost/spirit/home/karma/directive/ |
D | delimit.hpp | 61 struct redelimit_generator : unary_generator<redelimit_generator<Subject> > 103 : unary_generator<delimit_generator<Subject, Delimiter> >
|
D | left_alignment.hpp | 119 : unary_generator<simple_left_alignment<Subject, Width> > 163 : unary_generator<padding_left_alignment<Subject, Padding, Width> >
|
D | no_delimit.hpp | 48 : unary_generator<no_delimit_generator<Subject> >
|
D | verbatim.hpp | 48 struct verbatim_generator : unary_generator<verbatim_generator<Subject> >
|
D | right_alignment.hpp | 129 : unary_generator<simple_right_alignment<Subject, Width> > 173 : unary_generator<padding_right_alignment<Subject, Padding, Width> >
|
D | center_alignment.hpp | 136 : unary_generator<simple_center_alignment<Subject, Width> > 180 : unary_generator<padding_center_alignment<Subject, Padding, Width> >
|
D | buffer.hpp | 47 struct buffer_directive : unary_generator<buffer_directive<Subject> >
|
D | omit.hpp | 51 struct omit_directive : unary_generator<omit_directive<Subject, Execute> >
|
D | as.hpp | 78 : unary_generator<as_directive<Subject, T> >
|
D | maxwidth.hpp | 139 : unary_generator<maxwidth_width<Subject, Width, Rest> >
|
D | duplicate.hpp | 167 struct duplicate_directive : unary_generator<duplicate_directive<Subject> >
|
D | columns.hpp | 122 : unary_generator<columns_generator<Subject, NumColumns, ColumnsDelimiter> >
|
D | repeat.hpp | 139 struct base_repeat_generator : unary_generator<Derived>
|
/third_party/boost/boost/spirit/home/karma/ |
D | generator.hpp | 88 struct unary_generator : generator<Derived> struct
|
/third_party/boost/boost/spirit/home/karma/operator/ |
D | and_predicate.hpp | 38 struct and_predicate : unary_generator<and_predicate<Subject> >
|
D | optional.hpp | 45 struct optional : unary_generator<optional<Subject> >
|
D | not_predicate.hpp | 38 struct not_predicate : unary_generator<not_predicate<Subject> >
|
D | kleene.hpp | 45 struct base_kleene : unary_generator<Derived>
|
D | plus.hpp | 46 struct base_plus : unary_generator<Derived>
|
/third_party/boost/libs/spirit/example/karma/ |
D | simple_columns_directive.hpp | 75 : boost::spirit::karma::unary_generator<
|
/third_party/boost/boost/spirit/home/karma/auxiliary/ |
D | attr_cast.hpp | 42 : unary_generator<attr_cast_generator<Exposed, Transformed, Subject> >
|
D | lazy.hpp | 155 : unary_generator<lazy_directive<Function, Subject, Modifiers> >
|
/third_party/boost/boost/spirit/home/karma/action/ |
D | action.hpp | 36 struct action : unary_generator<action<Subject, Action> >
|