Home
last modified time | relevance | path

Searched refs:IfThenResultExprImpl (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/sandbox/linux/bpf_dsl/
Dbpf_dsl.cc75 class IfThenResultExprImpl : public internal::ResultExprImpl { class
77 IfThenResultExprImpl(const BoolExpr& cond, in IfThenResultExprImpl() function in sandbox::bpf_dsl::__anon8b6ccc490111::IfThenResultExprImpl
95 ~IfThenResultExprImpl() override {} in ~IfThenResultExprImpl()
101 DISALLOW_COPY_AND_ASSIGN(IfThenResultExprImpl);
339 new const IfThenResultExprImpl(clause.first, clause.second, expr)); in Else()