Searched refs:NegateBoolExprImpl (Results 1 – 1 of 1) sorted by relevance
147 class NegateBoolExprImpl : public internal::BoolExprImpl { class149 explicit NegateBoolExprImpl(const BoolExpr& cond) : cond_(cond) {} in NegateBoolExprImpl() function in sandbox::bpf_dsl::__anon8b6ccc490111::NegateBoolExprImpl158 ~NegateBoolExprImpl() override {} in ~NegateBoolExprImpl()162 DISALLOW_COPY_AND_ASSIGN(NegateBoolExprImpl);277 return BoolExpr(new const NegateBoolExprImpl(cond)); in Not()