Searched defs:attribute_of (Results 1 – 12 of 12) sorted by relevance
/third_party/boost/boost/spirit/home/x3/support/traits/ |
D | attribute_of.hpp | 51 struct attribute_of : detail::default_attribute_of<Component, Context> {}; struct
|
/third_party/boost/boost/spirit/home/x3/operator/ |
D | plus.hpp | 54 struct attribute_of<x3::plus<Subject>, Context> struct
|
D | kleene.hpp | 50 struct attribute_of<x3::kleene<Subject>, Context> struct
|
D | alternative.hpp | 59 struct attribute_of<x3::alternative<Left, Right>, Context> struct
|
D | list.hpp | 63 struct attribute_of<x3::list<Left, Right>, Context> struct
|
D | optional.hpp | 77 struct attribute_of<x3::optional<Subject>, Context> struct
|
D | sequence.hpp | 70 struct attribute_of<x3::sequence<Left, Right>, Context> struct
|
D | difference.hpp | 63 struct attribute_of<x3::difference<Left, Right>, Context> struct
|
/third_party/boost/boost/spirit/home/x3/char/ |
D | negated_char_parser.hpp | 53 struct attribute_of<x3::negated_char_parser<Positive>, Context> struct
|
/third_party/boost/boost/spirit/home/x3/directive/ |
D | repeat.hpp | 149 struct attribute_of<x3::repeat_directive<Subject,RepeatCountLimit>, Context> struct
|
/third_party/boost/boost/spirit/home/support/ |
D | attributes.hpp | 424 struct attribute_of struct 427 attribute<Context, Iterator>::type type;
|
/third_party/gettext/gettext-tools/src/ |
D | x-lisp.c | 314 attribute_of (unsigned char c) in attribute_of() function
|