Home
last modified time | relevance | path

Searched defs:and_predicate (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/operator/
Dand_predicate.hpp38 struct and_predicate : unary_generator<and_predicate<Subject> > struct
40 typedef Subject subject_type;
43 > properties;
46 struct attribute
50 and_predicate(Subject const& subject) in and_predicate() function
56 bool generate(OutputIterator& sink, Context& ctx, Delimiter const& d in generate()
65 info what(Context& context) const in what()
70 Subject subject;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/operator/
Dand_predicate.hpp38 struct and_predicate : unary_parser<and_predicate<Subject> > struct
40 typedef Subject subject_type;
43 struct attribute
48 and_predicate(Subject const& subject_) in and_predicate() argument
53 bool parse(Iterator& first, Iterator const& last in parse()
62 info what(Context& context) const in what()
67 Subject subject;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/operator/
Dand_predicate.hpp15 struct and_predicate : unary_parser<Subject, and_predicate<Subject>> struct
17 typedef unary_parser<Subject, and_predicate<Subject>> base_type;
19 typedef unused_type attribute_type;
20 static bool const has_attribute = false;
22 constexpr and_predicate(Subject const& subject) in and_predicate() argument
27 bool parse(Iterator& first, Iterator const& last in parse()