Searched refs:IfThenResultExprImpl (Results 1 – 1 of 1) sorted by relevance
75 class IfThenResultExprImpl : public internal::ResultExprImpl { class77 IfThenResultExprImpl(const BoolExpr& cond, in IfThenResultExprImpl() function in sandbox::bpf_dsl::__anon8b6ccc490111::IfThenResultExprImpl95 ~IfThenResultExprImpl() override {} in ~IfThenResultExprImpl()101 DISALLOW_COPY_AND_ASSIGN(IfThenResultExprImpl);339 new const IfThenResultExprImpl(clause.first, clause.second, expr)); in Else()