Home
last modified time | relevance | path

Searched defs:attribute_of (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/boost/spirit/home/x3/support/traits/
Dattribute_of.hpp51 struct attribute_of : detail::default_attribute_of<Component, Context> {}; struct
/third_party/boost/boost/spirit/home/x3/operator/
Dplus.hpp54 struct attribute_of<x3::plus<Subject>, Context> struct
Dkleene.hpp50 struct attribute_of<x3::kleene<Subject>, Context> struct
Dalternative.hpp59 struct attribute_of<x3::alternative<Left, Right>, Context> struct
Dlist.hpp63 struct attribute_of<x3::list<Left, Right>, Context> struct
Doptional.hpp77 struct attribute_of<x3::optional<Subject>, Context> struct
Dsequence.hpp70 struct attribute_of<x3::sequence<Left, Right>, Context> struct
Ddifference.hpp63 struct attribute_of<x3::difference<Left, Right>, Context> struct
/third_party/boost/boost/spirit/home/x3/char/
Dnegated_char_parser.hpp53 struct attribute_of<x3::negated_char_parser<Positive>, Context> struct
/third_party/boost/boost/spirit/home/x3/directive/
Drepeat.hpp149 struct attribute_of<x3::repeat_directive<Subject,RepeatCountLimit>, Context> struct
/third_party/boost/boost/spirit/home/support/
Dattributes.hpp424 struct attribute_of struct
427 attribute<Context, Iterator>::type type;
/third_party/gettext/gettext-tools/src/
Dx-lisp.c314 attribute_of (unsigned char c) in attribute_of() function