Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/bpf_dsl/
Dbpf_dsl.cc147 class NegateBoolExprImpl : public internal::BoolExprImpl { class
149 explicit NegateBoolExprImpl(const BoolExpr& cond) : cond_(cond) {} in NegateBoolExprImpl() function in sandbox::bpf_dsl::__anon8b6ccc490111::NegateBoolExprImpl
158 ~NegateBoolExprImpl() override {} in ~NegateBoolExprImpl()
162 DISALLOW_COPY_AND_ASSIGN(NegateBoolExprImpl);
277 return BoolExpr(new const NegateBoolExprImpl(cond)); in Not()