Home
last modified time | relevance | path

Searched defs:semantic_predicate (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/auxiliary/
Deps.hpp18 struct semantic_predicate : parser<semantic_predicate> struct
20 typedef unused_type attribute_type;
21 static bool const has_attribute = false;
23 constexpr semantic_predicate(bool predicate) in semantic_predicate() function
27 bool parse(Iterator& first, Iterator const& last in parse()
34 bool predicate;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/auxiliary/
Deps.hpp75 struct semantic_predicate : primitive_parser<semantic_predicate> struct
78 struct attribute
83 semantic_predicate(bool predicate_) in semantic_predicate() argument
88 bool parse(Iterator& first, Iterator const& last in parse()
97 info what(Context& /*context*/) const in what()
102 bool predicate;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/auxiliary/
Deps.hpp77 struct semantic_predicate : primitive_generator<semantic_predicate> struct
80 struct attribute
85 semantic_predicate(bool predicate) in semantic_predicate() function
92 bool generate(OutputIterator& sink, Context&, Delimiter const& d in generate()
100 info what(Context const& /*context*/) const in what()
105 bool predicate_;
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/debug/
H A Devent-hub.rb189 def semantic_predicate( result, predicate ) method in ANTLR3.Debug.EventHub
H A Dsocket.rb179 def semantic_predicate( result, predicate ) method in ANTLR3.Debug.EventSocketProxy
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/
H A Dprofile.rb319 def semantic_predicate( result, predicate ) method in ANTLR3.Profile.Profiler
H A Ddebug.rb578 def semantic_predicate( result, predicate ) method