Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/bpf_dsl/
Dbpf_dsl.cc75 ResultExpr then_result, in IfThenResultExprImpl() argument
78 then_result_(std::move(then_result)), in IfThenResultExprImpl()
288 Elser If(BoolExpr cond, ResultExpr then_result) { in If() argument
289 return Elser(nullptr).ElseIf(std::move(cond), std::move(then_result)); in If()
301 Elser Elser::ElseIf(BoolExpr cond, ResultExpr then_result) const { in ElseIf()
302 return Elser(Cons(std::make_pair(std::move(cond), std::move(then_result)), in ElseIf()
Dbpf_dsl.h176 SANDBOX_EXPORT Elser If(BoolExpr cond, ResultExpr then_result);
185 Elser ElseIf(BoolExpr cond, ResultExpr then_result) const;