Home
last modified time | relevance | path

Searched refs:transform_attribute (Results 1 – 25 of 32) sorted by relevance

12

/third_party/boost/boost/spirit/home/x3/nonterminal/detail/
Dtransform_attribute.hpp45 struct transform_attribute struct
50 struct transform_attribute<unused_type, unused_type> struct
58 struct transform_attribute<unused_type const, unused_type> struct
59 : transform_attribute<unused_type, unused_type> {};
62 struct transform_attribute<unused_type, Attribute> struct
63 : transform_attribute<unused_type, unused_type> {};
66 struct transform_attribute<unused_type const, Attribute> struct
67 : transform_attribute<unused_type, unused_type> {};
70 struct transform_attribute<Attribute, unused_type> struct
71 : transform_attribute<unused_type, unused_type> {};
[all …]
/third_party/boost/boost/spirit/home/karma/detail/
Dattributes.hpp18 struct transform_attribute struct
29 struct transform_attribute<boost::optional<Exposed> const, Transformed
40 struct transform_attribute<Attribute const, Attribute> struct
49 struct transform_attribute<unused_type, unused_type> struct
56 struct transform_attribute<unused_type const, unused_type> struct
57 : transform_attribute<unused_type, unused_type>
61 struct transform_attribute<Attribute, unused_type> struct
62 : transform_attribute<unused_type, unused_type>
66 struct transform_attribute<Attribute const, unused_type> struct
67 : transform_attribute<unused_type, unused_type>
[all …]
/third_party/boost/boost/spirit/home/qi/detail/
Dattributes.hpp68 struct transform_attribute struct
80 struct transform_attribute<boost::optional<Exposed>, Transformed struct
99 struct transform_attribute<unused_type, unused_type> struct
108 struct transform_attribute<unused_type const, unused_type> struct
109 : transform_attribute<unused_type, unused_type>
113 struct transform_attribute<Attribute, unused_type> struct
114 : transform_attribute<unused_type, unused_type>
118 struct transform_attribute<Attribute const, unused_type> struct
119 : transform_attribute<unused_type, unused_type>
129 : qi::transform_attribute<Exposed, Transformed>
/third_party/boost/boost/spirit/home/support/utree/
Dutree_traits.hpp1177 struct transform_attribute<utree const, utree::nil_type, karma::domain> struct
1188 struct transform_attribute<utree const, char, karma::domain> struct
1200 struct transform_attribute<utree const, bool, karma::domain> struct
1211 struct transform_attribute<utree const, int, karma::domain> struct
1222 struct transform_attribute<utree const, double, karma::domain> struct
1233 struct transform_attribute< struct
1248 struct transform_attribute<
1265 struct transform_attribute<utree const, utf8_string_type, karma::domain> struct
1277 struct transform_attribute<utree const, utf8_symbol_type, karma::domain> struct
1289 struct transform_attribute<utree::list_type const, Attribute, karma::domain> struct
[all …]
/third_party/boost/boost/spirit/home/x3/support/traits/
Dtransform_attribute.hpp26 struct transform_attribute;
/third_party/boost/libs/spirit/test/qi/
Dattribute2.cpp59 struct transform_attribute<test_int_data1, int, qi::domain> struct
79 struct transform_attribute<test_int_data2, int, qi::domain> struct
Dattribute1.cpp59 struct transform_attribute<test_int_data1, int, qi::domain> struct
79 struct transform_attribute<test_int_data2, int, qi::domain> struct
Dregression_transform_assignment.cpp23 struct transform_attribute<foo_parts struct
/third_party/boost/libs/spirit/test/karma/
Dattribute.cpp55 struct transform_attribute<test_int_data1 const, int, karma::domain> struct
74 struct transform_attribute<test_int_data2 const, int, karma::domain> struct
/third_party/boost/libs/spirit/example/qi/
Dparse_date.cpp30 struct transform_attribute< struct
Dadapt_template_struct.cpp42 struct transform_attribute<client::data<A, B>, fusion::vector<A&, B&>, qi::domain> struct
/third_party/boost/boost/spirit/home/karma/auxiliary/
Dattr_cast.hpp78 typedef traits::transform_attribute< in generate()
/third_party/boost/boost/spirit/home/qi/auxiliary/
Dattr_cast.hpp89 typedef traits::transform_attribute< in parse()
/third_party/boost/boost/spirit/home/karma/action/
Daction.hpp60 typedef traits::transform_attribute< in generate()
/third_party/boost/libs/spirit/example/support/utree/
Dsexpr_generator.hpp20 struct transform_attribute<utree::nil_type, unused_type, karma::domain> { struct
Dsexpr_parser.hpp20 struct transform_attribute<utree::nil_type, unused_type, qi::domain> { struct
/third_party/boost/boost/spirit/home/karma/nonterminal/
Drule.hpp294 typedef traits::transform_attribute< in generate()
330 typedef traits::transform_attribute< in generate()
/third_party/boost/boost/spirit/home/qi/nonterminal/
Drule.hpp302 typedef traits::transform_attribute< in parse()
353 typedef traits::transform_attribute< in parse()
/third_party/boost/boost/spirit/home/support/
Dadapt_adt_attributes.hpp256 struct transform_attribute< struct
286 struct transform_attribute< struct
Dattributes_fwd.hpp114 struct transform_attribute;
Dattributes.hpp958 struct transform_attribute struct
968 struct transform_attribute<unused_type, Transformed, Domain> struct
973 struct transform_attribute<unused_type const, Transformed, Domain> struct
/third_party/boost/boost/spirit/home/qi/action/
Daction.hpp57 typedef traits::transform_attribute< in parse()
/third_party/boost/boost/spirit/repository/home/karma/nonterminal/
Dsubrule.hpp175 typedef traits::transform_attribute<Attribute const in generate_subrule()
207 typedef traits::transform_attribute<Attribute const in generate_subrule()
/third_party/boost/boost/spirit/repository/home/qi/nonterminal/
Dsubrule.hpp179 typedef traits::transform_attribute< in parse_subrule()
228 typedef traits::transform_attribute< in parse_subrule()
/third_party/boost/boost/spirit/home/x3/nonterminal/
Drule.hpp129 using transform = traits::transform_attribute< in parse()

12