Home
last modified time | relevance | path

Searched defs:else_gen (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/statement/
Dif.hpp94 struct else_gen struct
96 else_gen(Cond const & cond_, Then const & then_) in else_gen() function
102 operator[](Else const & else_) const in operator []()
107 Cond cond;
108 Then then;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/phoenix/
Dstatements.hpp124 struct else_gen { struct
126 else_gen(CondT const& cond_, ThenT const& then_) in else_gen() argument
132 operator[](ElseT const& else_) in operator []()
141 CondT cond; ThenT then;