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.cc72 class IfThenResultExprImpl : public internal::ResultExprImpl { class
74 IfThenResultExprImpl(BoolExpr cond, in IfThenResultExprImpl() function in sandbox::bpf_dsl::__anon424c09e80111::IfThenResultExprImpl
80 ~IfThenResultExprImpl() override {} in ~IfThenResultExprImpl()
99 DISALLOW_COPY_AND_ASSIGN(IfThenResultExprImpl);
331 expr = std::make_shared<IfThenResultExprImpl>(clause.first, clause.second, in Else()