/third_party/boost/libs/spirit/test/karma/ |
D | omit.cpp | 31 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/ |
D | rule.hpp | 45 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/ |
D | attr.hpp | 51 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;
|
D | eps.hpp | 20 typedef unused_type attribute_type; typedef 40 typedef unused_type attribute_type; typedef 59 typedef unused_type attribute_type; typedef
|
D | any_parser.hpp | 30 typedef Attribute attribute_type; typedef 33 !is_same<unused_type, attribute_type>::value;
|
D | eoi.hpp | 19 typedef unused_type attribute_type; typedef
|
/third_party/boost/boost/fusion/adapted/struct/detail/ |
D | adapt_base.hpp | 86 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/ |
D | extract_int.hpp | 328 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/ |
D | char_set.hpp | 31 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;
|
D | literal_char.hpp | 21 typedef Attribute attribute_type; typedef 23 !is_same<unused_type, attribute_type>::value;
|
/third_party/boost/boost/spirit/home/qi/numeric/detail/ |
D | numeric_utils.hpp | 344 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/ |
D | message.hpp | 46 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/ |
D | raw.hpp | 27 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/ |
D | pseudo_attribute.hpp | 24 using attribute_type = Attribute; typedef 27 static type&& call(Iterator&, Iterator const&, attribute_type&& attr) in call()
|
D | attribute_of.hpp | 35 typename Component::attribute_type>::type> 36 : mpl::identity<typename Component::attribute_type> {};
|
D | attribute_type.hpp | 22 struct attribute_type : mpl::identity<Attribute> {}; struct
|
/third_party/boost/libs/spirit/test/x3/ |
D | utils.hpp | 24 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/ |
D | lit.hpp | 112 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/ |
D | binary.hpp | 33 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/ |
D | optional.hpp | 98 attribute_type; in parse() typedef 101 , traits::is_container<attribute_type>()); in parse()
|
/third_party/boost/boost/spirit/home/x3/core/detail/ |
D | parse_into_container.hpp | 152 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/ |
D | stream.hpp | 163 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/ |
D | action.hpp | 83 attribute_type; in parse() typedef 86 attribute_type attr{}; in parse()
|
/third_party/boost/boost/spirit/home/x3/string/ |
D | symbols.hpp | 45 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/ |
D | bool.hpp | 21 typedef T attribute_type; typedef 60 typedef T attribute_type; typedef
|