Home
last modified time | relevance | path

Searched refs:attribute_of (Results 1 – 25 of 77) sorted by relevance

1234

/third_party/boost/boost/spirit/home/x3/support/traits/
Dattribute_of.hpp25 struct attribute_of;
47 : attribute_of<typename Component::subject_type, Context>{};
51 struct attribute_of : detail::default_attribute_of<Component, Context> {}; struct
Dhas_attribute.hpp40 typename attribute_of<Component, Context>::type>> {};
Dattribute_of_binary.hpp45 : types_of_binary_init<typename traits::attribute_of<P, C>::type> {};
/third_party/boost/boost/spirit/home/qi/detail/
Dalternative_function.hpp78 traits::attribute_of<Component, Context, Iterator>::type in call_optional_or_variant()
103 typename traits::attribute_of<Component, Context, Iterator>::type in call_variant()
130 traits::attribute_of<Component, Context, Iterator>::type in call_optional_or_variant()
165 typename traits::attribute_of<Component, Context, Iterator>::type in operator ()()
/third_party/boost/boost/spirit/home/x3/char/
Dnegated_char_parser.hpp53 struct attribute_of<x3::negated_char_parser<Positive>, Context> struct
54 : attribute_of<Positive, Context> {};
/third_party/boost/boost/spirit/home/x3/operator/
Dkleene.hpp50 struct attribute_of<x3::kleene<Subject>, Context> struct
52 typename attribute_of<Subject, Context>::type> {};
Dplus.hpp54 struct attribute_of<x3::plus<Subject>, Context> struct
56 typename attribute_of<Subject, Context>::type> {};
Doptional.hpp77 struct attribute_of<x3::optional<Subject>, Context> struct
79 typename attribute_of<Subject, Context>::type> {};
Dlist.hpp63 struct attribute_of<x3::list<Left, Right>, Context> struct
65 typename attribute_of<Left, Context>::type> {};
Ddifference.hpp63 struct attribute_of<x3::difference<Left, Right>, Context> struct
64 : attribute_of<Left, Context> {};
/third_party/boost/boost/spirit/home/karma/detail/
Dalternative_function.hpp154 typename traits::attribute_of<Component, Context>::type in operator ()()
179 traits::attribute_of<Component, Context>::type in operator ()()
212 typename traits::attribute_of<Component, Context>::type in operator ()()
/third_party/boost/boost/spirit/home/x3/directive/
Drepeat.hpp149 struct attribute_of<x3::repeat_directive<Subject,RepeatCountLimit>, Context> struct
150 : build_container<typename attribute_of<Subject, Context>::type> {};
/third_party/boost/boost/spirit/home/karma/directive/
Ddelimit.hpp69 : traits::attribute_of<subject_type, Context, Iterator>
112 : traits::attribute_of<subject_type, Context, Iterator>
Dduplicate.hpp82 typename traits::attribute_of<T, Context, Iterator>::type>
185 typedef typename traits::attribute_of<Subject, Context>::type in generate()
Dleft_alignment.hpp129 : traits::attribute_of<subject_type, Context, Iterator>
175 : traits::attribute_of<subject_type, Context, Iterator>
Dno_delimit.hpp55 : traits::attribute_of<subject_type, Context, Iterator>
/third_party/boost/boost/spirit/home/qi/directive/
Dskip.hpp70 traits::attribute_of<Subject, Context, Iterator>::type
117 traits::attribute_of<Subject, Context, Iterator>::type
/third_party/boost/boost/spirit/home/x3/core/detail/
Dparse_into_container.hpp75 typename traits::attribute_of<Parser, Context>::type
152 using attribute_type = typename traits::attribute_of<Parser, Context>::type; in call_synthesize_into_fusion_seq()
227 , typename traits::attribute_of<Parser, Context>::type
/third_party/boost/boost/spirit/home/support/utree/
Dutree_traits.hpp648 : detail::handles_utree_list_container<typename attribute_of<
658 : detail::handles_utree_list_container<typename attribute_of<
668 : detail::handles_utree_list_container<typename attribute_of<
678 : detail::handles_utree_list_container<typename attribute_of<
739 : detail::handles_utree_container<typename attribute_of<
749 : detail::handles_utree_container<typename attribute_of<
/third_party/boost/libs/spirit/example/qi/
Ddisplay_attribute_type.hpp28 typedef typename spirit::traits::attribute_of<
/third_party/boost/boost/spirit/home/karma/auxiliary/
Dlazy.hpp115 traits::attribute_of<generator_type, Context, Iterator>::type
192 traits::attribute_of<generator_type, Context, Iterator>::type
/third_party/boost/boost/spirit/home/x3/operator/detail/
Dsequence.hpp343 typedef typename traits::attribute_of< in parse_sequence()
345 typedef typename traits::attribute_of< in parse_sequence()
405 traits::attribute_of<parser_type, Context>::type in call()
/third_party/boost/boost/spirit/home/karma/operator/
Dand_predicate.hpp47 : traits::attribute_of<subject_type, Context, Iterator>
Doptional.hpp56 typename traits::attribute_of<Subject, Context, Iterator>::type
Dnot_predicate.hpp48 : traits::attribute_of<subject_type, Context, Iterator>

1234