Home
last modified time | relevance | path

Searched refs:attribute_type (Results 1 – 25 of 60) sorted by relevance

123

/third_party/boost/libs/spirit/test/karma/
Domit.cpp31 typedef std::pair<std::vector<int>, int> attribute_type; in main() typedef
33 rule<outiter_type, attribute_type(), locals<int> > r; in main()
35 attribute_type a; in main()
54 typedef std::pair<double, double> attribute_type; in main() typedef
55 rule<outiter_type, attribute_type()> r; in main()
59 attribute_type p1 (1.0, 2.0); in main()
62 attribute_type p2 (10.0, 2.0); in main()
/third_party/boost/boost/spirit/home/x3/nonterminal/
Drule.hpp45 typedef Attribute attribute_type; typedef
61 return detail::rule_parser<attribute_type, ID> in parse()
80 typedef Attribute attribute_type; typedef
130 Attribute_, attribute_type, parser_id>; in parse()
147 attribute_type no_attr{}; in parse()
182 , Context const& context, rule_type::attribute_type& attr); \
196 , Context const& context, BOOST_PP_CAT(rule_name, _synonym)::attribute_type& attr) \
209 , Context const& context, decltype(rule_name)::attribute_type& attr) \
226 , Context const& context, rule_type::attribute_type&); \
/third_party/boost/boost/spirit/home/x3/auxiliary/
Dattr.hpp51 typedef Value attribute_type; typedef
54 !is_same<unused_type, attribute_type>::value;
56 traits::is_container<attribute_type>::value;
85 typedef Value attribute_type[N]; typedef
88 !is_same<unused_type, attribute_type>::value;
Deps.hpp20 typedef unused_type attribute_type; typedef
40 typedef unused_type attribute_type; typedef
59 typedef unused_type attribute_type; typedef
Dany_parser.hpp30 typedef Attribute attribute_type; typedef
33 !is_same<unused_type, attribute_type>::value;
Deoi.hpp19 typedef unused_type attribute_type; typedef
/third_party/boost/boost/fusion/adapted/struct/detail/
Dadapt_base.hpp86 deduced_attr_type::type attribute_type;
101 deduced_attr_type::type attribute_type;
108 BOOST_PP_TUPLE_ELEM(ATTRIBUTE_TUPLE_SIZE, 0, ATTRIBUTE) attribute_type;
187 typedef attribute_type type; \
196 , add_const<attribute_type> \
197 , mpl::identity<attribute_type> \
/third_party/boost/boost/spirit/home/x3/support/numeric_utils/detail/
Dextract_int.hpp328 traits::attribute_type<Attribute>::type in parse_main()
329 attribute_type; in parse_main() typedef
331 attribute_type val = Accumulate ? attr : attribute_type(0); in parse_main()
435 traits::attribute_type<Attribute>::type in parse_main()
436 attribute_type; in parse_main() typedef
438 attribute_type val = Accumulate ? attr : attribute_type(0); in parse_main()
/third_party/boost/boost/spirit/home/x3/char/
Dchar_set.hpp31 typedef Attribute attribute_type; typedef
33 !is_same<unused_type, attribute_type>::value;
60 typedef Attribute attribute_type; typedef
62 !is_same<unused_type, attribute_type>::value;
Dliteral_char.hpp21 typedef Attribute attribute_type; typedef
23 !is_same<unused_type, attribute_type>::value;
/third_party/boost/boost/spirit/home/qi/numeric/detail/
Dnumeric_utils.hpp344 traits::attribute_type<Attribute>::type in parse_main()
345 attribute_type; in parse_main() typedef
347 attribute_type val = Accumulate ? attr : attribute_type(0); in parse_main()
456 traits::attribute_type<Attribute>::type in parse_main()
457 attribute_type; in parse_main() typedef
459 attribute_type val = Accumulate ? attr : attribute_type(0); in parse_main()
/third_party/boost/boost/log/expressions/
Dmessage.hpp46 typedef void attribute_type; typedef
67 typedef void attribute_type; typedef
82 typedef void attribute_type; typedef
/third_party/boost/boost/spirit/home/x3/directive/
Draw.hpp27 typedef raw_attribute_type attribute_type; typedef
75 using attribute_type = raw_attribute_type; typedef
78 static type call(Iterator& first, Iterator const& last, attribute_type) in call()
/third_party/boost/boost/spirit/home/x3/support/traits/
Dpseudo_attribute.hpp24 using attribute_type = Attribute; typedef
27 static type&& call(Iterator&, Iterator const&, attribute_type&& attr) in call()
Dattribute_of.hpp35 typename Component::attribute_type>::type>
36 : mpl::identity<typename Component::attribute_type> {};
Dattribute_type.hpp22 struct attribute_type : mpl::identity<Attribute> {}; struct
/third_party/boost/libs/spirit/test/x3/
Dutils.hpp24 typedef T attribute_type; typedef
36 boost::spirit::x3::traits::move_to(attribute_type{}, attr); in parse()
/third_party/boost/boost/spirit/home/karma/string/
Dlit.hpp112 typedef typename attribute<Context>::type attribute_type; in generate() typedef
115 , traits::extract_from<attribute_type>(attr, context) in generate()
176 typedef typename attribute<Context>::type attribute_type; in generate() typedef
181 traits::extract_from<attribute_type>(attr, context)) in generate()
/third_party/boost/boost/spirit/home/x3/binary/
Dbinary.hpp33 typedef unused_type attribute_type; typedef
66 typedef T attribute_type; typedef
68 !is_same<unused_type, attribute_type>::value;
/third_party/boost/boost/spirit/home/qi/operator/
Doptional.hpp98 attribute_type; in parse() typedef
101 , traits::is_container<attribute_type>()); in parse()
/third_party/boost/boost/spirit/home/x3/core/detail/
Dparse_into_container.hpp152 using attribute_type = typename traits::attribute_of<Parser, Context>::type; in call_synthesize_into_fusion_seq() typedef
153 static_assert(traits::has_size<attribute_type, 2>::value, in call_synthesize_into_fusion_seq()
158 typename fusion::result_of::front<attribute_type>::type>::type; in call_synthesize_into_fusion_seq()
160 attribute_type attr_; in call_synthesize_into_fusion_seq()
/third_party/boost/boost/spirit/home/karma/stream/
Dstream.hpp163 typedef typename attribute<Context>::type attribute_type; in generate() typedef
168 ostr << traits::extract_from<attribute_type>(attr, context) << std::flush; in generate()
197 typedef typename attribute<Context>::type attribute_type; in generate() typedef
203 ostr << traits::extract_from<attribute_type>(attr, context) in generate()
/third_party/boost/boost/spirit/home/x3/core/
Daction.hpp83 attribute_type; in parse() typedef
86 attribute_type attr{}; in parse()
/third_party/boost/boost/spirit/home/x3/string/
Dsymbols.hpp45 typedef value_type attribute_type; typedef
48 !std::is_same<unused_type, attribute_type>::value;
50 traits::is_container<attribute_type>::value;
/third_party/boost/boost/spirit/home/x3/numeric/
Dbool.hpp21 typedef T attribute_type; typedef
60 typedef T attribute_type; typedef

123